Class iicm.vrml.pw.CType
All Packages Class Hierarchy This Package Previous Next Index
Class iicm.vrml.pw.CType
java.lang.Object
|
+----iicm.vrml.pw.CType
- public class CType
- extends Object
CType - <ctype.h> analogons for VRML 2.0
methods do not care for EOF (-1)
Copyright (c) 1997 IICM
-
isIDfirstchar(byte)
- legal character to start identifier?
-
isIDrestchar(byte)
- legal character inside identifier?
-
isspace(byte)
- whitespace character?
isspace
public final static boolean isspace(byte c)
- whitespace character?
isIDfirstchar
public final static boolean isIDfirstchar(byte c)
- legal character to start identifier?
isIDrestchar
public final static boolean isIDrestchar(byte c)
- legal character inside identifier?
All Packages Class Hierarchy This Package Previous Next Index