|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--iicm.vrml.pw.CType
CType - <ctype.h> analogons for VRML 2.0 methods do not care for EOF (-1)
Method Summary | |
static boolean |
isIDfirstchar(byte c)
legal character to start identifier? |
static boolean |
isIDrestchar(byte c)
legal character inside identifier? |
static boolean |
isspace(byte c)
whitespace character? |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public static final boolean isspace(byte c)
public static final boolean isIDfirstchar(byte c)
public static final boolean isIDrestchar(byte c)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |