|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompilationUnitTACs | |
---|---|
edu.cmu.cs.crystal | The core package for Crystal; start here for making your own Crystal analysis. |
edu.cmu.cs.crystal.tac | This package contains classes and interfaces for writing flow analyses based on three-address code (TAC). |
Uses of CompilationUnitTACs in edu.cmu.cs.crystal |
---|
Methods in edu.cmu.cs.crystal that return types with arguments of type CompilationUnitTACs | |
---|---|
Option<CompilationUnitTACs> |
IAnalysisInput.getComUnitTACs()
|
Uses of CompilationUnitTACs in edu.cmu.cs.crystal.tac |
---|
Constructors in edu.cmu.cs.crystal.tac with parameters of type CompilationUnitTACs | |
---|---|
TACFlowAnalysis(ITACBranchSensitiveTransferFunction<LE> transferFunction,
CompilationUnitTACs eclipseTAC)
Creates a branch sensitive flow analysis object. |
|
TACFlowAnalysis(ITACTransferFunction<LE> transferFunction,
CompilationUnitTACs eclipseTAC)
Creates a branch insensitive flow analysis object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |