Uses of Enum
org.pipservices3.expressions.tokenizers.TokenType
Packages that use TokenType
Package
Description
-
Uses of TokenType in org.pipservices3.expressions.tokenizers
Fields in org.pipservices3.expressions.tokenizers declared as TokenTypeMethods in org.pipservices3.expressions.tokenizers that return TokenTypeModifier and TypeMethodDescriptionToken.getType()
The token type.static TokenType
Returns the enum constant of this type with the specified name.static TokenType[]
TokenType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pipservices3.expressions.tokenizers with parameters of type TokenTypeModifier and TypeMethodDescriptionvoid
Add a multi-character symbol.Constructors in org.pipservices3.expressions.tokenizers with parameters of type TokenType -
Uses of TokenType in org.pipservices3.expressions.tokenizers.generic
Methods in org.pipservices3.expressions.tokenizers.generic that return TokenTypeMethods in org.pipservices3.expressions.tokenizers.generic with parameters of type TokenTypeModifier and TypeMethodDescriptionvoid
Add a multi-character symbol.void
Add the given string as a symbol.void
SymbolNode.addDescendantLine
(String value, TokenType tokenType) Add a line of descendants that represent the characters in the given string.void
SymbolNode.setTokenType
(TokenType value)