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) isIDfirstchar(byte)
-  legal character to start identifier?
  
-   isIDrestchar(byte) isIDrestchar(byte)
-  legal character inside identifier?
  
-   isspace(byte) isspace(byte)
-  whitespace character?
   
 isspace
isspace
  public final static boolean isspace(byte c)
  -  whitespace character?
 isIDfirstchar
isIDfirstchar
  public final static boolean isIDfirstchar(byte c)
  -  legal character to start identifier?
 isIDrestchar
isIDrestchar
  public final static boolean isIDrestchar(byte c)
  -  legal character inside identifier?
All Packages  Class Hierarchy  This Package  Previous  Next  Index