|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| Choice | Expression that represents the union of two expressions "A|B". |
| ConnectedComponent | Represents one strongly-connected component
of the Element graph. |
| Element | Expression that represents an alphabet of a regular language. |
| ElementSets | Factory methods for ElementSet. |
| Expression | This builds content models. |
| Graph | Graph of Elements. |
| OneOrMore | Expression that represents kleene-star operation (A+) |
| Sequence | Expression that represents a concatanation of two expressions
"A,B". |
| SinkNode | Sink node of a grpah. |
| SourceNode | Source node of a graph. |
Binary expressions are left-associative. IOW, ((A,B),C) instead of (A,(B,C))
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||