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 int
BOOLEAN_LITERAL
static int
CHARACTER_LITERAL
static int
EOF
static int
FLOATING_POINT_LITERAL
static int
IDENTIFIER
static int
INTEGER_LITERAL
static int
KEYWORD
static int
NULL_LITERAL
static int
OPERATOR
static int
STRING_LITERAL
int
type
java.lang.String
value
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Location
getLocation()
-
-
-
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()
-
-