edu.iastate.jtm.util
Class CharType

java.lang.Object
  extended by edu.iastate.jtm.util.CharType
Direct Known Subclasses:
NameCharType

public class CharType
extends java.lang.Object

Author:
Jing Ding

Field Summary
static int EOL
           
static int OTHER
           
 
Constructor Summary
CharType()
           
 
Method Summary
 int getType(char c)
           
 int getType(char[] str, int index, int limit)
           
 int getType(java.lang.CharSequence str, int index)
           
 void reset()
           
 void setType(char c, int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OTHER

public static final int OTHER
See Also:
Constant Field Values

EOL

public static final int EOL
See Also:
Constant Field Values
Constructor Detail

CharType

public CharType()
Method Detail

getType

public int getType(char c)

getType

public int getType(java.lang.CharSequence str,
                   int index)

getType

public int getType(char[] str,
                   int index,
                   int limit)

setType

public void setType(char c,
                    int type)

reset

public void reset()