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 TokenTypeReturns 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 TypeMethodDescriptionvoidAdd 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 TypeMethodDescriptionvoidAdd a multi-character symbol.voidAdd the given string as a symbol.voidSymbolNode.addDescendantLine(String value, TokenType tokenType) Add a line of descendants that represent the characters in the given string.voidSymbolNode.setTokenType(TokenType value)