iicm.vrml.pw
Class CType

java.lang.Object
  |
  +--iicm.vrml.pw.CType

public abstract class CType
extends java.lang.Object

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

isspace

public static final boolean isspace(byte c)
whitespace character?

isIDfirstchar

public static final boolean isIDfirstchar(byte c)
legal character to start identifier?

isIDrestchar

public static final boolean isIDrestchar(byte c)
legal character inside identifier?