edu.iastate.jtm.util
Class NameCharType

java.lang.Object
  extended by edu.iastate.jtm.util.CharType
      extended by edu.iastate.jtm.util.NameCharType

public class NameCharType
extends CharType

Author:
ai3294

Field Summary
static int APOS
           
static int DIGIT
           
static int LEFT
           
static int LOWERCASE
           
static int MINUS
           
static int PLUS
           
static int RIGHT
           
static int SEPARATOR
           
static int UPPERCASE
           
static int WHITESPACE
           
 
Fields inherited from class edu.iastate.jtm.util.CharType
EOL, OTHER
 
Constructor Summary
NameCharType()
           
 
Method Summary
 void reset()
           
 
Methods inherited from class edu.iastate.jtm.util.CharType
getType, getType, getType, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

NameCharType

public NameCharType()
Method Detail

reset

public void reset()
Overrides:
reset in class CharType