Uses of Interface
edu.ksu.cis.projects.bogor.ast.transform.ITransformSystemResult

Packages that use ITransformSystemResult
edu.ksu.cis.projects.bogor.ast.transform   
 

Uses of ITransformSystemResult in edu.ksu.cis.projects.bogor.ast.transform
 

Classes in edu.ksu.cis.projects.bogor.ast.transform that implement ITransformSystemResult
 class DefaultTransformSystemResult
          Vanilla implementation.
 

Methods in edu.ksu.cis.projects.bogor.ast.transform that return ITransformSystemResult
 ITransformSystemResult BIRUnitSystemTransformer.transformSystem(System ast, Properties configuration, IBogorConfiguration bc, SymbolTable st, boolean dryRun)
           
 ITransformSystemResult HighToLowBIRCompiler.transformSystem(System ast, Properties configuration, IBogorConfiguration bc, SymbolTable st, boolean dryRun)
           
 ITransformSystemResult ISystemTransformer.transformSystem(System ast, Properties configuration, IBogorConfiguration bc, SymbolTable st, boolean dryRun)
          Destructively update the syntax tree ast.