Uses of Interface
org.prorefactor.treeparser.SymbolI

Packages that use SymbolI
org.prorefactor.treeparser General use classes for any or all Tree Parsers. 
org.prorefactor.widgettypes   
 

Uses of SymbolI in org.prorefactor.treeparser
 

Subinterfaces of SymbolI in org.prorefactor.treeparser
 interface WidgetI
           
 

Classes in org.prorefactor.treeparser that implement SymbolI
 class Dataset
          A Symbol defined with DEFINE DATASET.
 class Datasource
          A Symbol defined with DEFINE DATA-SOURCE.
 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 FieldContainer
          Frame and Browse widgets are FieldContainers.
 class Query
          A Symbol defined with DEFINE QUERY.
 class Routine
          Represents the definition of a Routine.
 class Stream
          A Symbol defined with DEFINE STREAM or any other syntax which implicitly define a stream.
 class Symbol
          Base class for any type of symbol which needs to be kept track of when parsing a 4gl compile unit's AST.
 class TableBuffer
          A TableBuffer is a Symbol which provides a link from the syntax tree to a Table object.
 class Variable
          A Symbol defined with DEFINE VARIABLE or any of the other various syntaxes which implicitly define a variable.
 class Widget
          A Symbol defined with DEFINE or any of the other various syntaxes which implicitly define a widget.
 

Uses of SymbolI in org.prorefactor.widgettypes
 

Subinterfaces of SymbolI in org.prorefactor.widgettypes
 interface FieldLevelWidgetI
           
 

Classes in org.prorefactor.widgettypes that implement SymbolI
 class Browse
           
 class Button
           
 class Frame
           
 class Image
           
 class Menu
           
 class MenuItem
           
 class Rectangle
           
 class Submenu
           
 



Copyright © 2008 Joanju Software. All Rights Reserved.