public class ReflectionTraceInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ReflectionTraceInfo.Kind |
Modifier and Type | Field and Description |
---|---|
protected Map<SootMethod,Set<String>> |
classForNameReceivers |
protected Map<SootMethod,Set<String>> |
classNewInstanceReceivers |
protected Map<SootMethod,Set<String>> |
constructorNewInstanceReceivers |
protected Map<SootMethod,Set<String>> |
fieldGetReceivers |
protected Map<SootMethod,Set<String>> |
fieldSetReceivers |
protected Map<SootMethod,Set<String>> |
methodInvokeReceivers |
Constructor and Description |
---|
ReflectionTraceInfo(String logFile) |
Modifier and Type | Method and Description |
---|---|
Set<SootClass> |
classForNameClasses(SootMethod container) |
Set<String> |
classForNameClassNames(SootMethod container) |
Set<SootClass> |
classNewInstanceClasses(SootMethod container) |
Set<String> |
classNewInstanceClassNames(SootMethod container) |
Set<SootMethod> |
constructorNewInstanceConstructors(SootMethod container) |
Set<String> |
constructorNewInstanceSignatures(SootMethod container) |
Set<String> |
fieldGetSignatures(SootMethod container) |
Set<String> |
fieldSetSignatures(SootMethod container) |
Set<SootMethod> |
methodInvokeMethods(SootMethod container) |
Set<String> |
methodInvokeSignatures(SootMethod container) |
Set<SootMethod> |
methodsContainingReflectiveCalls() |
protected Map<SootMethod,Set<String>> classForNameReceivers
protected Map<SootMethod,Set<String>> classNewInstanceReceivers
protected Map<SootMethod,Set<String>> constructorNewInstanceReceivers
protected Map<SootMethod,Set<String>> methodInvokeReceivers
protected Map<SootMethod,Set<String>> fieldSetReceivers
protected Map<SootMethod,Set<String>> fieldGetReceivers
public ReflectionTraceInfo(String logFile)
public Set<String> classForNameClassNames(SootMethod container)
public Set<SootClass> classForNameClasses(SootMethod container)
public Set<String> classNewInstanceClassNames(SootMethod container)
public Set<SootClass> classNewInstanceClasses(SootMethod container)
public Set<String> constructorNewInstanceSignatures(SootMethod container)
public Set<SootMethod> constructorNewInstanceConstructors(SootMethod container)
public Set<String> methodInvokeSignatures(SootMethod container)
public Set<SootMethod> methodInvokeMethods(SootMethod container)
public Set<SootMethod> methodsContainingReflectiveCalls()
public Set<String> fieldSetSignatures(SootMethod container)
public Set<String> fieldGetSignatures(SootMethod container)
Copyright © 2019 Sable. All rights reserved.