Uses of Class
org.extex.ocpware.compiler.left.ChoiceLeft

Packages that use ChoiceLeft
org.extex.ocpware.compiler.left This package contains the left term classes for compiling OCPs. 
 

Uses of ChoiceLeft in org.extex.ocpware.compiler.left
 

Methods in org.extex.ocpware.compiler.left that return ChoiceLeft
static ChoiceLeft LeftParser.choiceLeft(ParserStream s)
          Parse a choice left item.
 

Constructors in org.extex.ocpware.compiler.left with parameters of type ChoiceLeft
NotChoiceLeft(ChoiceLeft list)
          Creates a new object.