org.codehaus.aspectwerkz.annotation.expression.ast
Class AnnotationParserTokenManager
java.lang.Object
org.codehaus.aspectwerkz.annotation.expression.ast.AnnotationParserTokenManager
- All Implemented Interfaces:
- AnnotationParserConstants
public class AnnotationParserTokenManager
- extends Object
- implements AnnotationParserConstants
Fields inherited from interface org.codehaus.aspectwerkz.annotation.expression.ast.AnnotationParserConstants |
ANNOTATION, AT, BOOLEAN, CHAR, COMMA, DEFAULT, DIGIT, DOT, EOF, EQUALS, EXPONENT, FLOAT, HEXNUMBER, INTEGER, JAVA_LETTER, JAVA_NAME, JAVA_TYPE, JAVA_TYPE_MAYBEARRAY, LEFT_BRACKET, LEFT_PARENTHEZIS, NEWLINE, OCTNUMBER, RIGHT_BRACKET, RIGHT_PARENTHEZIS, STRING, tokenImage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
debugStream
public static PrintStream debugStream
jjstrLiteralImages
public static final String[] jjstrLiteralImages
lexStateNames
public static final String[] lexStateNames
input_stream
protected static SimpleCharStream input_stream
curChar
protected static char curChar
AnnotationParserTokenManager
public AnnotationParserTokenManager(SimpleCharStream stream)
AnnotationParserTokenManager
public AnnotationParserTokenManager(SimpleCharStream stream,
int lexState)
setDebugStream
public static void setDebugStream(PrintStream ds)
ReInit
public static void ReInit(SimpleCharStream stream)
ReInit
public static void ReInit(SimpleCharStream stream,
int lexState)
SwitchTo
public static void SwitchTo(int lexState)
jjFillToken
protected static Token jjFillToken()
getNextToken
public static Token getNextToken()
Copyright © 2002-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.