Package com.sun.tools.xjc.reader.gbind

Binary expressions are left-associative.

See:
          Description

Interface Summary
ElementSet A set over a list of Element.
 

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.
 

Package com.sun.tools.xjc.reader.gbind Description

Binary expressions are left-associative. IOW, ((A,B),C) instead of (A,(B,C))