edu.iastate.jtm.util
Class CharType
java.lang.Object
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
|
|
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 |
OTHER
public static final int OTHER
- See Also:
- Constant Field Values
EOL
public static final int EOL
- See Also:
- Constant Field Values
CharType
public CharType()
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()