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

Packages that use TypeExtension
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 TypeExtension in edu.ksu.cis.projects.bogor.ast
 

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

Methods in edu.ksu.cis.projects.bogor.ast with parameters of type TypeExtension
protected  void ASTVisitor.visitTypeExtension(TypeExtension node)
           
 

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

Methods in edu.ksu.cis.projects.bogor.symboltable that return types with arguments of type TypeExtension
 Map<String,TypeExtension> SymbolTable.getTypeExtensionDefTable()
          Gets the type extension qualified id (String) to its declaration (TypeExtension) mapping.