Package org.codehaus.janino
Class Scanner.Token
- java.lang.Object
-
- org.codehaus.janino.Scanner.Token
-
- Enclosing class:
- Scanner
public final class Scanner.Token extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intBOOLEAN_LITERALstatic intCHARACTER_LITERALstatic intEOFstatic intFLOATING_POINT_LITERALstatic intIDENTIFIERstatic intINTEGER_LITERALstatic intKEYWORDstatic intNULL_LITERALstatic intOPERATORstatic intSTRING_LITERALinttypejava.lang.Stringvalue
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocationgetLocation()
-
-
-
Field Detail
-
type
public final int type
-
EOF
public static final int EOF
- See Also:
- Constant Field Values
-
IDENTIFIER
public static final int IDENTIFIER
- See Also:
- Constant Field Values
-
KEYWORD
public static final int KEYWORD
- See Also:
- Constant Field Values
-
INTEGER_LITERAL
public static final int INTEGER_LITERAL
- See Also:
- Constant Field Values
-
FLOATING_POINT_LITERAL
public static final int FLOATING_POINT_LITERAL
- See Also:
- Constant Field Values
-
BOOLEAN_LITERAL
public static final int BOOLEAN_LITERAL
- See Also:
- Constant Field Values
-
CHARACTER_LITERAL
public static final int CHARACTER_LITERAL
- See Also:
- Constant Field Values
-
STRING_LITERAL
public static final int STRING_LITERAL
- See Also:
- Constant Field Values
-
NULL_LITERAL
public static final int NULL_LITERAL
- See Also:
- Constant Field Values
-
OPERATOR
public static final int OPERATOR
- See Also:
- Constant Field Values
-
value
public final java.lang.String value
-
-
Method Detail
-
getLocation
public Location getLocation()
-
-