|
Generic Interpreter 1.2 Protected API |
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
Lexicon and Grammar.
See:
Description
| Class Summary | |
| Grammar | This class implements a Grammar. |
| Grammar.ParseTree | This class implements a constructed by interpreting a source stream. |
| Grammar.Semantics | This class implements embedded in productions and evaluated when interpreting. |
| Lexicon | This class implements a Lexicon. |
| Lexicon.Alphabet | This class implements an of character symbols. |
| Lexicon.Concatenation | This class implements an expressing the concatenation of two regular languages. |
| Lexicon.Expression | This class implements an expressing a regular language. |
| Lexicon.Match | This class implements an containing some characters. |
| Lexicon.NonMatch | This class implements an containing all except some characters. |
| Lexicon.PosixClass | This class implements an containing the characters in a POSIX character class. |
| Lexicon.Range | This class implements an containing the characters in a range. |
| Lexicon.Repetition | This class implements an expressing the repetition of a regular language. |
| Lexicon.Singleton | This class implements an expressing a singleton language. |
| Lexicon.UnicodeCategory | This class implements an containing the characters in a Unicode general category. |
| Lexicon.Union | This class implements an expressing the union of two regular languages. |
| LL1_Grammar | This class implements an LL(1) parser around a Grammar. |
| LR0_Grammar | This class implements an LR(0) parser around a Grammar. |
| LR1_Grammar | This class implements an LR(1) parser around a Grammar. |
| SLR1_Grammar | This class implements an SLR(1) parser around a Grammar. |
| Exception Summary |
This package implements regular and context-free language theory--Lexicon and Grammar.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||