|
|||||||||
| Home >> All >> com >> port80 >> eclipse >> util >> [ antlr overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.port80.eclipse.util.antlr
Interface AntlrUtil_Testdata1

- public interface AntlrUtil_Testdata1
| Field Summary | |
static int |
ASSIGN
|
static int |
BadStringLiteral
|
static int |
BAND
|
static int |
BAND_ASSIGN
|
static int |
BNOT
|
static int |
BOR
|
static int |
BOR_ASSIGN
|
static int |
BXOR
|
static int |
BXOR_ASSIGN
|
static int |
CharLiteral
|
static int |
COLON
|
static int |
COMMA
|
static int |
Comment
|
static int |
CPPComment
|
static int |
DEC
|
static int |
Digit
|
static int |
DIV
|
static int |
DIV_ASSIGN
|
static int |
DOT
|
static int |
DoubleDoubleConst
|
static int |
EOF
|
static int |
EQUAL
|
static int |
Escape
|
static int |
Exponent
|
static int |
FloatDoubleConst
|
static int |
FloatSuffix
|
static int |
GT
|
static int |
GTE
|
static int |
ID
|
static int |
IDMEAT
|
static int |
INC
|
static int |
INCLUDE_DIRECTIVE
|
static int |
IntHexConst
|
static int |
IntIntConst
|
static int |
IntOctalConst
|
static int |
IntSuffix
|
static int |
LAND
|
static int |
LBRACKET
|
static int |
LCURLY
|
static int |
Line_Directive
|
static int |
LITERAL___alignof
|
static int |
LITERAL___attribute
|
static int |
LITERAL___attribute__
|
static int |
LITERAL___builtin_va_list
|
static int |
LITERAL___complex
|
static int |
LITERAL___extension__
|
static int |
LITERAL___imag
|
static int |
LITERAL___label__
|
static int |
LITERAL___real
|
static int |
LITERAL___restrict
|
static int |
LITERAL_asm
|
static int |
LITERAL_auto
|
static int |
LITERAL_break
|
static int |
LITERAL_case
|
static int |
LITERAL_char
|
static int |
LITERAL_const
|
static int |
LITERAL_continue
|
static int |
LITERAL_default
|
static int |
LITERAL_do
|
static int |
LITERAL_double
|
static int |
LITERAL_else
|
static int |
LITERAL_enum
|
static int |
LITERAL_extern
|
static int |
LITERAL_float
|
static int |
LITERAL_for
|
static int |
LITERAL_goto
|
static int |
LITERAL_if
|
static int |
LITERAL_inline
|
static int |
LITERAL_int
|
static int |
LITERAL_long
|
static int |
LITERAL_register
|
static int |
LITERAL_return
|
static int |
LITERAL_short
|
static int |
LITERAL_signed
|
static int |
LITERAL_sizeof
|
static int |
LITERAL_static
|
static int |
LITERAL_struct
|
static int |
LITERAL_switch
|
static int |
LITERAL_typedef
|
static int |
LITERAL_typeof
|
static int |
LITERAL_union
|
static int |
LITERAL_unsigned
|
static int |
LITERAL_void
|
static int |
LITERAL_volatile
|
static int |
LITERAL_while
|
static int |
LNOT
|
static int |
LongDoubleConst
|
static int |
LongHexConst
|
static int |
LongIntConst
|
static int |
LongOctalConst
|
static int |
LongSuffix
|
static int |
LOR
|
static int |
LPAREN
|
static int |
LSHIFT
|
static int |
LSHIFT_ASSIGN
|
static int |
LT
|
static int |
LTE
|
static int |
MINUS
|
static int |
MINUS_ASSIGN
|
static int |
MOD
|
static int |
MOD_ASSIGN
|
static int |
NAsmAttribute
|
static int |
NCast
|
static int |
NCommaExpr
|
static int |
NCompoundStatement
|
static int |
NDeclaration
|
static int |
NDeclarator
|
static int |
NEmptyExpression
|
static int |
NExpressionGroup
|
static int |
NFunctionCallArgs
|
static int |
NFunctionDef
|
static int |
NGnuAsmExpr
|
static int |
NInitDecl
|
static int |
NInitializer
|
static int |
NInitializerElementLabel
|
static int |
NLabel
|
static int |
NLcurlyInitializer
|
static int |
NNonemptyAbstractDeclarator
|
static int |
NOT_EQUAL
|
static int |
NParameterDeclaration
|
static int |
NParameterTypeList
|
static int |
NPointerGroup
|
static int |
NPostfixExpr
|
static int |
NRangeExpr
|
static int |
NStatementExpr
|
static int |
NStringSeq
|
static int |
NStructDeclarator
|
static int |
NTypedefName
|
static int |
NTypeMissing
|
static int |
NULL_TREE_LOOKAHEAD
|
static int |
Number
|
static int |
NumberSuffix
|
static int |
NUnaryExpr
|
static int |
PLUS
|
static int |
PLUS_ASSIGN
|
static int |
PREPROC_DIRECTIVE
|
static int |
PTR
|
static int |
QUESTION
|
static int |
RBRACKET
|
static int |
RCURLY
|
static int |
RPAREN
|
static int |
RSHIFT
|
static int |
RSHIFT_ASSIGN
|
static int |
SEMI
|
static int |
Space
|
static int |
STAR
|
static int |
STAR_ASSIGN
|
static int |
StringLiteral
|
static int |
UnsignedHexConst
|
static int |
UnsignedIntConst
|
static int |
UnsignedOctalConst
|
static int |
UnsignedSuffix
|
static int |
VARARGS
|
static int |
Vocabulary
|
static int |
Whitespace
|
static int |
WideCharLiteral
|
static int |
WideStringLiteral
|
| Field Detail |
EOF
public static final int EOF
- See Also:
- Constant Field Values
NULL_TREE_LOOKAHEAD
public static final int NULL_TREE_LOOKAHEAD
- See Also:
- Constant Field Values
LITERAL___alignof
public static final int LITERAL___alignof
- See Also:
- Constant Field Values
LITERAL_asm
public static final int LITERAL_asm
- See Also:
- Constant Field Values
LITERAL___attribute
public static final int LITERAL___attribute
- See Also:
- Constant Field Values
LITERAL___complex
public static final int LITERAL___complex
- See Also:
- Constant Field Values
LITERAL_const
public static final int LITERAL_const
- See Also:
- Constant Field Values
LITERAL___imag
public static final int LITERAL___imag
- See Also:
- Constant Field Values
LITERAL_inline
public static final int LITERAL_inline
- See Also:
- Constant Field Values
LITERAL___real
public static final int LITERAL___real
- See Also:
- Constant Field Values
LITERAL_signed
public static final int LITERAL_signed
- See Also:
- Constant Field Values
LITERAL_typeof
public static final int LITERAL_typeof
- See Also:
- Constant Field Values
LITERAL_volatile
public static final int LITERAL_volatile
- See Also:
- Constant Field Values
LITERAL___builtin_va_list
public static final int LITERAL___builtin_va_list
- See Also:
- Constant Field Values
LITERAL___restrict
public static final int LITERAL___restrict
- See Also:
- Constant Field Values
LCURLY
public static final int LCURLY
- See Also:
- Constant Field Values
RCURLY
public static final int RCURLY
- See Also:
- Constant Field Values
SEMI
public static final int SEMI
- See Also:
- Constant Field Values
ID
public static final int ID
- See Also:
- Constant Field Values
COMMA
public static final int COMMA
- See Also:
- Constant Field Values
LITERAL_typedef
public static final int LITERAL_typedef
- See Also:
- Constant Field Values
VARARGS
public static final int VARARGS
- See Also:
- Constant Field Values
LBRACKET
public static final int LBRACKET
- See Also:
- Constant Field Values
RBRACKET
public static final int RBRACKET
- See Also:
- Constant Field Values
ASSIGN
public static final int ASSIGN
- See Also:
- Constant Field Values
COLON
public static final int COLON
- See Also:
- Constant Field Values
DOT
public static final int DOT
- See Also:
- Constant Field Values
LPAREN
public static final int LPAREN
- See Also:
- Constant Field Values
RPAREN
public static final int RPAREN
- See Also:
- Constant Field Values
LITERAL___label__
public static final int LITERAL___label__
- See Also:
- Constant Field Values
LITERAL_extern
public static final int LITERAL_extern
- See Also:
- Constant Field Values
LITERAL_static
public static final int LITERAL_static
- See Also:
- Constant Field Values
LITERAL_void
public static final int LITERAL_void
- See Also:
- Constant Field Values
LITERAL_char
public static final int LITERAL_char
- See Also:
- Constant Field Values
LITERAL_short
public static final int LITERAL_short
- See Also:
- Constant Field Values
LITERAL_int
public static final int LITERAL_int
- See Also:
- Constant Field Values
LITERAL_long
public static final int LITERAL_long
- See Also:
- Constant Field Values
LITERAL_float
public static final int LITERAL_float
- See Also:
- Constant Field Values
LITERAL_double
public static final int LITERAL_double
- See Also:
- Constant Field Values
LITERAL_unsigned
public static final int LITERAL_unsigned
- See Also:
- Constant Field Values
LITERAL_enum
public static final int LITERAL_enum
- See Also:
- Constant Field Values
LITERAL___attribute__
public static final int LITERAL___attribute__
- See Also:
- Constant Field Values
LITERAL_auto
public static final int LITERAL_auto
- See Also:
- Constant Field Values
LITERAL_while
public static final int LITERAL_while
- See Also:
- Constant Field Values
LITERAL_do
public static final int LITERAL_do
- See Also:
- Constant Field Values
LITERAL_for
public static final int LITERAL_for
- See Also:
- Constant Field Values
LITERAL_goto
public static final int LITERAL_goto
- See Also:
- Constant Field Values
LITERAL_continue
public static final int LITERAL_continue
- See Also:
- Constant Field Values
LITERAL_break
public static final int LITERAL_break
- See Also:
- Constant Field Values
LITERAL_return
public static final int LITERAL_return
- See Also:
- Constant Field Values
LITERAL_case
public static final int LITERAL_case
- See Also:
- Constant Field Values
LITERAL_default
public static final int LITERAL_default
- See Also:
- Constant Field Values
LITERAL_if
public static final int LITERAL_if
- See Also:
- Constant Field Values
LITERAL_else
public static final int LITERAL_else
- See Also:
- Constant Field Values
LITERAL_switch
public static final int LITERAL_switch
- See Also:
- Constant Field Values
QUESTION
public static final int QUESTION
- See Also:
- Constant Field Values
INC
public static final int INC
- See Also:
- Constant Field Values
DEC
public static final int DEC
- See Also:
- Constant Field Values
LITERAL_sizeof
public static final int LITERAL_sizeof
- See Also:
- Constant Field Values
BAND
public static final int BAND
- See Also:
- Constant Field Values
STAR
public static final int STAR
- See Also:
- Constant Field Values
PLUS
public static final int PLUS
- See Also:
- Constant Field Values
MINUS
public static final int MINUS
- See Also:
- Constant Field Values
BNOT
public static final int BNOT
- See Also:
- Constant Field Values
LNOT
public static final int LNOT
- See Also:
- Constant Field Values
LAND
public static final int LAND
- See Also:
- Constant Field Values
Number
public static final int Number
- See Also:
- Constant Field Values
INCLUDE_DIRECTIVE
public static final int INCLUDE_DIRECTIVE
- See Also:
- Constant Field Values
LITERAL_register
public static final int LITERAL_register
- See Also:
- Constant Field Values
LITERAL_struct
public static final int LITERAL_struct
- See Also:
- Constant Field Values
LITERAL_union
public static final int LITERAL_union
- See Also:
- Constant Field Values
DIV_ASSIGN
public static final int DIV_ASSIGN
- See Also:
- Constant Field Values
PLUS_ASSIGN
public static final int PLUS_ASSIGN
- See Also:
- Constant Field Values
MINUS_ASSIGN
public static final int MINUS_ASSIGN
- See Also:
- Constant Field Values
STAR_ASSIGN
public static final int STAR_ASSIGN
- See Also:
- Constant Field Values
MOD_ASSIGN
public static final int MOD_ASSIGN
- See Also:
- Constant Field Values
RSHIFT_ASSIGN
public static final int RSHIFT_ASSIGN
- See Also:
- Constant Field Values
LSHIFT_ASSIGN
public static final int LSHIFT_ASSIGN
- See Also:
- Constant Field Values
BAND_ASSIGN
public static final int BAND_ASSIGN
- See Also:
- Constant Field Values
BOR_ASSIGN
public static final int BOR_ASSIGN
- See Also:
- Constant Field Values
BXOR_ASSIGN
public static final int BXOR_ASSIGN
- See Also:
- Constant Field Values
LOR
public static final int LOR
- See Also:
- Constant Field Values
BOR
public static final int BOR
- See Also:
- Constant Field Values
BXOR
public static final int BXOR
- See Also:
- Constant Field Values
EQUAL
public static final int EQUAL
- See Also:
- Constant Field Values
NOT_EQUAL
public static final int NOT_EQUAL
- See Also:
- Constant Field Values
LT
public static final int LT
- See Also:
- Constant Field Values
LTE
public static final int LTE
- See Also:
- Constant Field Values
GT
public static final int GT
- See Also:
- Constant Field Values
GTE
public static final int GTE
- See Also:
- Constant Field Values
LSHIFT
public static final int LSHIFT
- See Also:
- Constant Field Values
RSHIFT
public static final int RSHIFT
- See Also:
- Constant Field Values
DIV
public static final int DIV
- See Also:
- Constant Field Values
MOD
public static final int MOD
- See Also:
- Constant Field Values
PTR
public static final int PTR
- See Also:
- Constant Field Values
CharLiteral
public static final int CharLiteral
- See Also:
- Constant Field Values
StringLiteral
public static final int StringLiteral
- See Also:
- Constant Field Values
IntOctalConst
public static final int IntOctalConst
- See Also:
- Constant Field Values
LongOctalConst
public static final int LongOctalConst
- See Also:
- Constant Field Values
UnsignedOctalConst
public static final int UnsignedOctalConst
- See Also:
- Constant Field Values
IntIntConst
public static final int IntIntConst
- See Also:
- Constant Field Values
LongIntConst
public static final int LongIntConst
- See Also:
- Constant Field Values
UnsignedIntConst
public static final int UnsignedIntConst
- See Also:
- Constant Field Values
IntHexConst
public static final int IntHexConst
- See Also:
- Constant Field Values
LongHexConst
public static final int LongHexConst
- See Also:
- Constant Field Values
UnsignedHexConst
public static final int UnsignedHexConst
- See Also:
- Constant Field Values
FloatDoubleConst
public static final int FloatDoubleConst
- See Also:
- Constant Field Values
DoubleDoubleConst
public static final int DoubleDoubleConst
- See Also:
- Constant Field Values
LongDoubleConst
public static final int LongDoubleConst
- See Also:
- Constant Field Values
NTypedefName
public static final int NTypedefName
- See Also:
- Constant Field Values
NInitDecl
public static final int NInitDecl
- See Also:
- Constant Field Values
NDeclarator
public static final int NDeclarator
- See Also:
- Constant Field Values
NStructDeclarator
public static final int NStructDeclarator
- See Also:
- Constant Field Values
NDeclaration
public static final int NDeclaration
- See Also:
- Constant Field Values
NCast
public static final int NCast
- See Also:
- Constant Field Values
NPointerGroup
public static final int NPointerGroup
- See Also:
- Constant Field Values
NExpressionGroup
public static final int NExpressionGroup
- See Also:
- Constant Field Values
NFunctionCallArgs
public static final int NFunctionCallArgs
- See Also:
- Constant Field Values
NNonemptyAbstractDeclarator
public static final int NNonemptyAbstractDeclarator
- See Also:
- Constant Field Values
NInitializer
public static final int NInitializer
- See Also:
- Constant Field Values
NStatementExpr
public static final int NStatementExpr
- See Also:
- Constant Field Values
NEmptyExpression
public static final int NEmptyExpression
- See Also:
- Constant Field Values
NParameterTypeList
public static final int NParameterTypeList
- See Also:
- Constant Field Values
NFunctionDef
public static final int NFunctionDef
- See Also:
- Constant Field Values
NCompoundStatement
public static final int NCompoundStatement
- See Also:
- Constant Field Values
NParameterDeclaration
public static final int NParameterDeclaration
- See Also:
- Constant Field Values
NCommaExpr
public static final int NCommaExpr
- See Also:
- Constant Field Values
NUnaryExpr
public static final int NUnaryExpr
- See Also:
- Constant Field Values
NLabel
public static final int NLabel
- See Also:
- Constant Field Values
NPostfixExpr
public static final int NPostfixExpr
- See Also:
- Constant Field Values
NRangeExpr
public static final int NRangeExpr
- See Also:
- Constant Field Values
NStringSeq
public static final int NStringSeq
- See Also:
- Constant Field Values
NInitializerElementLabel
public static final int NInitializerElementLabel
- See Also:
- Constant Field Values
NLcurlyInitializer
public static final int NLcurlyInitializer
- See Also:
- Constant Field Values
NAsmAttribute
public static final int NAsmAttribute
- See Also:
- Constant Field Values
NGnuAsmExpr
public static final int NGnuAsmExpr
- See Also:
- Constant Field Values
NTypeMissing
public static final int NTypeMissing
- See Also:
- Constant Field Values
LITERAL___extension__
public static final int LITERAL___extension__
- See Also:
- Constant Field Values
Whitespace
public static final int Whitespace
- See Also:
- Constant Field Values
Escape
public static final int Escape
- See Also:
- Constant Field Values
IntSuffix
public static final int IntSuffix
- See Also:
- Constant Field Values
NumberSuffix
public static final int NumberSuffix
- See Also:
- Constant Field Values
IDMEAT
public static final int IDMEAT
- See Also:
- Constant Field Values
WideCharLiteral
public static final int WideCharLiteral
- See Also:
- Constant Field Values
WideStringLiteral
public static final int WideStringLiteral
- See Also:
- Constant Field Values
Vocabulary
public static final int Vocabulary
- See Also:
- Constant Field Values
Comment
public static final int Comment
- See Also:
- Constant Field Values
CPPComment
public static final int CPPComment
- See Also:
- Constant Field Values
PREPROC_DIRECTIVE
public static final int PREPROC_DIRECTIVE
- See Also:
- Constant Field Values
Space
public static final int Space
- See Also:
- Constant Field Values
Line_Directive
public static final int Line_Directive
- See Also:
- Constant Field Values
BadStringLiteral
public static final int BadStringLiteral
- See Also:
- Constant Field Values
Digit
public static final int Digit
- See Also:
- Constant Field Values
LongSuffix
public static final int LongSuffix
- See Also:
- Constant Field Values
UnsignedSuffix
public static final int UnsignedSuffix
- See Also:
- Constant Field Values
FloatSuffix
public static final int FloatSuffix
- See Also:
- Constant Field Values
Exponent
public static final int Exponent
- See Also:
- Constant Field Values
|
|||||||||
| Home >> All >> com >> port80 >> eclipse >> util >> [ antlr overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC