class Yytoken extends Object
Modifier and Type | Class and Description |
---|---|
(package private) static class |
Yytoken.Types
Represents 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.Types
Yytoken.Types getType()
Yytoken.Types
Object getValue()
Yytoken.Types