com.vladium.util.args
Class OptsParser.Token
java.lang.Object
com.vladium.util.args.OptsParser.Token
- Enclosing class:
- OptsParser
- private static final class OptsParser.Token
- extends java.lang.Object
Constructor Summary |
(package private) |
OptsParser.Token(int ID,
java.lang.String value)
|
Method Summary |
(package private) int |
getID()
|
(package private) java.lang.String |
getValue()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EOF_ID
static final int EOF_ID
- See Also:
- Constant Field Values
STRING_ID
static final int STRING_ID
- See Also:
- Constant Field Values
COLON_ID
static final int COLON_ID
- See Also:
- Constant Field Values
SEMICOLON_ID
static final int SEMICOLON_ID
- See Also:
- Constant Field Values
COMMA_ID
static final int COMMA_ID
- See Also:
- Constant Field Values
LBRACKET_ID
static final int LBRACKET_ID
- See Also:
- Constant Field Values
RBRACKET_ID
static final int RBRACKET_ID
- See Also:
- Constant Field Values
OPTIONAL_ID
static final int OPTIONAL_ID
- See Also:
- Constant Field Values
REQUIRED_ID
static final int REQUIRED_ID
- See Also:
- Constant Field Values
CARD_ID
static final int CARD_ID
- See Also:
- Constant Field Values
VALUES_ID
static final int VALUES_ID
- See Also:
- Constant Field Values
TEXT_ID
static final int TEXT_ID
- See Also:
- Constant Field Values
REQUIRES_ID
static final int REQUIRES_ID
- See Also:
- Constant Field Values
EXCLUDES_ID
static final int EXCLUDES_ID
- See Also:
- Constant Field Values
MERGEABLE_ID
static final int MERGEABLE_ID
- See Also:
- Constant Field Values
DETAILEDONLY_ID
static final int DETAILEDONLY_ID
- See Also:
- Constant Field Values
PATTERN_ID
static final int PATTERN_ID
- See Also:
- Constant Field Values
EOF
static final OptsParser.Token EOF
COLON
static final OptsParser.Token COLON
SEMICOLON
static final OptsParser.Token SEMICOLON
COMMA
static final OptsParser.Token COMMA
LBRACKET
static final OptsParser.Token LBRACKET
RBRACKET
static final OptsParser.Token RBRACKET
OPTIONAL
static final OptsParser.Token OPTIONAL
REQUIRED
static final OptsParser.Token REQUIRED
VALUES
static final OptsParser.Token VALUES
REQUIRES
static final OptsParser.Token REQUIRES
EXCLUDES
static final OptsParser.Token EXCLUDES
MERGEABLE
static final OptsParser.Token MERGEABLE
DETAILEDONLY
static final OptsParser.Token DETAILEDONLY
PATTERN
static final OptsParser.Token PATTERN
m_ID
private final int m_ID
m_value
private final java.lang.String m_value
OptsParser.Token
OptsParser.Token(int ID,
java.lang.String value)
getID
int getID()
getValue
java.lang.String getValue()
toString
public java.lang.String toString()