class Yytoken extends Object
| Modifier and Type | Class and Description |
|---|---|
(package private) static class | Yytoken.TypesRepresents the different kinds of tokens. |
| Constructor and Description |
|---|
Yytoken(Yytoken.Types type,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
(package private) Yytoken.Types | getType() |
(package private) Object | getValue() |
String | toString() |
Yytoken(Yytoken.Types type, Object value)
type - represents the kind of token the instantiated token will be.value - represents the value the token is associated with, will be ignored unless type is equal to
Types.DATUM.Yytoken.TypesYytoken.Types getType()
Yytoken.TypesObject getValue()
Yytoken.Types