Uses of Class
org.prorefactor.treeparser.FieldBuffer

Packages that use FieldBuffer
org.prorefactor.nodetypes Subtypes of org.prorefactor.core.JPNode, and related classes. 
org.prorefactor.treeparser General use classes for any or all Tree Parsers. 
org.prorefactor.treeparser01 This is the "primary" tree parser, which provides basic services such as scope and name resolution. 
 

Uses of FieldBuffer in org.prorefactor.nodetypes
 

Methods in org.prorefactor.nodetypes with parameters of type FieldBuffer
 void FieldRefNode.setSymbol(FieldBuffer symbol)
           
 

Uses of FieldBuffer in org.prorefactor.treeparser
 

Fields in org.prorefactor.treeparser declared as FieldBuffer
 FieldBuffer FieldLookupResult.field
           
 

Methods in org.prorefactor.treeparser that return FieldBuffer
 FieldBuffer SymbolScopeRoot.defineTableField(java.lang.String name, TableBuffer buffer)
          Define a temp or work table field
 FieldBuffer SymbolScopeRoot.defineTableFieldDelayedAttach(java.lang.String name, TableBuffer buffer)
          Define a temp or work table field.
 FieldBuffer TableBuffer.getFieldBuffer(Field field)
          Get or create a FieldBuffer for a Field.
 

Methods in org.prorefactor.treeparser that return types with arguments of type FieldBuffer
 java.util.Collection<FieldBuffer> TableBuffer.getFieldBufferList()
          Get a list of FieldBuffer symbols that have been created for this TableBuffer.
 

Uses of FieldBuffer in org.prorefactor.treeparser01
 

Methods in org.prorefactor.treeparser01 that return types with arguments of type FieldBuffer
 java.util.ArrayList<FieldBuffer> FrameStack.calculateFormItemTableFields(JPNode formItemNode)
          For a Form_item node which is for a whole table reference, get a list of the FieldBuffers that would be added to the frame, respecting any EXCEPT fields list.
 



Copyright © 2008 Joanju Software. All Rights Reserved.