| Package | Description |
|---|---|
| com.ibm.wala.ipa.callgraph |
This package provides basic interfaces and functions for call graph
construction.
|
| Modifier and Type | Method and Description |
|---|---|
AnalysisOptions.ReflectionOptions |
AnalysisOptions.getReflectionOptions()
Should call graph construction attempt to handle reflection via detection of flows to casts, analysis of string constant
parameters to reflective methods, etc.?
|
static AnalysisOptions.ReflectionOptions |
AnalysisOptions.ReflectionOptions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnalysisOptions.ReflectionOptions[] |
AnalysisOptions.ReflectionOptions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnalysisOptions.setReflectionOptions(AnalysisOptions.ReflectionOptions reflectionOptions)
Should call graph construction attempt to handle reflection via detection of flows to casts, analysis of string constant
parameters to reflective methods, etc.?
|
Copyright © 2015. All rights reserved.