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

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

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

Classes in edu.ksu.cis.projects.bogor.ast that implement INextStateParent
 class BlockTransformation
          Block transformation AST.
 class Catch
          Catch AST.
 class InvokeTransformation
          Invoke transformation AST.
 class Transformation
          Transformation AST.
 

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

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