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

Method Index

 o isIDfirstchar(byte)
legal character to start identifier?
 o isIDrestchar(byte)
legal character inside identifier?
 o isspace(byte)
whitespace character?

Methods

 o isspace
  public final static boolean isspace(byte c)
whitespace character?
 o isIDfirstchar
  public final static boolean isIDfirstchar(byte c)
legal character to start identifier?
 o isIDrestchar
  public final static boolean isIDrestchar(byte c)
legal character inside identifier?

All Packages  Class Hierarchy  This Package  Previous  Next  Index