Uses of Class
com.attivio.sdk.util.StringParser.TokenType
-
Packages that use StringParser.TokenType Package Description com.attivio.sdk.util -
-
Uses of StringParser.TokenType in com.attivio.sdk.util
Methods in com.attivio.sdk.util that return StringParser.TokenType Modifier and Type Method Description StringParser.TokenType
StringParser. nextType()
static StringParser.TokenType
StringParser.TokenType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StringParser.TokenType[]
StringParser.TokenType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.attivio.sdk.util with parameters of type StringParser.TokenType Modifier and Type Method Description boolean
StringParser. expect(StringParser.TokenType type)
boolean
StringParser. expect(StringParser.TokenType a, StringParser.TokenType b)
StringParser
StringParser. require(StringParser.TokenType type)
StringParser
StringParser. require(StringParser.TokenType a, StringParser.TokenType b)
StringParser
StringParser. requireEx(StringParser.TokenType type)
Constructors in com.attivio.sdk.util with parameters of type StringParser.TokenType Constructor Description StringParserFactory(StringParser.TokenType... types)
-