Uses of Interface
edu.ksu.cis.projects.bogor.ast.IActionParent

Packages that use IActionParent
edu.ksu.cis.projects.bogor.ast Provides for Bogor input language AST. 
 

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

Classes in edu.ksu.cis.projects.bogor.ast that implement IActionParent
 class ActionStatement
          The action statement AST.
 class AtomicActionStatement
          The atomic (shorthand) action statement AST.
 class BlockTransformation
          Block transformation AST.
 

Methods in edu.ksu.cis.projects.bogor.ast that return IActionParent
 IActionParent Action.getParent()
          Gets the parent of this object.
 

Methods in edu.ksu.cis.projects.bogor.ast with parameters of type IActionParent
 void Action.setParent(IActionParent newParent)
          Sets the parent of this object.