Uses of Class
org.extex.ocpware.compiler.type.Table

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

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

Methods in org.extex.ocpware.compiler.parser that return types with arguments of type Table
 java.util.Map<java.lang.String,Table> CompilerState.getTables()
          Getter for tables.
 

Method parameters in org.extex.ocpware.compiler.parser with type arguments of type Table
 void CompilerState.setTables(java.util.Map<java.lang.String,Table> tables)
          Setter for tables.