- token - Variable in class io.appform.hope.lang.parser.HopeParser
-
Current token.
- Token - Class in io.appform.hope.lang.parser
-
Describes the input token stream.
- Token() - Constructor for class io.appform.hope.lang.parser.Token
-
No-argument constructor
- Token(int) - Constructor for class io.appform.hope.lang.parser.Token
-
Constructs a new token for the specified Image.
- Token(int, String) - Constructor for class io.appform.hope.lang.parser.Token
-
Constructs a new token for the specified Image and Kind.
- token_source - Variable in class io.appform.hope.lang.parser.HopeParser
-
Generated Token Manager.
- tokenBegin - Variable in class io.appform.hope.lang.parser.AbstractCharStream
-
- tokenImage - Static variable in interface io.appform.hope.lang.parser.HopeParserConstants
-
Literal token values.
- tokenImage - Variable in exception io.appform.hope.lang.parser.ParseException
-
This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred.
- TokenMgrException - Exception in io.appform.hope.lang.parser
-
Token Manager Error.
- TokenMgrException() - Constructor for exception io.appform.hope.lang.parser.TokenMgrException
-
No arg constructor.
- TokenMgrException(String, int) - Constructor for exception io.appform.hope.lang.parser.TokenMgrException
-
Constructor with message and reason.
- TokenMgrException(boolean, int, int, int, String, int, int) - Constructor for exception io.appform.hope.lang.parser.TokenMgrException
-
Full Constructor.
- toString() - Method in class io.appform.hope.lang.parser.Token
-
Returns the image.
- trace_enabled() - Method in class io.appform.hope.lang.parser.HopeParser
-
- TypeUtils - Class in io.appform.hope.lang.utils
-
A bunch of utils used by parser