Package com.ibm.wala.ipa.callgraph
Class ShallowAnalysisScope
- java.lang.Object
-
- com.ibm.wala.ipa.callgraph.ShallowAnalysisScope
-
- All Implemented Interfaces:
Serializable
public class ShallowAnalysisScope extends Object implements Serializable
A serializable version ofAnalysisScope
. Note: any information about the array class loader is lost using this representation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ShallowAnalysisScope(SetOfClasses exclusions, List<String> moduleLinesList, List<String> ldrImplLinesList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnalysisScope
toAnalysisScope()
String
toString()
-
-
-
Constructor Detail
-
ShallowAnalysisScope
public ShallowAnalysisScope(SetOfClasses exclusions, List<String> moduleLinesList, List<String> ldrImplLinesList)
-
-
Method Detail
-
toAnalysisScope
public AnalysisScope toAnalysisScope() throws IOException
- Throws:
IOException
-
-