Uses of Class
org.extex.ocpware.compiler.exception.AliasDefinedException

Packages that use AliasDefinedException
org.extex.ocpware.compiler.parser This package contains some utility classes for compiling OCPs. 
 

Uses of AliasDefinedException in org.extex.ocpware.compiler.parser
 

Methods in org.extex.ocpware.compiler.parser that throw AliasDefinedException
 void CompilerState.parse(java.io.InputStream stream)
          Compile an input stream into an oc program.
 

Constructors in org.extex.ocpware.compiler.parser that throw AliasDefinedException
CompilerState(java.io.InputStream stream)
          Creates a new object.