A B C D E F G I K L M N O P R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
T
- Token(String, int, String, int, int) - Constructor for class com.blackrook.expression.struct.Lexer.Token
- toString() - Method in class com.blackrook.expression.Expression
- toString() - Method in class com.blackrook.expression.ExpressionStack
- toString() - Method in class com.blackrook.expression.ExpressionValue
- toString() - Method in class com.blackrook.expression.ExpressionVariableContext
- toString() - Method in class com.blackrook.expression.node.ExpressionBranch
- toString() - Method in class com.blackrook.expression.node.ExpressionDirective
- toString() - Method in class com.blackrook.expression.node.ExpressionFunction
- toString() - Method in class com.blackrook.expression.struct.Lexer.Token
- TRUE - Static variable in class com.blackrook.expression.Expression
-
Expression: literal true.
- TYPE_COMMENT - Static variable in class com.blackrook.expression.struct.Lexer.Kernel
-
Reserved token type: Comment.
- TYPE_DELIM_CLOSE_COMMENT - Static variable in class com.blackrook.expression.struct.Lexer.Kernel
-
Reserved token type: Close comment.
- TYPE_DELIM_COMMENT - Static variable in class com.blackrook.expression.struct.Lexer.Kernel
-
Reserved token type: Delimiter Comment (never returned).
- TYPE_DELIM_LINE_COMMENT - Static variable in class com.blackrook.expression.struct.Lexer.Kernel
-
Reserved token type: Line comment.
- TYPE_DELIM_NEWLINE - Static variable in class com.blackrook.expression.struct.Lexer.Kernel
-
Reserved token type: New line character.
- TYPE_DELIM_OPEN_COMMENT - Static variable in class com.blackrook.expression.struct.Lexer.Kernel
-
Reserved token type: Open comment.
- TYPE_DELIM_SPACE - Static variable in class com.blackrook.expression.struct.Lexer.Kernel
-
Reserved token type: Space.
- TYPE_DELIM_TAB - Static variable in class com.blackrook.expression.struct.Lexer.Kernel
-
Reserved token type: Tab.
- TYPE_DELIMITER - Static variable in class com.blackrook.expression.struct.Lexer.Kernel
-
Reserved token type: Delimiter (never returned).
- TYPE_END_OF_LEXER - Static variable in class com.blackrook.expression.struct.Lexer.Kernel
-
Reserved token type: End of lexer.
- TYPE_END_OF_STREAM - Static variable in class com.blackrook.expression.struct.Lexer.Kernel
-
Reserved token type: End of stream.
- TYPE_EXPONENT - Static variable in class com.blackrook.expression.struct.Lexer.Kernel
-
Reserved token type: Exponent state (never returned).
- TYPE_EXPONENT_POWER - Static variable in class com.blackrook.expression.struct.Lexer.Kernel
-
Reserved token type: Exponent power state (never returned).
- TYPE_FLOAT - Static variable in class com.blackrook.expression.struct.Lexer.Kernel
-
Reserved token type: Floating point state (never returned).
- TYPE_HEX_INTEGER - Static variable in class com.blackrook.expression.struct.Lexer.Kernel
-
Reserved token type: hexadecimal integer (never returned).
- TYPE_HEX_INTEGER0 - Static variable in class com.blackrook.expression.struct.Lexer.Kernel
-
Reserved token type: hexadecimal integer (never returned).
- TYPE_HEX_INTEGER1 - Static variable in class com.blackrook.expression.struct.Lexer.Kernel
-
Reserved token type: hexadecimal integer (never returned).
- TYPE_IDENTIFIER - Static variable in class com.blackrook.expression.struct.Lexer.Kernel
-
Reserved token type: Identifier.
- TYPE_ILLEGAL - Static variable in class com.blackrook.expression.struct.Lexer.Kernel
-
Reserved token type: Illegal token.
- TYPE_LINE_COMMENT - Static variable in class com.blackrook.expression.struct.Lexer.Kernel
-
Reserved token type: Line Comment.
- TYPE_NUMBER - Static variable in class com.blackrook.expression.struct.Lexer.Kernel
-
Reserved token type: Number.
- TYPE_POINT - Static variable in class com.blackrook.expression.struct.Lexer.Kernel
-
Reserved token type: Point state (never returned).
- TYPE_RAWSTRING - Static variable in class com.blackrook.expression.struct.Lexer.Kernel
-
Reserved token type: Raw String (never returned).
- TYPE_STRING - Static variable in class com.blackrook.expression.struct.Lexer.Kernel
-
Reserved token type: String.
- TYPE_UNKNOWN - Static variable in class com.blackrook.expression.struct.Lexer.Kernel
-
Reserved token type: Unknown token.
All Classes All Packages