Package org.extex.ocpware.compiler.left

This package contains the left term classes for compiling OCPs.

See:
          Description

Interface Summary
Left This is the interface for left items.
 

Class Summary
AliasLeft This class represents a reference to an alias as left item.
BeginningLeft This class represents a reference to the beginning of the sequence.
ChoiceLeft This class represents a list of alternative left items.
CompleteLeft This class represents a left item with minimum and maximum restrictions.
DoubleLeft This class represents a range of characters as left item.
EndLeft This class represents a reference to the end of the sequence.
LeftList This class represents a list of left items.
LeftParser This utility class contains parser methods for left items.
NotChoiceLeft This class represents a negated list of left items.
PlusLeft This class represents a left item with a lower bound of occurrences.
StringItem This class represents a string of characters as left item.
WildCard This class represents an arbitrary character as left items.
 

Package org.extex.ocpware.compiler.left Description

This package contains the left term classes for compiling OCPs.