Generic Interpreter 1.2
Protected API

gi
Class Lexicon.UnicodeCategory

java.lang.Object
  extended bygi.Lexicon.Expression
      extended bygi.Lexicon.Alphabet
          extended bygi.Lexicon.UnicodeCategory
Enclosing class:
Lexicon

protected static class Lexicon.UnicodeCategory
extends Lexicon.Alphabet

This class implements an Alphabet containing the characters in a Unicode general category.

Version:
1.2
Author:
© 1999-2004 Craig A. Rich <carich@csupomona.edu>

Constructor Summary
Lexicon.UnicodeCategory(byte category)
          Constructs an Alphabet containing the characters in a Unicode general category, and builds the NFA constructed from this Expression.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lexicon.UnicodeCategory

public Lexicon.UnicodeCategory(byte category)

Constructs an Alphabet containing the characters in a Unicode general category, and builds the NFA constructed from this Expression. The class Character defines byte constants representing each of the Unicode general categories.

Parameters:
category - The byte representing the Unicode general category.
See Also:
Character

 

© 1999-2004 Craig A. Rich <carich@csupomona.edu>