Uses of Class
edu.ksu.cis.projects.bogor.ast.AbstractLocal

Packages that use AbstractLocal
edu.ksu.cis.projects.bogor.ast Provides for Bogor input language AST. 
edu.ksu.cis.projects.bogor.symboltable Provides for Bogor symbol table. 
 

Uses of AbstractLocal in edu.ksu.cis.projects.bogor.ast
 

Subclasses of AbstractLocal in edu.ksu.cis.projects.bogor.ast
 class Local
           
 class Param
          Formal parameter to a FSM definition.
 

Methods in edu.ksu.cis.projects.bogor.ast that return AbstractLocal
abstract  AbstractLocal AbstractLocal.clone()
          Clones this object (deep clone); including location info.
 

Uses of AbstractLocal in edu.ksu.cis.projects.bogor.symboltable
 

Methods in edu.ksu.cis.projects.bogor.symboltable that return types with arguments of type AbstractLocal
 Map<String,AbstractLocal> FSMSymbolTable.getLocalDefTable()
          Gets the local identifier (String) to its definition (Local or Param) mapping.