com.ibm.wala.j2ee.client
Interface CallGraphBuilderFactory
- All Superinterfaces:
- CallGraphBuilderFactory
public interface CallGraphBuilderFactory
- extends CallGraphBuilderFactory
A factory for call graph builders; tailored to J2EE
IMPL_PROPERTY
static final java.lang.String IMPL_PROPERTY
- See Also:
- Constant Field Values
RTA_BUILDER_FACTORY
static final java.lang.String RTA_BUILDER_FACTORY
- See Also:
- Constant Field Values
XTA_BUILDER_FACTORY
static final java.lang.String XTA_BUILDER_FACTORY
- See Also:
- Constant Field Values
XTA_CONTAINER_BUILDER_FACTORY
static final java.lang.String XTA_CONTAINER_BUILDER_FACTORY
- See Also:
- Constant Field Values
ZERO_CFA_BUILDER_FACTORY
static final java.lang.String ZERO_CFA_BUILDER_FACTORY
- See Also:
- Constant Field Values
ZERO_CONTAINER_CFA_BUILDER_FACTORY
static final java.lang.String ZERO_CONTAINER_CFA_BUILDER_FACTORY
- See Also:
- Constant Field Values
ZERO_ONE_CFA_BUILDER_FACTORY
static final java.lang.String ZERO_ONE_CFA_BUILDER_FACTORY
- See Also:
- Constant Field Values
ZERO_ONE_CONTAINER_CFA_BUILDER_FACTORY
static final java.lang.String ZERO_ONE_CONTAINER_CFA_BUILDER_FACTORY
- See Also:
- Constant Field Values
OBJECT_SENSITIVE_CONTAINER_HACK_CFA_BUILDER_FACTORY
static final java.lang.String OBJECT_SENSITIVE_CONTAINER_HACK_CFA_BUILDER_FACTORY
- See Also:
- Constant Field Values
make
CallGraphBuilder make(AnalysisOptions options,
ClassHierarchy cha,
J2EEAnalysisScope scope,
DeploymentMetaData dmd,
WarningSet warnings,
boolean keepPointsTo)
- Parameters:
options - options that govern call graph constructioncha - governing class hierarchyscope - representation of the analysis scopedmd - deployment descriptor abstractionwarnings - an object which tracks analysis warningskeepPointsTo - preserve PointsTo graph for posterity?