Uses of Enum
org.projog.core.parser.TokenType
Packages that use TokenType
-
Uses of TokenType in org.projog.core.parser
Subclasses with type arguments of type TokenType in org.projog.core.parserFields in org.projog.core.parser declared as TokenTypeMethods in org.projog.core.parser that return TokenTypeModifier and TypeMethodDescription(package private) TokenTypeToken.getType()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.projog.core.parser with parameters of type TokenTypeModifier and TypeMethodDescriptionprivate static TokenTokenParser.createToken(StringBuilder value, TokenType type) private static TokenTokenParser.createToken(String value, TokenType type) private TokenConstructors in org.projog.core.parser with parameters of type TokenType