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

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

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

Classes in edu.ksu.cis.projects.bogor.ast that implement IStatementParent
 class AtomicStatement
          The atomic statement AST.
 class BlockStatement
          The block (sequence of statements) statement AST.
 class ChooseStatement
          The choose statement AST.
 class FSM
          FSM AST.
 class IfStatement
          The if statement AST.
 class TryCatchStatement
          The try-catch statement AST.
 class WhileStatement
          The while statement AST.
 

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

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