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

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

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

Classes in edu.ksu.cis.projects.bogor.ast that implement ITypeParent
 class ASTArrayType
          Array type AST.
 class ASTExtType
          Extension Type AST.
 class ASTFunType
          Functional type AST.
 class CastExp
          Cast exp AST.
 class ExpExtension
          Represents an exp extension.
 class ExtExp
          Represents an action or an exp extension usage.
 class FSM
          FSM AST.
 class Fun
          Fun AST.
 class InitialValue
          An initial value of a local or global variable, along with an optional type coercion to make it compatible with the variable declaration.
 class InstanceofExp
          Instanceof exp AST.
 class KindofExp
          Kindof exp AST.
 class LetExp
          Let exp AST.
 class NewArrayExp
          New array exp AST.
 class NewRecordExp
          New record exp AST.
 class TypeAliasDefinition
          Type-alias declaration AST.
 class TypedId
          Typed id AST.
 

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

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