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

Packages that use BlockTransformation
edu.ksu.cis.projects.bogor.analyses Provides for Bogor modules. 
edu.ksu.cis.projects.bogor.ast Provides for Bogor input language AST. 
edu.ksu.cis.projects.bogor.module Provide a generic framework for dataflow analysis on BIR transition systems. 
 

Uses of BlockTransformation in edu.ksu.cis.projects.bogor.analyses
 

Methods in edu.ksu.cis.projects.bogor.analyses with parameters of type BlockTransformation
protected  void LiveVariableAnalysis.analyzeBlockTransformation(BlockTransformation t, Set<String> s)
           
 

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

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

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

Uses of BlockTransformation in edu.ksu.cis.projects.bogor.module
 

Methods in edu.ksu.cis.projects.bogor.module with parameters of type BlockTransformation
 IBacktrackingInfo[] DefaultTransformer.transform(ISchedulingStrategyContext ssc, BlockTransformation t, Action a)
           
 IBacktrackingInfo[] ITransformer.transform(ISchedulingStrategyContext ssc, BlockTransformation t, Action a)