org.codehaus.aspectwerkz.annotation.expression.ast
Interface AnnotationParserConstants
- All Known Implementing Classes:
- AnnotationParser, AnnotationParserTokenManager
- public interface AnnotationParserConstants
EOF
public static final int EOF
- See Also:
- Constant Field Values
DOT
public static final int DOT
- See Also:
- Constant Field Values
INTEGER
public static final int INTEGER
- See Also:
- Constant Field Values
HEXNUMBER
public static final int HEXNUMBER
- See Also:
- Constant Field Values
OCTNUMBER
public static final int OCTNUMBER
- See Also:
- Constant Field Values
FLOAT
public static final int FLOAT
- See Also:
- Constant Field Values
EXPONENT
public static final int EXPONENT
- See Also:
- Constant Field Values
DIGIT
public static final int DIGIT
- See Also:
- Constant Field Values
BOOLEAN
public static final int BOOLEAN
- See Also:
- Constant Field Values
STRING
public static final int STRING
- See Also:
- Constant Field Values
CHAR
public static final int CHAR
- See Also:
- Constant Field Values
NEWLINE
public static final int NEWLINE
- See Also:
- Constant Field Values
LEFT_PARENTHEZIS
public static final int LEFT_PARENTHEZIS
- See Also:
- Constant Field Values
RIGHT_PARENTHEZIS
public static final int RIGHT_PARENTHEZIS
- See Also:
- Constant Field Values
LEFT_BRACKET
public static final int LEFT_BRACKET
- See Also:
- Constant Field Values
RIGHT_BRACKET
public static final int RIGHT_BRACKET
- See Also:
- Constant Field Values
COMMA
public static final int COMMA
- See Also:
- Constant Field Values
EQUALS
public static final int EQUALS
- See Also:
- Constant Field Values
AT
public static final int AT
- See Also:
- Constant Field Values
ANNOTATION
public static final int ANNOTATION
- See Also:
- Constant Field Values
JAVA_TYPE
public static final int JAVA_TYPE
- See Also:
- Constant Field Values
JAVA_NAME
public static final int JAVA_NAME
- See Also:
- Constant Field Values
JAVA_LETTER
public static final int JAVA_LETTER
- See Also:
- Constant Field Values
CHAR_LETTER
public static final int CHAR_LETTER
- See Also:
- Constant Field Values
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
tokenImage
public static final String[] tokenImage
Copyright © 2002-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.