iicm.vrml.pw
Class CType

java.lang.Object
  extended by 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) Copyright (c) 1997 IICM

Version:
0.5, latest change: 29 Jan 97
Author:
Michael Pichler

Field Summary
private static byte[] ctype_
           
private static byte IDFIRSTCHAR
           
private static byte IDRESTCHAR
           
private static byte SPACE
           
 
Constructor Summary
private CType()
           
 
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
 

Field Detail

SPACE

private static final byte SPACE
See Also:
Constant Field Values

IDFIRSTCHAR

private static final byte IDFIRSTCHAR
See Also:
Constant Field Values

IDRESTCHAR

private static final byte IDRESTCHAR
See Also:
Constant Field Values

ctype_

private static byte[] ctype_
Constructor Detail

CType

private CType()
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?