Uses of Interface
org.prorefactor.treeparser.Primative

Packages that use Primative
org.prorefactor.core.schema   
org.prorefactor.treeparser General use classes for any or all Tree Parsers. 
 

Uses of Primative in org.prorefactor.core.schema
 

Classes in org.prorefactor.core.schema that implement Primative
 class Field
          Field objects are created both by the Schema class and they are also created for temp and work table fields defined within a 4gl compile unit.
 

Methods in org.prorefactor.core.schema that return Primative
 Primative Field.setClassName(java.lang.String s)
           
 Primative Field.setDataType(DataType dataType)
           
 Primative Field.setExtent(int extent)
           
 

Methods in org.prorefactor.core.schema with parameters of type Primative
 void Field.assignAttributesLike(Primative likePrim)
           
 

Uses of Primative in org.prorefactor.treeparser
 

Classes in org.prorefactor.treeparser that implement Primative
 class FieldBuffer
          FieldBuffer is the Symbol object linked to from the AST for schema, temp, and work table fields, and FieldBuffer provides the link to the Field object.
 class Variable
          A Symbol defined with DEFINE VARIABLE or any of the other various syntaxes which implicitly define a variable.
 

Methods in org.prorefactor.treeparser that return Primative
 Primative FieldBuffer.setClassName(java.lang.String className)
          Sets the underlying Field's className.
 Primative Primative.setClassName(java.lang.String className)
           
 Primative Variable.setClassName(java.lang.String s)
           
 Primative FieldBuffer.setDataType(DataType dataType)
          Sets the underlying Field's dataType.
 Primative Primative.setDataType(DataType dataType)
           
 Primative Variable.setDataType(DataType dataType)
           
 Primative FieldBuffer.setExtent(int extent)
          Sets the extent of the underlying Field.
 Primative Primative.setExtent(int extent)
           
 Primative Variable.setExtent(int extent)
           
 

Methods in org.prorefactor.treeparser with parameters of type Primative
 void FieldBuffer.assignAttributesLike(Primative likePrim)
           
 void Primative.assignAttributesLike(Primative likePrim)
          Assign datatype, class, extent from another primative (for the LIKE keyword).
 void Variable.assignAttributesLike(Primative likePrim)
           
 



Copyright © 2008 Joanju Software. All Rights Reserved.