Class StaticInitializer
- java.lang.Object
-
- com.ibm.wala.examples.analysis.dataflow.StaticInitializer
-
public class StaticInitializer extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description StaticInitializer(CallGraph cg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TabulationResult<BasicBlockInContext<IExplodedBasicBlock>,CGNode,IClass>
analyze()
perform the tabulation analysis and return theTabulationResult
TabulationDomain<IClass,BasicBlockInContext<IExplodedBasicBlock>>
getDomain()
java.util.Map<BasicBlockInContext<IExplodedBasicBlock>,java.util.List<IClass>>
getInitialized()
ISupergraph<BasicBlockInContext<IExplodedBasicBlock>,CGNode>
getSupergraph()
-
-
-
Constructor Detail
-
StaticInitializer
public StaticInitializer(CallGraph cg)
-
-
Method Detail
-
getInitialized
public final java.util.Map<BasicBlockInContext<IExplodedBasicBlock>,java.util.List<IClass>> getInitialized()
-
analyze
public TabulationResult<BasicBlockInContext<IExplodedBasicBlock>,CGNode,IClass> analyze()
perform the tabulation analysis and return theTabulationResult
-
getSupergraph
public ISupergraph<BasicBlockInContext<IExplodedBasicBlock>,CGNode> getSupergraph()
-
getDomain
public TabulationDomain<IClass,BasicBlockInContext<IExplodedBasicBlock>> getDomain()
-
-