Package ghidra.sleigh.grammar
Class SleighEcho
- java.lang.Object
-
- org.antlr.runtime.BaseRecognizer
-
- org.antlr.runtime.tree.TreeParser
-
- ghidra.sleigh.grammar.SleighEcho
-
public class SleighEcho extends org.antlr.runtime.tree.TreeParser
-
-
Nested Class Summary
Nested Classes Change Modifier and Type Class Description protected classSleighEcho.DFA32protected classSleighEcho.DFA34static classSleighEcho.endian_return
-
Field Summary
-
Constructor Summary
Constructors Change Constructor Description SleighEcho(org.antlr.runtime.tree.TreeNodeStream input)SleighEcho(org.antlr.runtime.tree.TreeNodeStream input, org.antlr.runtime.RecognizerSharedState state)
-
Method Summary
All Methods Instance Methods Concrete Methods Change Modifier and Type Method Description voidaligndef()java.lang.Stringarguments()voidassignment()java.lang.Stringbitpattern()java.lang.Stringbitrange()voidbitrangedef()voidbitranges()voidbuild_stmt()voidcall_stmt()voidcode_block()voidcond_stmt()java.lang.Stringconstant()voidconstructor()voidconstructorlike()voidcontextblock()voidcontextdef()voidcrossbuild_stmt()voidctorsemantic()java.lang.Stringctorstart()voiddeclaration()voiddefinition()java.lang.Stringdisplay()SleighEcho.endian_returnendian()voidendiandef()voidexport()java.lang.Stringexpr()java.lang.Stringexpr_apply()java.lang.Stringexpr_operands()voidfielddef()voidfielddefs()java.lang.Stringfieldmod()java.lang.Stringfieldmods()voidfuncall()org.antlr.runtime.tree.TreeParser[]getDelegates()java.lang.StringgetGrammarFileName()java.lang.String[]getTokenNames()voidgoto_stmt()java.lang.Stringidentifier()java.lang.Stringidentifierlist()java.lang.Stringintblist()java.lang.Stringintbpart()java.lang.Stringinteger()java.lang.Stringjumpdest()java.lang.Stringlabel()java.lang.Stringlvalue()voidmacrodef()voidnameattach()java.lang.Stringoplist()voidpcodeopdef()java.lang.Stringpequation()java.lang.Stringpexpression2()java.lang.Stringpexpression2_operands()java.lang.Stringpieces()java.lang.Stringprintpiece()java.lang.Stringqstring()voidreturn_stmt()voidroot()java.lang.Stringsbitrange()java.lang.Stringsection_label()voidsemantic()java.lang.Stringsizedstar()java.lang.Stringsizemod()voidspacedef()java.lang.Stringspacemod()java.lang.Stringspacemods()voidstatement()voidstatements()java.lang.Stringstring()java.lang.Stringstringorident()java.lang.Stringstringoridentlist()java.lang.Stringsymbol()voidtokendef()java.lang.Stringtype()java.lang.Stringtypemod()voidvalueattach()voidvarattach()java.lang.Stringvariable()java.lang.Stringvarnode()voidvarnodedef()java.lang.Stringwhitespace()java.lang.Stringwordsizemod()-
Methods inherited from class org.antlr.runtime.tree.TreeParser
getAncestor, getCurrentInputSymbol, getErrorHeader, getErrorMessage, getMissingSymbol, getSourceName, getTreeNodeStream, inContext, inContext, matchAny, recoverFromMismatchedToken, reset, setTreeNodeStream, traceIn, traceOut
-
Methods inherited from class org.antlr.runtime.BaseRecognizer
alreadyParsedRule, beginResync, combineFollows, computeContextSensitiveRuleFOLLOW, computeErrorRecoverySet, consumeUntil, consumeUntil, displayRecognitionError, emitErrorMessage, endResync, failed, getBacktrackingLevel, getNumberOfSyntaxErrors, getRuleInvocationStack, getRuleInvocationStack, getRuleMemoization, getRuleMemoizationCacheSize, getTokenErrorDisplay, match, memoize, mismatchIsMissingToken, mismatchIsUnwantedToken, pushFollow, recover, recoverFromMismatchedSet, reportError, setBacktrackingLevel, toStrings, traceIn, traceOut
-
-
-
-
Field Detail
-
tokenNames
public static final java.lang.String[] tokenNames
-
EOF
public static final int EOF
- See Also:
- Constant Field Values
-
ALPHA
public static final int ALPHA
- See Also:
- Constant Field Values
-
ALPHAUP
public static final int ALPHAUP
- See Also:
- Constant Field Values
-
AMPERSAND
public static final int AMPERSAND
- See Also:
- Constant Field Values
-
ASSIGN
public static final int ASSIGN
- See Also:
- Constant Field Values
-
ASTERISK
public static final int ASTERISK
- See Also:
- Constant Field Values
-
BINDIGIT
public static final int BINDIGIT
- See Also:
- Constant Field Values
-
BIN_INT
public static final int BIN_INT
- See Also:
- Constant Field Values
-
BOOL_AND
public static final int BOOL_AND
- See Also:
- Constant Field Values
-
BOOL_OR
public static final int BOOL_OR
- See Also:
- Constant Field Values
-
BOOL_XOR
public static final int BOOL_XOR
- See Also:
- Constant Field Values
-
CARET
public static final int CARET
- See Also:
- Constant Field Values
-
COLON
public static final int COLON
- See Also:
- Constant Field Values
-
COMMA
public static final int COMMA
- See Also:
- Constant Field Values
-
CPPCOMMENT
public static final int CPPCOMMENT
- See Also:
- Constant Field Values
-
DEC_INT
public static final int DEC_INT
- See Also:
- Constant Field Values
-
DIGIT
public static final int DIGIT
- See Also:
- Constant Field Values
-
DISPCHAR
public static final int DISPCHAR
- See Also:
- Constant Field Values
-
ELLIPSIS
public static final int ELLIPSIS
- See Also:
- Constant Field Values
-
EOL
public static final int EOL
- See Also:
- Constant Field Values
-
EQUAL
public static final int EQUAL
- See Also:
- Constant Field Values
-
ESCAPE
public static final int ESCAPE
- See Also:
- Constant Field Values
-
EXCLAIM
public static final int EXCLAIM
- See Also:
- Constant Field Values
-
FDIV
public static final int FDIV
- See Also:
- Constant Field Values
-
FEQUAL
public static final int FEQUAL
- See Also:
- Constant Field Values
-
FGREAT
public static final int FGREAT
- See Also:
- Constant Field Values
-
FGREATEQUAL
public static final int FGREATEQUAL
- See Also:
- Constant Field Values
-
FLESS
public static final int FLESS
- See Also:
- Constant Field Values
-
FLESSEQUAL
public static final int FLESSEQUAL
- See Also:
- Constant Field Values
-
FMINUS
public static final int FMINUS
- See Also:
- Constant Field Values
-
FMULT
public static final int FMULT
- See Also:
- Constant Field Values
-
FNOTEQUAL
public static final int FNOTEQUAL
- See Also:
- Constant Field Values
-
FPLUS
public static final int FPLUS
- See Also:
- Constant Field Values
-
GREAT
public static final int GREAT
- See Also:
- Constant Field Values
-
GREATEQUAL
public static final int GREATEQUAL
- See Also:
- Constant Field Values
-
HEXDIGIT
public static final int HEXDIGIT
- See Also:
- Constant Field Values
-
HEX_INT
public static final int HEX_INT
- See Also:
- Constant Field Values
-
IDENTIFIER
public static final int IDENTIFIER
- See Also:
- Constant Field Values
-
KEY_ALIGNMENT
public static final int KEY_ALIGNMENT
- See Also:
- Constant Field Values
-
KEY_ATTACH
public static final int KEY_ATTACH
- See Also:
- Constant Field Values
-
KEY_BIG
public static final int KEY_BIG
- See Also:
- Constant Field Values
-
KEY_BITRANGE
public static final int KEY_BITRANGE
- See Also:
- Constant Field Values
-
KEY_BUILD
public static final int KEY_BUILD
- See Also:
- Constant Field Values
-
KEY_CALL
public static final int KEY_CALL
- See Also:
- Constant Field Values
-
KEY_CONTEXT
public static final int KEY_CONTEXT
- See Also:
- Constant Field Values
-
KEY_CROSSBUILD
public static final int KEY_CROSSBUILD
- See Also:
- Constant Field Values
-
KEY_DEC
public static final int KEY_DEC
- See Also:
- Constant Field Values
-
KEY_DEFAULT
public static final int KEY_DEFAULT
- See Also:
- Constant Field Values
-
KEY_DEFINE
public static final int KEY_DEFINE
- See Also:
- Constant Field Values
-
KEY_ENDIAN
public static final int KEY_ENDIAN
- See Also:
- Constant Field Values
-
KEY_EXPORT
public static final int KEY_EXPORT
- See Also:
- Constant Field Values
-
KEY_GOTO
public static final int KEY_GOTO
- See Also:
- Constant Field Values
-
KEY_HEX
public static final int KEY_HEX
- See Also:
- Constant Field Values
-
KEY_LITTLE
public static final int KEY_LITTLE
- See Also:
- Constant Field Values
-
KEY_LOCAL
public static final int KEY_LOCAL
- See Also:
- Constant Field Values
-
KEY_MACRO
public static final int KEY_MACRO
- See Also:
- Constant Field Values
-
KEY_NAMES
public static final int KEY_NAMES
- See Also:
- Constant Field Values
-
KEY_NOFLOW
public static final int KEY_NOFLOW
- See Also:
- Constant Field Values
-
KEY_OFFSET
public static final int KEY_OFFSET
- See Also:
- Constant Field Values
-
KEY_PCODEOP
public static final int KEY_PCODEOP
- See Also:
- Constant Field Values
-
KEY_RETURN
public static final int KEY_RETURN
- See Also:
- Constant Field Values
-
KEY_SIGNED
public static final int KEY_SIGNED
- See Also:
- Constant Field Values
-
KEY_SIZE
public static final int KEY_SIZE
- See Also:
- Constant Field Values
-
KEY_SPACE
public static final int KEY_SPACE
- See Also:
- Constant Field Values
-
KEY_TOKEN
public static final int KEY_TOKEN
- See Also:
- Constant Field Values
-
KEY_TYPE
public static final int KEY_TYPE
- See Also:
- Constant Field Values
-
KEY_UNIMPL
public static final int KEY_UNIMPL
- See Also:
- Constant Field Values
-
KEY_VALUES
public static final int KEY_VALUES
- See Also:
- Constant Field Values
-
KEY_VARIABLES
public static final int KEY_VARIABLES
- See Also:
- Constant Field Values
-
KEY_WORDSIZE
public static final int KEY_WORDSIZE
- See Also:
- Constant Field Values
-
LBRACE
public static final int LBRACE
- See Also:
- Constant Field Values
-
LBRACKET
public static final int LBRACKET
- See Also:
- Constant Field Values
-
LEFT
public static final int LEFT
- See Also:
- Constant Field Values
-
LESS
public static final int LESS
- See Also:
- Constant Field Values
-
LESSEQUAL
public static final int LESSEQUAL
- See Also:
- Constant Field Values
-
LINECOMMENT
public static final int LINECOMMENT
- See Also:
- Constant Field Values
-
LPAREN
public static final int LPAREN
- See Also:
- Constant Field Values
-
MINUS
public static final int MINUS
- See Also:
- Constant Field Values
-
NOTEQUAL
public static final int NOTEQUAL
- See Also:
- Constant Field Values
-
OCTAL_ESCAPE
public static final int OCTAL_ESCAPE
- See Also:
- Constant Field Values
-
OP_ADD
public static final int OP_ADD
- See Also:
- Constant Field Values
-
OP_ADDRESS_OF
public static final int OP_ADDRESS_OF
- See Also:
- Constant Field Values
-
OP_ALIGNMENT
public static final int OP_ALIGNMENT
- See Also:
- Constant Field Values
-
OP_AND
public static final int OP_AND
- See Also:
- Constant Field Values
-
OP_APPLY
public static final int OP_APPLY
- See Also:
- Constant Field Values
-
OP_ARGUMENTS
public static final int OP_ARGUMENTS
- See Also:
- Constant Field Values
-
OP_ASSIGN
public static final int OP_ASSIGN
- See Also:
- Constant Field Values
-
OP_BIG
public static final int OP_BIG
- See Also:
- Constant Field Values
-
OP_BIN_CONSTANT
public static final int OP_BIN_CONSTANT
- See Also:
- Constant Field Values
-
OP_BITRANGE
public static final int OP_BITRANGE
- See Also:
- Constant Field Values
-
OP_BITRANGE2
public static final int OP_BITRANGE2
- See Also:
- Constant Field Values
-
OP_BITRANGES
public static final int OP_BITRANGES
- See Also:
- Constant Field Values
-
OP_BIT_PATTERN
public static final int OP_BIT_PATTERN
- See Also:
- Constant Field Values
-
OP_BOOL_AND
public static final int OP_BOOL_AND
- See Also:
- Constant Field Values
-
OP_BOOL_OR
public static final int OP_BOOL_OR
- See Also:
- Constant Field Values
-
OP_BOOL_XOR
public static final int OP_BOOL_XOR
- See Also:
- Constant Field Values
-
OP_BUILD
public static final int OP_BUILD
- See Also:
- Constant Field Values
-
OP_CALL
public static final int OP_CALL
- See Also:
- Constant Field Values
-
OP_CONCATENATE
public static final int OP_CONCATENATE
- See Also:
- Constant Field Values
-
OP_CONSTRUCTOR
public static final int OP_CONSTRUCTOR
- See Also:
- Constant Field Values
-
OP_CONTEXT
public static final int OP_CONTEXT
- See Also:
- Constant Field Values
-
OP_CONTEXT_BLOCK
public static final int OP_CONTEXT_BLOCK
- See Also:
- Constant Field Values
-
OP_CROSSBUILD
public static final int OP_CROSSBUILD
- See Also:
- Constant Field Values
-
OP_CTLIST
public static final int OP_CTLIST
- See Also:
- Constant Field Values
-
OP_DEC
public static final int OP_DEC
- See Also:
- Constant Field Values
-
OP_DECLARATIVE_SIZE
public static final int OP_DECLARATIVE_SIZE
- See Also:
- Constant Field Values
-
OP_DEC_CONSTANT
public static final int OP_DEC_CONSTANT
- See Also:
- Constant Field Values
-
OP_DEFAULT
public static final int OP_DEFAULT
- See Also:
- Constant Field Values
-
OP_DEREFERENCE
public static final int OP_DEREFERENCE
- See Also:
- Constant Field Values
-
OP_DISPLAY
public static final int OP_DISPLAY
- See Also:
- Constant Field Values
-
OP_DIV
public static final int OP_DIV
- See Also:
- Constant Field Values
-
OP_ELLIPSIS
public static final int OP_ELLIPSIS
- See Also:
- Constant Field Values
-
OP_ELLIPSIS_RIGHT
public static final int OP_ELLIPSIS_RIGHT
- See Also:
- Constant Field Values
-
OP_EMPTY_LIST
public static final int OP_EMPTY_LIST
- See Also:
- Constant Field Values
-
OP_ENDIAN
public static final int OP_ENDIAN
- See Also:
- Constant Field Values
-
OP_EQUAL
public static final int OP_EQUAL
- See Also:
- Constant Field Values
-
OP_EXPORT
public static final int OP_EXPORT
- See Also:
- Constant Field Values
-
OP_FADD
public static final int OP_FADD
- See Also:
- Constant Field Values
-
OP_FDIV
public static final int OP_FDIV
- See Also:
- Constant Field Values
-
OP_FEQUAL
public static final int OP_FEQUAL
- See Also:
- Constant Field Values
-
OP_FGREAT
public static final int OP_FGREAT
- See Also:
- Constant Field Values
-
OP_FGREATEQUAL
public static final int OP_FGREATEQUAL
- See Also:
- Constant Field Values
-
OP_FIELDDEF
public static final int OP_FIELDDEF
- See Also:
- Constant Field Values
-
OP_FIELDDEFS
public static final int OP_FIELDDEFS
- See Also:
- Constant Field Values
-
OP_FIELD_MODS
public static final int OP_FIELD_MODS
- See Also:
- Constant Field Values
-
OP_FLESS
public static final int OP_FLESS
- See Also:
- Constant Field Values
-
OP_FLESSEQUAL
public static final int OP_FLESSEQUAL
- See Also:
- Constant Field Values
-
OP_FMULT
public static final int OP_FMULT
- See Also:
- Constant Field Values
-
OP_FNEGATE
public static final int OP_FNEGATE
- See Also:
- Constant Field Values
-
OP_FNOTEQUAL
public static final int OP_FNOTEQUAL
- See Also:
- Constant Field Values
-
OP_FSUB
public static final int OP_FSUB
- See Also:
- Constant Field Values
-
OP_GOTO
public static final int OP_GOTO
- See Also:
- Constant Field Values
-
OP_GREAT
public static final int OP_GREAT
- See Also:
- Constant Field Values
-
OP_GREATEQUAL
public static final int OP_GREATEQUAL
- See Also:
- Constant Field Values
-
OP_HEX
public static final int OP_HEX
- See Also:
- Constant Field Values
-
OP_HEX_CONSTANT
public static final int OP_HEX_CONSTANT
- See Also:
- Constant Field Values
-
OP_IDENTIFIER
public static final int OP_IDENTIFIER
- See Also:
- Constant Field Values
-
OP_IDENTIFIER_LIST
public static final int OP_IDENTIFIER_LIST
- See Also:
- Constant Field Values
-
OP_IF
public static final int OP_IF
- See Also:
- Constant Field Values
-
OP_INTBLIST
public static final int OP_INTBLIST
- See Also:
- Constant Field Values
-
OP_INVERT
public static final int OP_INVERT
- See Also:
- Constant Field Values
-
OP_JUMPDEST_ABSOLUTE
public static final int OP_JUMPDEST_ABSOLUTE
- See Also:
- Constant Field Values
-
OP_JUMPDEST_DYNAMIC
public static final int OP_JUMPDEST_DYNAMIC
- See Also:
- Constant Field Values
-
OP_JUMPDEST_LABEL
public static final int OP_JUMPDEST_LABEL
- See Also:
- Constant Field Values
-
OP_JUMPDEST_RELATIVE
public static final int OP_JUMPDEST_RELATIVE
- See Also:
- Constant Field Values
-
OP_JUMPDEST_SYMBOL
public static final int OP_JUMPDEST_SYMBOL
- See Also:
- Constant Field Values
-
OP_LABEL
public static final int OP_LABEL
- See Also:
- Constant Field Values
-
OP_LEFT
public static final int OP_LEFT
- See Also:
- Constant Field Values
-
OP_LESS
public static final int OP_LESS
- See Also:
- Constant Field Values
-
OP_LESSEQUAL
public static final int OP_LESSEQUAL
- See Also:
- Constant Field Values
-
OP_LITTLE
public static final int OP_LITTLE
- See Also:
- Constant Field Values
-
OP_LOCAL
public static final int OP_LOCAL
- See Also:
- Constant Field Values
-
OP_MACRO
public static final int OP_MACRO
- See Also:
- Constant Field Values
-
OP_MULT
public static final int OP_MULT
- See Also:
- Constant Field Values
-
OP_NAMES
public static final int OP_NAMES
- See Also:
- Constant Field Values
-
OP_NEGATE
public static final int OP_NEGATE
- See Also:
- Constant Field Values
-
OP_NIL
public static final int OP_NIL
- See Also:
- Constant Field Values
-
OP_NOFLOW
public static final int OP_NOFLOW
- See Also:
- Constant Field Values
-
OP_NOP
public static final int OP_NOP
- See Also:
- Constant Field Values
-
OP_NOT
public static final int OP_NOT
- See Also:
- Constant Field Values
-
OP_NOTEQUAL
public static final int OP_NOTEQUAL
- See Also:
- Constant Field Values
-
OP_NOT_DEFAULT
public static final int OP_NOT_DEFAULT
- See Also:
- Constant Field Values
-
OP_NO_CONTEXT_BLOCK
public static final int OP_NO_CONTEXT_BLOCK
- See Also:
- Constant Field Values
-
OP_NO_FIELD_MOD
public static final int OP_NO_FIELD_MOD
- See Also:
- Constant Field Values
-
OP_OR
public static final int OP_OR
- See Also:
- Constant Field Values
-
OP_PARENTHESIZED
public static final int OP_PARENTHESIZED
- See Also:
- Constant Field Values
-
OP_PCODE
public static final int OP_PCODE
- See Also:
- Constant Field Values
-
OP_PCODEOP
public static final int OP_PCODEOP
- See Also:
- Constant Field Values
-
OP_QSTRING
public static final int OP_QSTRING
- See Also:
- Constant Field Values
-
OP_REM
public static final int OP_REM
- See Also:
- Constant Field Values
-
OP_RETURN
public static final int OP_RETURN
- See Also:
- Constant Field Values
-
OP_RIGHT
public static final int OP_RIGHT
- See Also:
- Constant Field Values
-
OP_SDIV
public static final int OP_SDIV
- See Also:
- Constant Field Values
-
OP_SECTION_LABEL
public static final int OP_SECTION_LABEL
- See Also:
- Constant Field Values
-
OP_SEMANTIC
public static final int OP_SEMANTIC
- See Also:
- Constant Field Values
-
OP_SEQUENCE
public static final int OP_SEQUENCE
- See Also:
- Constant Field Values
-
OP_SGREAT
public static final int OP_SGREAT
- See Also:
- Constant Field Values
-
OP_SGREATEQUAL
public static final int OP_SGREATEQUAL
- See Also:
- Constant Field Values
-
OP_SIGNED
public static final int OP_SIGNED
- See Also:
- Constant Field Values
-
OP_SIZE
public static final int OP_SIZE
- See Also:
- Constant Field Values
-
OP_SIZING_SIZE
public static final int OP_SIZING_SIZE
- See Also:
- Constant Field Values
-
OP_SLESS
public static final int OP_SLESS
- See Also:
- Constant Field Values
-
OP_SLESSEQUAL
public static final int OP_SLESSEQUAL
- See Also:
- Constant Field Values
-
OP_SPACE
public static final int OP_SPACE
- See Also:
- Constant Field Values
-
OP_SPACEMODS
public static final int OP_SPACEMODS
- See Also:
- Constant Field Values
-
OP_SREM
public static final int OP_SREM
- See Also:
- Constant Field Values
-
OP_SRIGHT
public static final int OP_SRIGHT
- See Also:
- Constant Field Values
-
OP_STRING
public static final int OP_STRING
- See Also:
- Constant Field Values
-
OP_STRING_OR_IDENT_LIST
public static final int OP_STRING_OR_IDENT_LIST
- See Also:
- Constant Field Values
-
OP_SUB
public static final int OP_SUB
- See Also:
- Constant Field Values
-
OP_SUBTABLE
public static final int OP_SUBTABLE
- See Also:
- Constant Field Values
-
OP_TABLE
public static final int OP_TABLE
- See Also:
- Constant Field Values
-
OP_TOKEN
public static final int OP_TOKEN
- See Also:
- Constant Field Values
-
OP_TOKEN_ENDIAN NEW
public static final int OP_TOKEN_ENDIAN
- See Also:
- Constant Field Values
-
OP_TRUNCATION_SIZE MODIFIED
constant: 196 → 197-static int OP_TRUNCATION_SIZE+static int OP_TRUNCATION_SIZEpublic static final int OP_TRUNCATION_SIZE
- See Also:
- Constant Field Values
-
OP_TYPE MODIFIED
constant: 197 → 198-static int OP_TYPE+static int OP_TYPEpublic static final int OP_TYPE
- See Also:
- Constant Field Values
-
OP_UNIMPL MODIFIED
constant: 198 → 199-static int OP_UNIMPL+static int OP_UNIMPLpublic static final int OP_UNIMPL
- See Also:
- Constant Field Values
-
OP_VALUES MODIFIED
constant: 199 → 200-static int OP_VALUES+static int OP_VALUESpublic static final int OP_VALUES
- See Also:
- Constant Field Values
-
OP_VARIABLES MODIFIED
constant: 200 → 201-static int OP_VARIABLES+static int OP_VARIABLESpublic static final int OP_VARIABLES
- See Also:
- Constant Field Values
-
OP_VARNODE MODIFIED
constant: 201 → 202-static int OP_VARNODE+static int OP_VARNODEpublic static final int OP_VARNODE
- See Also:
- Constant Field Values
-
OP_WHITESPACE MODIFIED
constant: 202 → 203-static int OP_WHITESPACE+static int OP_WHITESPACEpublic static final int OP_WHITESPACE
- See Also:
- Constant Field Values
-
OP_WILDCARD MODIFIED
constant: 203 → 204-static int OP_WILDCARD+static int OP_WILDCARDpublic static final int OP_WILDCARD
- See Also:
- Constant Field Values
-
OP_WITH MODIFIED
constant: 204 → 205-static int OP_WITH+static int OP_WITHpublic static final int OP_WITH
- See Also:
- Constant Field Values
-
OP_WORDSIZE MODIFIED
constant: 205 → 206-static int OP_WORDSIZE+static int OP_WORDSIZEpublic static final int OP_WORDSIZE
- See Also:
- Constant Field Values
-
OP_XOR MODIFIED
constant: 206 → 207-static int OP_XOR+static int OP_XORpublic static final int OP_XOR
- See Also:
- Constant Field Values
-
PERCENT MODIFIED
constant: 207 → 208-static int PERCENT+static int PERCENTpublic static final int PERCENT
- See Also:
- Constant Field Values
-
PIPE MODIFIED
constant: 208 → 209-static int PIPE+static int PIPEpublic static final int PIPE
- See Also:
- Constant Field Values
-
PLUS MODIFIED
constant: 209 → 210-static int PLUS+static int PLUSpublic static final int PLUS
- See Also:
- Constant Field Values
-
PP_ESCAPE MODIFIED
constant: 210 → 211-static int PP_ESCAPE+static int PP_ESCAPEpublic static final int PP_ESCAPE
- See Also:
- Constant Field Values
-
PP_POSITION MODIFIED
constant: 211 → 212-static int PP_POSITION+static int PP_POSITIONpublic static final int PP_POSITION
- See Also:
- Constant Field Values
-
QSTRING MODIFIED
constant: 212 → 213-static int QSTRING+static int QSTRINGpublic static final int QSTRING
- See Also:
- Constant Field Values
-
RBRACE MODIFIED
constant: 213 → 214-static int RBRACE+static int RBRACEpublic static final int RBRACE
- See Also:
- Constant Field Values
-
RBRACKET MODIFIED
constant: 214 → 215-static int RBRACKET+static int RBRACKETpublic static final int RBRACKET
- See Also:
- Constant Field Values
-
RES_IF MODIFIED
constant: 215 → 216-static int RES_IF+static int RES_IFpublic static final int RES_IF
- See Also:
- Constant Field Values
-
RES_IS MODIFIED
constant: 216 → 217-static int RES_IS+static int RES_ISpublic static final int RES_IS
- See Also:
- Constant Field Values
-
RES_WITH MODIFIED
constant: 217 → 218-static int RES_WITH+static int RES_WITHpublic static final int RES_WITH
- See Also:
- Constant Field Values
-
RIGHT MODIFIED
constant: 218 → 219-static int RIGHT+static int RIGHTpublic static final int RIGHT
- See Also:
- Constant Field Values
-
RPAREN MODIFIED
constant: 219 → 220-static int RPAREN+static int RPARENpublic static final int RPAREN
- See Also:
- Constant Field Values
-
SDIV MODIFIED
constant: 220 → 221-static int SDIV+static int SDIVpublic static final int SDIV
- See Also:
- Constant Field Values
-
SEMI MODIFIED
constant: 221 → 222-static int SEMI+static int SEMIpublic static final int SEMI
- See Also:
- Constant Field Values
-
SGREAT MODIFIED
constant: 222 → 223-static int SGREAT+static int SGREATpublic static final int SGREAT
- See Also:
- Constant Field Values
-
SGREATEQUAL MODIFIED
constant: 223 → 224-static int SGREATEQUAL+static int SGREATEQUALpublic static final int SGREATEQUAL
- See Also:
- Constant Field Values
-
SLASH MODIFIED
constant: 224 → 225-static int SLASH+static int SLASHpublic static final int SLASH
- See Also:
- Constant Field Values
-
SLESS MODIFIED
constant: 225 → 226-static int SLESS+static int SLESSpublic static final int SLESS
- See Also:
- Constant Field Values
-
SLESSEQUAL MODIFIED
constant: 226 → 227-static int SLESSEQUAL+static int SLESSEQUALpublic static final int SLESSEQUAL
- See Also:
- Constant Field Values
-
SPEC_AND MODIFIED
constant: 227 → 228-static int SPEC_AND+static int SPEC_ANDpublic static final int SPEC_AND
- See Also:
- Constant Field Values
-
SPEC_OR MODIFIED
constant: 228 → 229-static int SPEC_OR+static int SPEC_ORpublic static final int SPEC_OR
- See Also:
- Constant Field Values
-
SPEC_XOR MODIFIED
constant: 229 → 230-static int SPEC_XOR+static int SPEC_XORpublic static final int SPEC_XOR
- See Also:
- Constant Field Values
-
SREM MODIFIED
constant: 230 → 231-static int SREM+static int SREMpublic static final int SREM
- See Also:
- Constant Field Values
-
SRIGHT MODIFIED
constant: 231 → 232-static int SRIGHT+static int SRIGHTpublic static final int SRIGHT
- See Also:
- Constant Field Values
-
TILDE MODIFIED
constant: 232 → 233-static int TILDE+static int TILDEpublic static final int TILDE
- See Also:
- Constant Field Values
-
Tokens MODIFIED
constant: 233 → 234-static int Tokens+static int Tokenspublic static final int Tokens
- See Also:
- Constant Field Values
-
UNDERSCORE MODIFIED
constant: 234 → 235-static int UNDERSCORE+static int UNDERSCOREpublic static final int UNDERSCORE
- See Also:
- Constant Field Values
-
UNICODE_ESCAPE MODIFIED
constant: 235 → 236-static int UNICODE_ESCAPE+static int UNICODE_ESCAPEpublic static final int UNICODE_ESCAPE
- See Also:
- Constant Field Values
-
UNKNOWN MODIFIED
constant: 236 → 237-static int UNKNOWN+static int UNKNOWNpublic static final int UNKNOWN
- See Also:
- Constant Field Values
-
WS MODIFIED
constant: 237 → 238-static int WS+static int WSpublic static final int WS
- See Also:
- Constant Field Values
-
out
public java.io.PrintStream out
-
dfa32 NEW
protected SleighEcho.DFA32 dfa32
-
dfa34 NEW
protected SleighEcho.DFA34 dfa34
-
FOLLOW_endiandef_in_root42
public static final org.antlr.runtime.BitSet FOLLOW_endiandef_in_root42
-
FOLLOW_definition_in_root48
public static final org.antlr.runtime.BitSet FOLLOW_definition_in_root48
-
FOLLOW_constructorlike_in_root54
public static final org.antlr.runtime.BitSet FOLLOW_constructorlike_in_root54
-
FOLLOW_OP_ENDIAN_in_endiandef71
public static final org.antlr.runtime.BitSet FOLLOW_OP_ENDIAN_in_endiandef71
-
FOLLOW_endian_in_endiandef75
public static final org.antlr.runtime.BitSet FOLLOW_endian_in_endiandef75
-
FOLLOW_aligndef_in_definition106
public static final org.antlr.runtime.BitSet FOLLOW_aligndef_in_definition106
-
FOLLOW_tokendef_in_definition111
public static final org.antlr.runtime.BitSet FOLLOW_tokendef_in_definition111
-
FOLLOW_contextdef_in_definition116
public static final org.antlr.runtime.BitSet FOLLOW_contextdef_in_definition116
-
FOLLOW_spacedef_in_definition121
public static final org.antlr.runtime.BitSet FOLLOW_spacedef_in_definition121
-
FOLLOW_varnodedef_in_definition126
public static final org.antlr.runtime.BitSet FOLLOW_varnodedef_in_definition126
-
FOLLOW_bitrangedef_in_definition131
public static final org.antlr.runtime.BitSet FOLLOW_bitrangedef_in_definition131
-
FOLLOW_pcodeopdef_in_definition136
public static final org.antlr.runtime.BitSet FOLLOW_pcodeopdef_in_definition136
-
FOLLOW_valueattach_in_definition141
public static final org.antlr.runtime.BitSet FOLLOW_valueattach_in_definition141
-
FOLLOW_nameattach_in_definition146
public static final org.antlr.runtime.BitSet FOLLOW_nameattach_in_definition146
-
FOLLOW_varattach_in_definition151
public static final org.antlr.runtime.BitSet FOLLOW_varattach_in_definition151
-
FOLLOW_OP_ALIGNMENT_in_aligndef166
public static final org.antlr.runtime.BitSet FOLLOW_OP_ALIGNMENT_in_aligndef166
-
FOLLOW_integer_in_aligndef170
public static final org.antlr.runtime.BitSet FOLLOW_integer_in_aligndef170
-
FOLLOW_OP_TOKEN_in_tokendef185
public static final org.antlr.runtime.BitSet FOLLOW_OP_TOKEN_in_tokendef185
-
FOLLOW_identifier_in_tokendef189
public static final org.antlr.runtime.BitSet FOLLOW_identifier_in_tokendef189
-
FOLLOW_integer_in_tokendef193
public static final org.antlr.runtime.BitSet FOLLOW_integer_in_tokendef193
-
FOLLOW_fielddefs_in_tokendef197
public static final org.antlr.runtime.BitSet FOLLOW_fielddefs_in_tokendef197
-
FOLLOW_OP_TOKEN_ENDIAN_in_tokendef206 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_TOKEN_ENDIAN_in_tokendef206
-
FOLLOW_identifier_in_tokendef210 NEW
public static final org.antlr.runtime.BitSet FOLLOW_identifier_in_tokendef210
-
FOLLOW_integer_in_tokendef214 NEW
public static final org.antlr.runtime.BitSet FOLLOW_integer_in_tokendef214
-
FOLLOW_endian_in_tokendef218 NEW
public static final org.antlr.runtime.BitSet FOLLOW_endian_in_tokendef218
-
FOLLOW_fielddefs_in_tokendef222 NEW
public static final org.antlr.runtime.BitSet FOLLOW_fielddefs_in_tokendef222
-
FOLLOW_OP_FIELDDEFS_in_fielddefs235 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_FIELDDEFS_in_fielddefs235
-
FOLLOW_fielddef_in_fielddefs237 NEW
public static final org.antlr.runtime.BitSet FOLLOW_fielddef_in_fielddefs237
-
FOLLOW_OP_FIELDDEF_in_fielddef253 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_FIELDDEF_in_fielddef253
-
FOLLOW_identifier_in_fielddef257 NEW
public static final org.antlr.runtime.BitSet FOLLOW_identifier_in_fielddef257
-
FOLLOW_integer_in_fielddef261 NEW
public static final org.antlr.runtime.BitSet FOLLOW_integer_in_fielddef261
-
FOLLOW_integer_in_fielddef265 NEW
public static final org.antlr.runtime.BitSet FOLLOW_integer_in_fielddef265
-
FOLLOW_fieldmods_in_fielddef269 NEW
public static final org.antlr.runtime.BitSet FOLLOW_fieldmods_in_fielddef269
-
FOLLOW_OP_FIELD_MODS_in_fieldmods294 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_FIELD_MODS_in_fieldmods294
-
FOLLOW_fieldmod_in_fieldmods301 NEW
public static final org.antlr.runtime.BitSet FOLLOW_fieldmod_in_fieldmods301
-
FOLLOW_OP_NO_FIELD_MOD_in_fieldmods318 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_NO_FIELD_MOD_in_fieldmods318
-
FOLLOW_OP_SIGNED_in_fieldmod343 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_SIGNED_in_fieldmod343
-
FOLLOW_OP_NOFLOW_in_fieldmod355 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_NOFLOW_in_fieldmod355
-
FOLLOW_OP_HEX_in_fieldmod367 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_HEX_in_fieldmod367
-
FOLLOW_OP_DEC_in_fieldmod379 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_DEC_in_fieldmod379
-
FOLLOW_OP_CONTEXT_in_contextdef396 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_CONTEXT_in_contextdef396
-
FOLLOW_identifier_in_contextdef400 NEW
public static final org.antlr.runtime.BitSet FOLLOW_identifier_in_contextdef400
-
FOLLOW_fielddefs_in_contextdef404 NEW
public static final org.antlr.runtime.BitSet FOLLOW_fielddefs_in_contextdef404
-
FOLLOW_OP_SPACE_in_spacedef417 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_SPACE_in_spacedef417
-
FOLLOW_identifier_in_spacedef421 NEW
public static final org.antlr.runtime.BitSet FOLLOW_identifier_in_spacedef421
-
FOLLOW_spacemods_in_spacedef425 NEW
public static final org.antlr.runtime.BitSet FOLLOW_spacemods_in_spacedef425
-
FOLLOW_OP_SPACEMODS_in_spacemods449 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_SPACEMODS_in_spacemods449
-
FOLLOW_spacemod_in_spacemods454 NEW
public static final org.antlr.runtime.BitSet FOLLOW_spacemod_in_spacemods454
-
FOLLOW_typemod_in_spacemod476 NEW
public static final org.antlr.runtime.BitSet FOLLOW_typemod_in_spacemod476
-
FOLLOW_sizemod_in_spacemod485 NEW
public static final org.antlr.runtime.BitSet FOLLOW_sizemod_in_spacemod485
-
FOLLOW_wordsizemod_in_spacemod494 NEW
public static final org.antlr.runtime.BitSet FOLLOW_wordsizemod_in_spacemod494
-
FOLLOW_OP_DEFAULT_in_spacemod501 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_DEFAULT_in_spacemod501
-
FOLLOW_OP_TYPE_in_typemod519 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_TYPE_in_typemod519
-
FOLLOW_type_in_typemod523 NEW
public static final org.antlr.runtime.BitSet FOLLOW_type_in_typemod523
-
FOLLOW_identifier_in_type543 NEW
public static final org.antlr.runtime.BitSet FOLLOW_identifier_in_type543
-
FOLLOW_OP_SIZE_in_sizemod561 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_SIZE_in_sizemod561
-
FOLLOW_integer_in_sizemod565 NEW
public static final org.antlr.runtime.BitSet FOLLOW_integer_in_sizemod565
-
FOLLOW_OP_WORDSIZE_in_wordsizemod584 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_WORDSIZE_in_wordsizemod584
-
FOLLOW_integer_in_wordsizemod588 NEW
public static final org.antlr.runtime.BitSet FOLLOW_integer_in_wordsizemod588
-
FOLLOW_OP_VARNODE_in_varnodedef603 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_VARNODE_in_varnodedef603
-
FOLLOW_identifier_in_varnodedef607 NEW
public static final org.antlr.runtime.BitSet FOLLOW_identifier_in_varnodedef607
-
FOLLOW_integer_in_varnodedef611 NEW
public static final org.antlr.runtime.BitSet FOLLOW_integer_in_varnodedef611
-
FOLLOW_integer_in_varnodedef615 NEW
public static final org.antlr.runtime.BitSet FOLLOW_integer_in_varnodedef615
-
FOLLOW_identifierlist_in_varnodedef619 NEW
public static final org.antlr.runtime.BitSet FOLLOW_identifierlist_in_varnodedef619
-
FOLLOW_OP_IDENTIFIER_LIST_in_identifierlist638 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_IDENTIFIER_LIST_in_identifierlist638
-
FOLLOW_identifier_in_identifierlist645 NEW
public static final org.antlr.runtime.BitSet FOLLOW_identifier_in_identifierlist645
-
FOLLOW_OP_STRING_OR_IDENT_LIST_in_stringoridentlist669 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_STRING_OR_IDENT_LIST_in_stringoridentlist669
-
FOLLOW_stringorident_in_stringoridentlist676 NEW
public static final org.antlr.runtime.BitSet FOLLOW_stringorident_in_stringoridentlist676
-
FOLLOW_identifier_in_stringorident701 NEW
public static final org.antlr.runtime.BitSet FOLLOW_identifier_in_stringorident701
-
FOLLOW_qstring_in_stringorident710 NEW
public static final org.antlr.runtime.BitSet FOLLOW_qstring_in_stringorident710
-
FOLLOW_OP_BITRANGES_in_bitrangedef724 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_BITRANGES_in_bitrangedef724
-
FOLLOW_bitranges_in_bitrangedef728 NEW
public static final org.antlr.runtime.BitSet FOLLOW_bitranges_in_bitrangedef728
-
FOLLOW_sbitrange_in_bitranges748 NEW
public static final org.antlr.runtime.BitSet FOLLOW_sbitrange_in_bitranges748
-
FOLLOW_OP_BITRANGE_in_sbitrange769 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_BITRANGE_in_sbitrange769
-
FOLLOW_identifier_in_sbitrange773 NEW
public static final org.antlr.runtime.BitSet FOLLOW_identifier_in_sbitrange773
-
FOLLOW_identifier_in_sbitrange777 NEW
public static final org.antlr.runtime.BitSet FOLLOW_identifier_in_sbitrange777
-
FOLLOW_integer_in_sbitrange781 NEW
public static final org.antlr.runtime.BitSet FOLLOW_integer_in_sbitrange781
-
FOLLOW_integer_in_sbitrange785 NEW
public static final org.antlr.runtime.BitSet FOLLOW_integer_in_sbitrange785
-
FOLLOW_OP_PCODEOP_in_pcodeopdef800 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_PCODEOP_in_pcodeopdef800
-
FOLLOW_identifierlist_in_pcodeopdef804 NEW
public static final org.antlr.runtime.BitSet FOLLOW_identifierlist_in_pcodeopdef804
-
FOLLOW_OP_VALUES_in_valueattach819 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_VALUES_in_valueattach819
-
FOLLOW_identifierlist_in_valueattach823 NEW
public static final org.antlr.runtime.BitSet FOLLOW_identifierlist_in_valueattach823
-
FOLLOW_intblist_in_valueattach827 NEW
public static final org.antlr.runtime.BitSet FOLLOW_intblist_in_valueattach827
-
FOLLOW_OP_INTBLIST_in_intblist846 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_INTBLIST_in_intblist846
-
FOLLOW_intbpart_in_intblist853 NEW
public static final org.antlr.runtime.BitSet FOLLOW_intbpart_in_intblist853
-
FOLLOW_OP_WILDCARD_in_intbpart876 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_WILDCARD_in_intbpart876
-
FOLLOW_OP_NEGATE_in_intbpart884 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_NEGATE_in_intbpart884
-
FOLLOW_integer_in_intbpart888 NEW
public static final org.antlr.runtime.BitSet FOLLOW_integer_in_intbpart888
-
FOLLOW_integer_in_intbpart898 NEW
public static final org.antlr.runtime.BitSet FOLLOW_integer_in_intbpart898
-
FOLLOW_OP_NAMES_in_nameattach912 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_NAMES_in_nameattach912
-
FOLLOW_identifierlist_in_nameattach916 NEW
public static final org.antlr.runtime.BitSet FOLLOW_identifierlist_in_nameattach916
-
FOLLOW_stringoridentlist_in_nameattach920 NEW
public static final org.antlr.runtime.BitSet FOLLOW_stringoridentlist_in_nameattach920
-
FOLLOW_OP_VARIABLES_in_varattach935 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_VARIABLES_in_varattach935
-
FOLLOW_identifierlist_in_varattach939 NEW
public static final org.antlr.runtime.BitSet FOLLOW_identifierlist_in_varattach939
-
FOLLOW_identifierlist_in_varattach943 NEW
public static final org.antlr.runtime.BitSet FOLLOW_identifierlist_in_varattach943
-
FOLLOW_macrodef_in_constructorlike957 NEW
public static final org.antlr.runtime.BitSet FOLLOW_macrodef_in_constructorlike957
-
FOLLOW_constructor_in_constructorlike962 NEW
public static final org.antlr.runtime.BitSet FOLLOW_constructor_in_constructorlike962
-
FOLLOW_OP_MACRO_in_macrodef974 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_MACRO_in_macrodef974
-
FOLLOW_identifier_in_macrodef978 NEW
public static final org.antlr.runtime.BitSet FOLLOW_identifier_in_macrodef978
-
FOLLOW_arguments_in_macrodef982 NEW
public static final org.antlr.runtime.BitSet FOLLOW_arguments_in_macrodef982
-
FOLLOW_semantic_in_macrodef986 NEW
public static final org.antlr.runtime.BitSet FOLLOW_semantic_in_macrodef986
-
FOLLOW_OP_ARGUMENTS_in_arguments1003 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_ARGUMENTS_in_arguments1003
-
FOLLOW_oplist_in_arguments1007 NEW
public static final org.antlr.runtime.BitSet FOLLOW_oplist_in_arguments1007
-
FOLLOW_OP_EMPTY_LIST_in_arguments1015 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_EMPTY_LIST_in_arguments1015
-
FOLLOW_identifier_in_oplist1040 NEW
public static final org.antlr.runtime.BitSet FOLLOW_identifier_in_oplist1040
-
FOLLOW_OP_CONSTRUCTOR_in_constructor1056 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_CONSTRUCTOR_in_constructor1056
-
FOLLOW_ctorstart_in_constructor1060 NEW
public static final org.antlr.runtime.BitSet FOLLOW_ctorstart_in_constructor1060
-
FOLLOW_bitpattern_in_constructor1064 NEW
public static final org.antlr.runtime.BitSet FOLLOW_bitpattern_in_constructor1064
-
FOLLOW_contextblock_in_constructor1068 NEW
public static final org.antlr.runtime.BitSet FOLLOW_contextblock_in_constructor1068
-
FOLLOW_ctorsemantic_in_constructor1070 NEW
public static final org.antlr.runtime.BitSet FOLLOW_ctorsemantic_in_constructor1070
-
FOLLOW_OP_PCODE_in_ctorsemantic1083 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_PCODE_in_ctorsemantic1083
-
FOLLOW_semantic_in_ctorsemantic1085 NEW
public static final org.antlr.runtime.BitSet FOLLOW_semantic_in_ctorsemantic1085
-
FOLLOW_OP_PCODE_in_ctorsemantic1092 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_PCODE_in_ctorsemantic1092
-
FOLLOW_OP_UNIMPL_in_ctorsemantic1094 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_UNIMPL_in_ctorsemantic1094
-
FOLLOW_OP_BIT_PATTERN_in_bitpattern1113 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_BIT_PATTERN_in_bitpattern1113
-
FOLLOW_pequation_in_bitpattern1117 NEW
public static final org.antlr.runtime.BitSet FOLLOW_pequation_in_bitpattern1117
-
FOLLOW_OP_SUBTABLE_in_ctorstart1136 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_SUBTABLE_in_ctorstart1136
-
FOLLOW_identifier_in_ctorstart1140 NEW
public static final org.antlr.runtime.BitSet FOLLOW_identifier_in_ctorstart1140
-
FOLLOW_display_in_ctorstart1144 NEW
public static final org.antlr.runtime.BitSet FOLLOW_display_in_ctorstart1144
-
FOLLOW_OP_TABLE_in_ctorstart1153 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_TABLE_in_ctorstart1153
-
FOLLOW_display_in_ctorstart1157 NEW
public static final org.antlr.runtime.BitSet FOLLOW_display_in_ctorstart1157
-
FOLLOW_OP_DISPLAY_in_display1176 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_DISPLAY_in_display1176
-
FOLLOW_pieces_in_display1180 NEW
public static final org.antlr.runtime.BitSet FOLLOW_pieces_in_display1180
-
FOLLOW_printpiece_in_pieces1206 NEW
public static final org.antlr.runtime.BitSet FOLLOW_printpiece_in_pieces1206
-
FOLLOW_identifier_in_printpiece1227 NEW
public static final org.antlr.runtime.BitSet FOLLOW_identifier_in_printpiece1227
-
FOLLOW_whitespace_in_printpiece1236 NEW
public static final org.antlr.runtime.BitSet FOLLOW_whitespace_in_printpiece1236
-
FOLLOW_OP_CONCATENATE_in_printpiece1243 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_CONCATENATE_in_printpiece1243
-
FOLLOW_string_in_printpiece1252 NEW
public static final org.antlr.runtime.BitSet FOLLOW_string_in_printpiece1252
-
FOLLOW_OP_WHITESPACE_in_whitespace1270 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_WHITESPACE_in_whitespace1270
-
FOLLOW_OP_STRING_in_string1293 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_STRING_in_string1293
-
FOLLOW_OP_QSTRING_in_string1306 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_QSTRING_in_string1306
-
FOLLOW_OP_BOOL_OR_in_pequation1329 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_BOOL_OR_in_pequation1329
-
FOLLOW_pequation_in_pequation1333 NEW
public static final org.antlr.runtime.BitSet FOLLOW_pequation_in_pequation1333
-
FOLLOW_pequation_in_pequation1337 NEW
public static final org.antlr.runtime.BitSet FOLLOW_pequation_in_pequation1337
-
FOLLOW_OP_SEQUENCE_in_pequation1346 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_SEQUENCE_in_pequation1346
-
FOLLOW_pequation_in_pequation1350 NEW
public static final org.antlr.runtime.BitSet FOLLOW_pequation_in_pequation1350
-
FOLLOW_pequation_in_pequation1354 NEW
public static final org.antlr.runtime.BitSet FOLLOW_pequation_in_pequation1354
-
FOLLOW_OP_BOOL_AND_in_pequation1363 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_BOOL_AND_in_pequation1363
-
FOLLOW_pequation_in_pequation1367 NEW
public static final org.antlr.runtime.BitSet FOLLOW_pequation_in_pequation1367
-
FOLLOW_pequation_in_pequation1371 NEW
public static final org.antlr.runtime.BitSet FOLLOW_pequation_in_pequation1371
-
FOLLOW_OP_ELLIPSIS_in_pequation1381 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_ELLIPSIS_in_pequation1381
-
FOLLOW_pequation_in_pequation1385 NEW
public static final org.antlr.runtime.BitSet FOLLOW_pequation_in_pequation1385
-
FOLLOW_OP_ELLIPSIS_RIGHT_in_pequation1394 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_ELLIPSIS_RIGHT_in_pequation1394
-
FOLLOW_pequation_in_pequation1398 NEW
public static final org.antlr.runtime.BitSet FOLLOW_pequation_in_pequation1398
-
FOLLOW_OP_EQUAL_in_pequation1408 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_EQUAL_in_pequation1408
-
FOLLOW_identifier_in_pequation1412 NEW
public static final org.antlr.runtime.BitSet FOLLOW_identifier_in_pequation1412
-
FOLLOW_pexpression2_in_pequation1416 NEW
public static final org.antlr.runtime.BitSet FOLLOW_pexpression2_in_pequation1416
-
FOLLOW_OP_NOTEQUAL_in_pequation1425 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_NOTEQUAL_in_pequation1425
-
FOLLOW_identifier_in_pequation1429 NEW
public static final org.antlr.runtime.BitSet FOLLOW_identifier_in_pequation1429
-
FOLLOW_pexpression2_in_pequation1433 NEW
public static final org.antlr.runtime.BitSet FOLLOW_pexpression2_in_pequation1433
-
FOLLOW_OP_LESS_in_pequation1442 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_LESS_in_pequation1442
-
FOLLOW_identifier_in_pequation1446 NEW
public static final org.antlr.runtime.BitSet FOLLOW_identifier_in_pequation1446
-
FOLLOW_pexpression2_in_pequation1450 NEW
public static final org.antlr.runtime.BitSet FOLLOW_pexpression2_in_pequation1450
-
FOLLOW_OP_LESSEQUAL_in_pequation1459 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_LESSEQUAL_in_pequation1459
-
FOLLOW_identifier_in_pequation1463 NEW
public static final org.antlr.runtime.BitSet FOLLOW_identifier_in_pequation1463
-
FOLLOW_pexpression2_in_pequation1467 NEW
public static final org.antlr.runtime.BitSet FOLLOW_pexpression2_in_pequation1467
-
FOLLOW_OP_GREAT_in_pequation1476 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_GREAT_in_pequation1476
-
FOLLOW_identifier_in_pequation1480 NEW
public static final org.antlr.runtime.BitSet FOLLOW_identifier_in_pequation1480
-
FOLLOW_pexpression2_in_pequation1484 NEW
public static final org.antlr.runtime.BitSet FOLLOW_pexpression2_in_pequation1484
-
FOLLOW_OP_GREATEQUAL_in_pequation1493 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_GREATEQUAL_in_pequation1493
-
FOLLOW_identifier_in_pequation1497 NEW
public static final org.antlr.runtime.BitSet FOLLOW_identifier_in_pequation1497
-
FOLLOW_pexpression2_in_pequation1501 NEW
public static final org.antlr.runtime.BitSet FOLLOW_pexpression2_in_pequation1501
-
FOLLOW_identifier_in_pequation1512 NEW
public static final org.antlr.runtime.BitSet FOLLOW_identifier_in_pequation1512
-
FOLLOW_OP_PARENTHESIZED_in_pequation1520 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_PARENTHESIZED_in_pequation1520
-
FOLLOW_pequation_in_pequation1524 NEW
public static final org.antlr.runtime.BitSet FOLLOW_pequation_in_pequation1524
-
FOLLOW_OP_OR_in_pexpression21544 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_OR_in_pexpression21544
-
FOLLOW_pexpression2_in_pexpression21548 NEW
public static final org.antlr.runtime.BitSet FOLLOW_pexpression2_in_pexpression21548
-
FOLLOW_pexpression2_in_pexpression21552 NEW
public static final org.antlr.runtime.BitSet FOLLOW_pexpression2_in_pexpression21552
-
FOLLOW_OP_XOR_in_pexpression21561 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_XOR_in_pexpression21561
-
FOLLOW_pexpression2_in_pexpression21565 NEW
public static final org.antlr.runtime.BitSet FOLLOW_pexpression2_in_pexpression21565
-
FOLLOW_pexpression2_in_pexpression21569 NEW
public static final org.antlr.runtime.BitSet FOLLOW_pexpression2_in_pexpression21569
-
FOLLOW_OP_AND_in_pexpression21578 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_AND_in_pexpression21578
-
FOLLOW_pexpression2_in_pexpression21582 NEW
public static final org.antlr.runtime.BitSet FOLLOW_pexpression2_in_pexpression21582
-
FOLLOW_pexpression2_in_pexpression21586 NEW
public static final org.antlr.runtime.BitSet FOLLOW_pexpression2_in_pexpression21586
-
FOLLOW_OP_LEFT_in_pexpression21595 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_LEFT_in_pexpression21595
-
FOLLOW_pexpression2_in_pexpression21599 NEW
public static final org.antlr.runtime.BitSet FOLLOW_pexpression2_in_pexpression21599
-
FOLLOW_pexpression2_in_pexpression21603 NEW
public static final org.antlr.runtime.BitSet FOLLOW_pexpression2_in_pexpression21603
-
FOLLOW_OP_RIGHT_in_pexpression21612 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_RIGHT_in_pexpression21612
-
FOLLOW_pexpression2_in_pexpression21616 NEW
public static final org.antlr.runtime.BitSet FOLLOW_pexpression2_in_pexpression21616
-
FOLLOW_pexpression2_in_pexpression21620 NEW
public static final org.antlr.runtime.BitSet FOLLOW_pexpression2_in_pexpression21620
-
FOLLOW_OP_ADD_in_pexpression21629 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_ADD_in_pexpression21629
-
FOLLOW_pexpression2_in_pexpression21633 NEW
public static final org.antlr.runtime.BitSet FOLLOW_pexpression2_in_pexpression21633
-
FOLLOW_pexpression2_in_pexpression21637 NEW
public static final org.antlr.runtime.BitSet FOLLOW_pexpression2_in_pexpression21637
-
FOLLOW_OP_SUB_in_pexpression21646 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_SUB_in_pexpression21646
-
FOLLOW_pexpression2_in_pexpression21650 NEW
public static final org.antlr.runtime.BitSet FOLLOW_pexpression2_in_pexpression21650
-
FOLLOW_pexpression2_in_pexpression21654 NEW
public static final org.antlr.runtime.BitSet FOLLOW_pexpression2_in_pexpression21654
-
FOLLOW_OP_MULT_in_pexpression21663 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_MULT_in_pexpression21663
-
FOLLOW_pexpression2_in_pexpression21667 NEW
public static final org.antlr.runtime.BitSet FOLLOW_pexpression2_in_pexpression21667
-
FOLLOW_pexpression2_in_pexpression21671 NEW
public static final org.antlr.runtime.BitSet FOLLOW_pexpression2_in_pexpression21671
-
FOLLOW_OP_DIV_in_pexpression21680 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_DIV_in_pexpression21680
-
FOLLOW_pexpression2_in_pexpression21684 NEW
public static final org.antlr.runtime.BitSet FOLLOW_pexpression2_in_pexpression21684
-
FOLLOW_pexpression2_in_pexpression21688 NEW
public static final org.antlr.runtime.BitSet FOLLOW_pexpression2_in_pexpression21688
-
FOLLOW_OP_NEGATE_in_pexpression21698 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_NEGATE_in_pexpression21698
-
FOLLOW_pexpression2_in_pexpression21702 NEW
public static final org.antlr.runtime.BitSet FOLLOW_pexpression2_in_pexpression21702
-
FOLLOW_OP_INVERT_in_pexpression21711 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_INVERT_in_pexpression21711
-
FOLLOW_pexpression2_in_pexpression21715 NEW
public static final org.antlr.runtime.BitSet FOLLOW_pexpression2_in_pexpression21715
-
FOLLOW_OP_APPLY_in_pexpression21725 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_APPLY_in_pexpression21725
-
FOLLOW_identifier_in_pexpression21729 NEW
public static final org.antlr.runtime.BitSet FOLLOW_identifier_in_pexpression21729
-
FOLLOW_pexpression2_operands_in_pexpression21733 NEW
public static final org.antlr.runtime.BitSet FOLLOW_pexpression2_operands_in_pexpression21733
-
FOLLOW_identifier_in_pexpression21743 NEW
public static final org.antlr.runtime.BitSet FOLLOW_identifier_in_pexpression21743
-
FOLLOW_integer_in_pexpression21752 NEW
public static final org.antlr.runtime.BitSet FOLLOW_integer_in_pexpression21752
-
FOLLOW_OP_PARENTHESIZED_in_pexpression21760 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_PARENTHESIZED_in_pexpression21760
-
FOLLOW_pexpression2_in_pexpression21764 NEW
public static final org.antlr.runtime.BitSet FOLLOW_pexpression2_in_pexpression21764
-
FOLLOW_pexpression2_in_pexpression2_operands1790 NEW
public static final org.antlr.runtime.BitSet FOLLOW_pexpression2_in_pexpression2_operands1790
-
FOLLOW_OP_CONTEXT_BLOCK_in_contextblock1806 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_CONTEXT_BLOCK_in_contextblock1806
-
FOLLOW_statements_in_contextblock1810 NEW
public static final org.antlr.runtime.BitSet FOLLOW_statements_in_contextblock1810
-
FOLLOW_OP_NO_CONTEXT_BLOCK_in_contextblock1818 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_NO_CONTEXT_BLOCK_in_contextblock1818
-
FOLLOW_OP_SEMANTIC_in_semantic1830 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_SEMANTIC_in_semantic1830
-
FOLLOW_code_block_in_semantic1834 NEW
public static final org.antlr.runtime.BitSet FOLLOW_code_block_in_semantic1834
-
FOLLOW_statements_in_code_block1849 NEW
public static final org.antlr.runtime.BitSet FOLLOW_statements_in_code_block1849
-
FOLLOW_OP_NOP_in_code_block1854 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_NOP_in_code_block1854
-
FOLLOW_statement_in_statements1869 NEW
public static final org.antlr.runtime.BitSet FOLLOW_statement_in_statements1869
-
FOLLOW_OP_LABEL_in_label1887 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_LABEL_in_label1887
-
FOLLOW_variable_in_label1891 NEW
public static final org.antlr.runtime.BitSet FOLLOW_variable_in_label1891
-
FOLLOW_OP_SECTION_LABEL_in_section_label1910 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_SECTION_LABEL_in_section_label1910
-
FOLLOW_variable_in_section_label1914 NEW
public static final org.antlr.runtime.BitSet FOLLOW_variable_in_section_label1914
-
FOLLOW_assignment_in_statement1928 NEW
public static final org.antlr.runtime.BitSet FOLLOW_assignment_in_statement1928
-
FOLLOW_declaration_in_statement1933 NEW
public static final org.antlr.runtime.BitSet FOLLOW_declaration_in_statement1933
-
FOLLOW_funcall_in_statement1938 NEW
public static final org.antlr.runtime.BitSet FOLLOW_funcall_in_statement1938
-
FOLLOW_build_stmt_in_statement1943 NEW
public static final org.antlr.runtime.BitSet FOLLOW_build_stmt_in_statement1943
-
FOLLOW_crossbuild_stmt_in_statement1948 NEW
public static final org.antlr.runtime.BitSet FOLLOW_crossbuild_stmt_in_statement1948
-
FOLLOW_goto_stmt_in_statement1953 NEW
public static final org.antlr.runtime.BitSet FOLLOW_goto_stmt_in_statement1953
-
FOLLOW_cond_stmt_in_statement1958 NEW
public static final org.antlr.runtime.BitSet FOLLOW_cond_stmt_in_statement1958
-
FOLLOW_call_stmt_in_statement1963 NEW
public static final org.antlr.runtime.BitSet FOLLOW_call_stmt_in_statement1963
-
FOLLOW_export_in_statement1968 NEW
public static final org.antlr.runtime.BitSet FOLLOW_export_in_statement1968
-
FOLLOW_return_stmt_in_statement1973 NEW
public static final org.antlr.runtime.BitSet FOLLOW_return_stmt_in_statement1973
-
FOLLOW_label_in_statement1980 NEW
public static final org.antlr.runtime.BitSet FOLLOW_label_in_statement1980
-
FOLLOW_section_label_in_statement1989 NEW
public static final org.antlr.runtime.BitSet FOLLOW_section_label_in_statement1989
-
FOLLOW_OP_ASSIGN_in_assignment2003 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_ASSIGN_in_assignment2003
-
FOLLOW_lvalue_in_assignment2007 NEW
public static final org.antlr.runtime.BitSet FOLLOW_lvalue_in_assignment2007
-
FOLLOW_expr_in_assignment2011 NEW
public static final org.antlr.runtime.BitSet FOLLOW_expr_in_assignment2011
-
FOLLOW_OP_LOCAL_in_assignment2020 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_LOCAL_in_assignment2020
-
FOLLOW_OP_ASSIGN_in_assignment2022 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_ASSIGN_in_assignment2022
-
FOLLOW_lvalue_in_assignment2026 NEW
public static final org.antlr.runtime.BitSet FOLLOW_lvalue_in_assignment2026
-
FOLLOW_expr_in_assignment2030 NEW
public static final org.antlr.runtime.BitSet FOLLOW_expr_in_assignment2030
-
FOLLOW_OP_LOCAL_in_declaration2045 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_LOCAL_in_declaration2045
-
FOLLOW_variable_in_declaration2049 NEW
public static final org.antlr.runtime.BitSet FOLLOW_variable_in_declaration2049
-
FOLLOW_constant_in_declaration2053 NEW
public static final org.antlr.runtime.BitSet FOLLOW_constant_in_declaration2053
-
FOLLOW_OP_LOCAL_in_declaration2062 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_LOCAL_in_declaration2062
-
FOLLOW_variable_in_declaration2066 NEW
public static final org.antlr.runtime.BitSet FOLLOW_variable_in_declaration2066
-
FOLLOW_bitrange_in_lvalue2097 NEW
public static final org.antlr.runtime.BitSet FOLLOW_bitrange_in_lvalue2097
-
FOLLOW_OP_DECLARATIVE_SIZE_in_lvalue2105 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_DECLARATIVE_SIZE_in_lvalue2105
-
FOLLOW_variable_in_lvalue2109 NEW
public static final org.antlr.runtime.BitSet FOLLOW_variable_in_lvalue2109
-
FOLLOW_constant_in_lvalue2113 NEW
public static final org.antlr.runtime.BitSet FOLLOW_constant_in_lvalue2113
-
FOLLOW_variable_in_lvalue2123 NEW
public static final org.antlr.runtime.BitSet FOLLOW_variable_in_lvalue2123
-
FOLLOW_sizedstar_in_lvalue2132 NEW
public static final org.antlr.runtime.BitSet FOLLOW_sizedstar_in_lvalue2132
-
FOLLOW_OP_BITRANGE_in_bitrange2150 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_BITRANGE_in_bitrange2150
-
FOLLOW_variable_in_bitrange2154 NEW
public static final org.antlr.runtime.BitSet FOLLOW_variable_in_bitrange2154
-
FOLLOW_constant_in_bitrange2158 NEW
public static final org.antlr.runtime.BitSet FOLLOW_constant_in_bitrange2158
-
FOLLOW_constant_in_bitrange2162 NEW
public static final org.antlr.runtime.BitSet FOLLOW_constant_in_bitrange2162
-
FOLLOW_OP_DEREFERENCE_in_sizedstar2181 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_DEREFERENCE_in_sizedstar2181
-
FOLLOW_variable_in_sizedstar2185 NEW
public static final org.antlr.runtime.BitSet FOLLOW_variable_in_sizedstar2185
-
FOLLOW_constant_in_sizedstar2189 NEW
public static final org.antlr.runtime.BitSet FOLLOW_constant_in_sizedstar2189
-
FOLLOW_expr_in_sizedstar2193 NEW
public static final org.antlr.runtime.BitSet FOLLOW_expr_in_sizedstar2193
-
FOLLOW_OP_DEREFERENCE_in_sizedstar2202 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_DEREFERENCE_in_sizedstar2202
-
FOLLOW_variable_in_sizedstar2206 NEW
public static final org.antlr.runtime.BitSet FOLLOW_variable_in_sizedstar2206
-
FOLLOW_expr_in_sizedstar2210 NEW
public static final org.antlr.runtime.BitSet FOLLOW_expr_in_sizedstar2210
-
FOLLOW_OP_DEREFERENCE_in_sizedstar2219 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_DEREFERENCE_in_sizedstar2219
-
FOLLOW_constant_in_sizedstar2223 NEW
public static final org.antlr.runtime.BitSet FOLLOW_constant_in_sizedstar2223
-
FOLLOW_expr_in_sizedstar2227 NEW
public static final org.antlr.runtime.BitSet FOLLOW_expr_in_sizedstar2227
-
FOLLOW_OP_DEREFERENCE_in_sizedstar2236 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_DEREFERENCE_in_sizedstar2236
-
FOLLOW_expr_in_sizedstar2240 NEW
public static final org.antlr.runtime.BitSet FOLLOW_expr_in_sizedstar2240
-
FOLLOW_expr_apply_in_funcall2256 NEW
public static final org.antlr.runtime.BitSet FOLLOW_expr_apply_in_funcall2256
-
FOLLOW_OP_BUILD_in_build_stmt2270 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_BUILD_in_build_stmt2270
-
FOLLOW_variable_in_build_stmt2274 NEW
public static final org.antlr.runtime.BitSet FOLLOW_variable_in_build_stmt2274
-
FOLLOW_OP_CROSSBUILD_in_crossbuild_stmt2289 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_CROSSBUILD_in_crossbuild_stmt2289
-
FOLLOW_varnode_in_crossbuild_stmt2293 NEW
public static final org.antlr.runtime.BitSet FOLLOW_varnode_in_crossbuild_stmt2293
-
FOLLOW_variable_in_crossbuild_stmt2297 NEW
public static final org.antlr.runtime.BitSet FOLLOW_variable_in_crossbuild_stmt2297
-
FOLLOW_OP_GOTO_in_goto_stmt2312 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_GOTO_in_goto_stmt2312
-
FOLLOW_jumpdest_in_goto_stmt2316 NEW
public static final org.antlr.runtime.BitSet FOLLOW_jumpdest_in_goto_stmt2316
-
FOLLOW_OP_JUMPDEST_SYMBOL_in_jumpdest2335 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_JUMPDEST_SYMBOL_in_jumpdest2335
-
FOLLOW_variable_in_jumpdest2339 NEW
public static final org.antlr.runtime.BitSet FOLLOW_variable_in_jumpdest2339
-
FOLLOW_OP_JUMPDEST_DYNAMIC_in_jumpdest2348 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_JUMPDEST_DYNAMIC_in_jumpdest2348
-
FOLLOW_expr_in_jumpdest2352 NEW
public static final org.antlr.runtime.BitSet FOLLOW_expr_in_jumpdest2352
-
FOLLOW_OP_JUMPDEST_ABSOLUTE_in_jumpdest2361 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_JUMPDEST_ABSOLUTE_in_jumpdest2361
-
FOLLOW_integer_in_jumpdest2365 NEW
public static final org.antlr.runtime.BitSet FOLLOW_integer_in_jumpdest2365
-
FOLLOW_OP_JUMPDEST_RELATIVE_in_jumpdest2374 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_JUMPDEST_RELATIVE_in_jumpdest2374
-
FOLLOW_constant_in_jumpdest2378 NEW
public static final org.antlr.runtime.BitSet FOLLOW_constant_in_jumpdest2378
-
FOLLOW_variable_in_jumpdest2382 NEW
public static final org.antlr.runtime.BitSet FOLLOW_variable_in_jumpdest2382
-
FOLLOW_OP_JUMPDEST_LABEL_in_jumpdest2391 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_JUMPDEST_LABEL_in_jumpdest2391
-
FOLLOW_label_in_jumpdest2395 NEW
public static final org.antlr.runtime.BitSet FOLLOW_label_in_jumpdest2395
-
FOLLOW_OP_IF_in_cond_stmt2410 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_IF_in_cond_stmt2410
-
FOLLOW_expr_in_cond_stmt2414 NEW
public static final org.antlr.runtime.BitSet FOLLOW_expr_in_cond_stmt2414
-
FOLLOW_goto_stmt_in_cond_stmt2418 NEW
public static final org.antlr.runtime.BitSet FOLLOW_goto_stmt_in_cond_stmt2418
-
FOLLOW_OP_CALL_in_call_stmt2431 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_CALL_in_call_stmt2431
-
FOLLOW_jumpdest_in_call_stmt2435 NEW
public static final org.antlr.runtime.BitSet FOLLOW_jumpdest_in_call_stmt2435
-
FOLLOW_OP_RETURN_in_return_stmt2450 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_RETURN_in_return_stmt2450
-
FOLLOW_expr_in_return_stmt2454 NEW
public static final org.antlr.runtime.BitSet FOLLOW_expr_in_return_stmt2454
-
FOLLOW_OP_RETURN_in_return_stmt2462 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_RETURN_in_return_stmt2462
-
FOLLOW_OP_EXPORT_in_export2476 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_EXPORT_in_export2476
-
FOLLOW_expr_in_export2480 NEW
public static final org.antlr.runtime.BitSet FOLLOW_expr_in_export2480
-
FOLLOW_OP_BOOL_OR_in_expr2499 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_BOOL_OR_in_expr2499
-
FOLLOW_OP_BOOL_XOR_in_expr2516 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_BOOL_XOR_in_expr2516
-
FOLLOW_OP_BOOL_AND_in_expr2533 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_BOOL_AND_in_expr2533
-
FOLLOW_OP_XOR_in_expr2568 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_XOR_in_expr2568
-
FOLLOW_OP_AND_in_expr2585 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_AND_in_expr2585
-
FOLLOW_OP_EQUAL_in_expr2603 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_EQUAL_in_expr2603
-
FOLLOW_OP_NOTEQUAL_in_expr2620 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_NOTEQUAL_in_expr2620
-
FOLLOW_OP_FEQUAL_in_expr2637 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_FEQUAL_in_expr2637
-
FOLLOW_OP_FNOTEQUAL_in_expr2654 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_FNOTEQUAL_in_expr2654
-
FOLLOW_OP_LESS_in_expr2672 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_LESS_in_expr2672
-
FOLLOW_OP_GREATEQUAL_in_expr2689 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_GREATEQUAL_in_expr2689
-
FOLLOW_OP_LESSEQUAL_in_expr2706 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_LESSEQUAL_in_expr2706
-
FOLLOW_OP_GREAT_in_expr2723 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_GREAT_in_expr2723
-
FOLLOW_OP_SLESS_in_expr2740 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_SLESS_in_expr2740
-
FOLLOW_OP_SGREATEQUAL_in_expr2757 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_SGREATEQUAL_in_expr2757
-
FOLLOW_OP_SLESSEQUAL_in_expr2774 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_SLESSEQUAL_in_expr2774
-
FOLLOW_OP_SGREAT_in_expr2791 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_SGREAT_in_expr2791
-
FOLLOW_OP_FLESS_in_expr2808 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_FLESS_in_expr2808
-
FOLLOW_OP_FGREATEQUAL_in_expr2825 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_FGREATEQUAL_in_expr2825
-
FOLLOW_OP_FLESSEQUAL_in_expr2842 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_FLESSEQUAL_in_expr2842
-
FOLLOW_OP_FGREAT_in_expr2859 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_FGREAT_in_expr2859
-
FOLLOW_OP_LEFT_in_expr2877 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_LEFT_in_expr2877
-
FOLLOW_OP_RIGHT_in_expr2894 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_RIGHT_in_expr2894
-
FOLLOW_OP_SRIGHT_in_expr2911 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_SRIGHT_in_expr2911
-
FOLLOW_OP_ADD_in_expr2929 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_ADD_in_expr2929
-
FOLLOW_OP_SUB_in_expr2946 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_SUB_in_expr2946
-
FOLLOW_OP_FADD_in_expr2963 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_FADD_in_expr2963
-
FOLLOW_OP_FSUB_in_expr2980 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_FSUB_in_expr2980
-
FOLLOW_OP_MULT_in_expr2998 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_MULT_in_expr2998
-
FOLLOW_OP_DIV_in_expr3016 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_DIV_in_expr3016
-
FOLLOW_OP_REM_in_expr3033 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_REM_in_expr3033
-
FOLLOW_OP_SDIV_in_expr3050 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_SDIV_in_expr3050
-
FOLLOW_OP_SREM_in_expr3067 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_SREM_in_expr3067
-
FOLLOW_OP_FMULT_in_expr3084 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_FMULT_in_expr3084
-
FOLLOW_OP_FDIV_in_expr3101 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_FDIV_in_expr3101
-
FOLLOW_OP_NOT_in_expr3119 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_NOT_in_expr3119
-
FOLLOW_OP_INVERT_in_expr3132 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_INVERT_in_expr3132
-
FOLLOW_OP_NEGATE_in_expr3145 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_NEGATE_in_expr3145
-
FOLLOW_OP_FNEGATE_in_expr3158 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_FNEGATE_in_expr3158
-
FOLLOW_sizedstar_in_expr3172 NEW
public static final org.antlr.runtime.BitSet FOLLOW_sizedstar_in_expr3172
-
FOLLOW_expr_apply_in_expr3182 NEW
public static final org.antlr.runtime.BitSet FOLLOW_expr_apply_in_expr3182
-
FOLLOW_varnode_in_expr3191 NEW
public static final org.antlr.runtime.BitSet FOLLOW_varnode_in_expr3191
-
FOLLOW_bitrange_in_expr3200 NEW
public static final org.antlr.runtime.BitSet FOLLOW_bitrange_in_expr3200
-
FOLLOW_OP_PARENTHESIZED_in_expr3208 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_PARENTHESIZED_in_expr3208
-
FOLLOW_OP_BITRANGE2_in_expr3221 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_BITRANGE2_in_expr3221
-
FOLLOW_identifier_in_expr3225 NEW
public static final org.antlr.runtime.BitSet FOLLOW_identifier_in_expr3225
-
FOLLOW_integer_in_expr3229 NEW
public static final org.antlr.runtime.BitSet FOLLOW_integer_in_expr3229
-
FOLLOW_OP_APPLY_in_expr_apply3248 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_APPLY_in_expr_apply3248
-
FOLLOW_identifier_in_expr_apply3252 NEW
public static final org.antlr.runtime.BitSet FOLLOW_identifier_in_expr_apply3252
-
FOLLOW_expr_operands_in_expr_apply3256 NEW
public static final org.antlr.runtime.BitSet FOLLOW_expr_operands_in_expr_apply3256
-
FOLLOW_expr_in_expr_operands3283 NEW
public static final org.antlr.runtime.BitSet FOLLOW_expr_in_expr_operands3283
-
FOLLOW_symbol_in_varnode3304 NEW
public static final org.antlr.runtime.BitSet FOLLOW_symbol_in_varnode3304
-
FOLLOW_OP_TRUNCATION_SIZE_in_varnode3312 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_TRUNCATION_SIZE_in_varnode3312
-
FOLLOW_symbol_in_varnode3316 NEW
public static final org.antlr.runtime.BitSet FOLLOW_symbol_in_varnode3316
-
FOLLOW_constant_in_varnode3320 NEW
public static final org.antlr.runtime.BitSet FOLLOW_constant_in_varnode3320
-
FOLLOW_OP_ADDRESS_OF_in_varnode3329 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_ADDRESS_OF_in_varnode3329
-
FOLLOW_OP_SIZING_SIZE_in_varnode3332 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_SIZING_SIZE_in_varnode3332
-
FOLLOW_constant_in_varnode3336 NEW
public static final org.antlr.runtime.BitSet FOLLOW_constant_in_varnode3336
-
FOLLOW_varnode_in_varnode3341 NEW
public static final org.antlr.runtime.BitSet FOLLOW_varnode_in_varnode3341
-
FOLLOW_OP_ADDRESS_OF_in_varnode3350 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_ADDRESS_OF_in_varnode3350
-
FOLLOW_varnode_in_varnode3354 NEW
public static final org.antlr.runtime.BitSet FOLLOW_varnode_in_varnode3354
-
FOLLOW_identifier_in_symbol3374 NEW
public static final org.antlr.runtime.BitSet FOLLOW_identifier_in_symbol3374
-
FOLLOW_integer_in_symbol3383 NEW
public static final org.antlr.runtime.BitSet FOLLOW_integer_in_symbol3383
-
FOLLOW_identifier_in_variable3402 NEW
public static final org.antlr.runtime.BitSet FOLLOW_identifier_in_variable3402
-
FOLLOW_integer_in_constant3421 NEW
public static final org.antlr.runtime.BitSet FOLLOW_integer_in_constant3421
-
FOLLOW_OP_QSTRING_in_qstring3439 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_QSTRING_in_qstring3439
-
FOLLOW_OP_IDENTIFIER_in_identifier3462 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_IDENTIFIER_in_identifier3462
-
FOLLOW_OP_WILDCARD_in_identifier3474 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_WILDCARD_in_identifier3474
-
FOLLOW_OP_HEX_CONSTANT_in_integer3492 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_HEX_CONSTANT_in_integer3492
-
FOLLOW_OP_DEC_CONSTANT_in_integer3505 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_DEC_CONSTANT_in_integer3505
-
FOLLOW_OP_BIN_CONSTANT_in_integer3518 NEW
public static final org.antlr.runtime.BitSet FOLLOW_OP_BIN_CONSTANT_in_integer3518
Constructor Detail
-
SleighEcho
public SleighEcho(org.antlr.runtime.tree.TreeNodeStream input)
-
SleighEcho
public SleighEcho(org.antlr.runtime.tree.TreeNodeStream input, org.antlr.runtime.RecognizerSharedState state)
-
-
Method Detail
-
getDelegates
public org.antlr.runtime.tree.TreeParser[] getDelegates()
-
getTokenNames
public java.lang.String[] getTokenNames()
- Overrides:
getTokenNamesin classorg.antlr.runtime.BaseRecognizer
-
getGrammarFileName
public java.lang.String getGrammarFileName()
- Overrides:
getGrammarFileNamein classorg.antlr.runtime.BaseRecognizer
-
root
public final void root() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
endiandef
public final void endiandef() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
endian
public final SleighEcho.endian_return endian() throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
-
definition
public final void definition() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
aligndef
public final void aligndef() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
tokendef
public final void tokendef() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
fielddefs
public final void fielddefs() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
fielddef
public final void fielddef() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
fieldmods
public final java.lang.String fieldmods() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
fieldmod
public final java.lang.String fieldmod() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
contextdef
public final void contextdef() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
spacedef
public final void spacedef() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
spacemods
public final java.lang.String spacemods() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
spacemod
public final java.lang.String spacemod() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
typemod
public final java.lang.String typemod() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
type
public final java.lang.String type() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
sizemod
public final java.lang.String sizemod() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
wordsizemod
public final java.lang.String wordsizemod() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
varnodedef
public final void varnodedef() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
identifierlist
public final java.lang.String identifierlist() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
stringoridentlist
public final java.lang.String stringoridentlist() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
stringorident
public final java.lang.String stringorident() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
bitrangedef
public final void bitrangedef() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
bitranges
public final void bitranges() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
sbitrange
public final java.lang.String sbitrange() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
pcodeopdef
public final void pcodeopdef() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
valueattach
public final void valueattach() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
intblist
public final java.lang.String intblist() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
intbpart
public final java.lang.String intbpart() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
nameattach
public final void nameattach() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
varattach
public final void varattach() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
constructorlike
public final void constructorlike() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
macrodef
public final void macrodef() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
arguments
public final java.lang.String arguments() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
oplist
public final java.lang.String oplist() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
constructor
public final void constructor() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
ctorsemantic
public final void ctorsemantic() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
bitpattern
public final java.lang.String bitpattern() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
ctorstart
public final java.lang.String ctorstart() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
display
public final java.lang.String display() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
pieces
public final java.lang.String pieces() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
printpiece
public final java.lang.String printpiece() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
whitespace
public final java.lang.String whitespace() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
string
public final java.lang.String string() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
pequation
public final java.lang.String pequation() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
pexpression2
public final java.lang.String pexpression2() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
pexpression2_operands
public final java.lang.String pexpression2_operands() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
contextblock
public final void contextblock() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
semantic
public final void semantic() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
code_block
public final void code_block() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
statements
public final void statements() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
label
public final java.lang.String label() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
section_label
public final java.lang.String section_label() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
statement
public final void statement() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
assignment
public final void assignment() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
declaration
public final void declaration() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
lvalue
public final java.lang.String lvalue() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
bitrange
public final java.lang.String bitrange() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
sizedstar
public final java.lang.String sizedstar() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
funcall
public final void funcall() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
build_stmt
public final void build_stmt() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
crossbuild_stmt
public final void crossbuild_stmt() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
goto_stmt
public final void goto_stmt() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
jumpdest
public final java.lang.String jumpdest() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
cond_stmt
public final void cond_stmt() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
call_stmt
public final void call_stmt() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
return_stmt
public final void return_stmt() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
export
public final void export() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
expr
public final java.lang.String expr() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
expr_apply
public final java.lang.String expr_apply() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
expr_operands
public final java.lang.String expr_operands() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
varnode
public final java.lang.String varnode() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
symbol
public final java.lang.String symbol() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
variable
public final java.lang.String variable() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
constant
public final java.lang.String constant() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
qstring
public final java.lang.String qstring() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
identifier
public final java.lang.String identifier() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
integer
public final java.lang.String integer() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
-