edu.iastate.jtm.util
Class NameCharType
java.lang.Object
edu.iastate.jtm.util.CharType
edu.iastate.jtm.util.NameCharType
public class NameCharType
- extends CharType
- Author:
- ai3294
|
Method Summary |
void |
reset()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UPPERCASE
public static final int UPPERCASE
- See Also:
- Constant Field Values
LOWERCASE
public static final int LOWERCASE
- See Also:
- Constant Field Values
WHITESPACE
public static final int WHITESPACE
- See Also:
- Constant Field Values
DIGIT
public static final int DIGIT
- See Also:
- Constant Field Values
APOS
public static final int APOS
- See Also:
- Constant Field Values
PLUS
public static final int PLUS
- See Also:
- Constant Field Values
MINUS
public static final int MINUS
- See Also:
- Constant Field Values
LEFT
public static final int LEFT
- See Also:
- Constant Field Values
RIGHT
public static final int RIGHT
- See Also:
- Constant Field Values
SEPARATOR
public static final int SEPARATOR
- See Also:
- Constant Field Values
NameCharType
public NameCharType()
reset
public void reset()
- Overrides:
reset in class CharType