public class FactoryBypassInterpreter extends AbstractReflectionInterpreter
| Modifier and Type | Class and Description |
|---|---|
protected class |
FactoryBypassInterpreter.SpecializedFactoryMethod |
AbstractReflectionInterpreter.IgnoreSerializableWarning, AbstractReflectionInterpreter.ManySubtypesWarning, AbstractReflectionInterpreter.NoSubtypesWarning, AbstractReflectionInterpreter.SpecializedMethodcache, CONE_BOUND, DEBUG, indexLocal, options, typeIndexMap| Constructor and Description |
|---|
FactoryBypassInterpreter(AnalysisOptions options,
AnalysisCache cache) |
getCallSiteForType, getExceptionsForType, getLocalForType, getNewSiteForType, typeRef2TypeAbstractionpublic FactoryBypassInterpreter(AnalysisOptions options, AnalysisCache cache)
options - governing analysis optionspublic IR getIR(CGNode node)
public int getNumberOfStatements(CGNode node)
public boolean understands(CGNode node)
CHAContextInterpreterpublic Iterator<NewSiteReference> iterateNewSites(CGNode node)
public Iterator<SSAInstruction> getInvokeStatements(CGNode node)
public Iterator<CallSiteReference> iterateCallSites(CGNode node)
public boolean recordType(IClassHierarchy cha, Context context, TypeReference type)
public boolean recordFactoryType(CGNode node, IClass klass)
RTAContextInterpreterpublic Iterator<FieldReference> iterateFieldsRead(CGNode node)
public Iterator<FieldReference> iterateFieldsWritten(CGNode node)
public boolean hasObjectArrayLoad(CGNode node)
public boolean hasObjectArrayStore(CGNode node)
public ControlFlowGraph<SSAInstruction,ISSABasicBlock> getCFG(CGNode N)
Copyright © 2015. All rights reserved.