com.simonstl.gorille
Class GeneratedRules

java.lang.Object
  |
  +--com.simonstl.gorille.CharRules
        |
        +--com.simonstl.gorille.GeneratedRules

public class GeneratedRules
extends CharRules

Generated code created by the com.simonstl.gorille.CharRulesGen class.


Field Summary
protected  CharRanges ranges
           
 
Fields inherited from class com.simonstl.gorille.CharRules
addlNameChar, baseChar, chars, combiningChar, digit, extender, ideographic, namespaceAware, nameStartChar, pubidChar, space
 
Constructor Summary
GeneratedRules()
           
 
Methods inherited from class com.simonstl.gorille.CharRules
getNamespaceAware, isAddlNameChar, isBaseChar, isChar, isChars, isChars, isCombiningChar, isDigit, isExtender, isIdeographic, isLetter, isName, isNameChar, isNames, isNameStartChar, isNMTOKEN, isNMTOKENS, isPubid, isPubidChar, isQName, isSpace, print, setAddlNameChar, setBaseChar, setChar, setCombiningChar, setDigit, setExtender, setIdeographic, setNamespaceAware, setNameStartChar, setPubidChar, setSpace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ranges

protected CharRanges ranges
Constructor Detail

GeneratedRules

public GeneratedRules()