public static enum StringParser.TokenType extends Enum<StringParser.TokenType>
Enum Constant and Description |
---|
AT |
BINARY |
CARET |
COLON |
COMMA |
DATE |
EOS |
EQ |
FLOAT |
GE |
GT |
INTEGER |
LCURLY |
LE |
LPAREN |
LSQUARE |
LT |
NE |
RCURLY |
RPAREN |
RSQUARE |
SEMICOLON |
SLASH |
STRING |
TILDA |
Modifier and Type | Method and Description |
---|---|
static StringParser.TokenType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StringParser.TokenType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StringParser.TokenType COMMA
public static final StringParser.TokenType TILDA
public static final StringParser.TokenType CARET
public static final StringParser.TokenType COLON
public static final StringParser.TokenType SEMICOLON
public static final StringParser.TokenType SLASH
public static final StringParser.TokenType AT
public static final StringParser.TokenType LPAREN
public static final StringParser.TokenType RPAREN
public static final StringParser.TokenType LSQUARE
public static final StringParser.TokenType RSQUARE
public static final StringParser.TokenType LCURLY
public static final StringParser.TokenType RCURLY
public static final StringParser.TokenType EQ
public static final StringParser.TokenType NE
public static final StringParser.TokenType LT
public static final StringParser.TokenType GT
public static final StringParser.TokenType LE
public static final StringParser.TokenType GE
public static final StringParser.TokenType INTEGER
public static final StringParser.TokenType FLOAT
public static final StringParser.TokenType DATE
public static final StringParser.TokenType STRING
public static final StringParser.TokenType BINARY
public static final StringParser.TokenType EOS
public static StringParser.TokenType[] values()
for (StringParser.TokenType c : StringParser.TokenType.values()) System.out.println(c);
public static StringParser.TokenType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2018 Attivio, Inc. All Rights Reserved.
PATENT NOTICE: Attivio, Inc. Software Related Patents. With respect to the Attivio software product(s) being used, the following patents apply: Querying Joined Data Within A Search Engine Index: United States Patent No.(s): 8,073,840. Ordered Processing of Groups of Messages: U.S. Patent No.(s) 8,495,656. Signal processing approach to sentiment analysis for entities in documents: U.S. Patent No.(s) 8,725,494. Other U.S. and International Patents Pending.