public class WALAMethod extends Method
| Constructor and Description |
|---|
WALAMethod(com.ibm.wala.classLoader.IMethod delegate,
com.ibm.wala.ssa.IR ir,
com.ibm.wala.ipa.cha.IClassHierarchy cha) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Statement |
getBranchTarget(int target) |
ControlFlowGraph |
getControlFlowGraph() |
WrappedClass |
getDeclaringClass() |
com.ibm.wala.classLoader.IMethod |
getDelegate() |
Set<Val> |
getLocals() |
String |
getName() |
List<Val> |
getParameterLocals() |
List<Statement> |
getStatements() |
String |
getSubSignature() |
Val |
getThisLocal() |
com.ibm.wala.analysis.typeInference.TypeInference |
getTypeInference() |
int |
hashCode() |
boolean |
isConstructor() |
boolean |
isNative() |
boolean |
isParameterLocal(Val val) |
boolean |
isPublic() |
boolean |
isStatic() |
boolean |
isStaticInitializer() |
boolean |
isThisLocal(Val val) |
String |
toString() |
accepts, epsilon, getParameterLocal, getReturnLocalspublic WALAMethod(com.ibm.wala.classLoader.IMethod delegate,
com.ibm.wala.ssa.IR ir,
com.ibm.wala.ipa.cha.IClassHierarchy cha)
public boolean isStaticInitializer()
isStaticInitializer in class Methodpublic boolean isParameterLocal(Val val)
isParameterLocal in class Methodpublic boolean isThisLocal(Val val)
isThisLocal in class Methodpublic Val getThisLocal()
getThisLocal in class Methodpublic List<Val> getParameterLocals()
getParameterLocals in class Methodpublic List<Statement> getStatements()
getStatements in class Methodpublic WrappedClass getDeclaringClass()
getDeclaringClass in class Methodpublic ControlFlowGraph getControlFlowGraph()
getControlFlowGraph in class Methodpublic String getSubSignature()
getSubSignature in class Methodpublic com.ibm.wala.classLoader.IMethod getDelegate()
public com.ibm.wala.analysis.typeInference.TypeInference getTypeInference()
public boolean isConstructor()
isConstructor in class Methodpublic Statement getBranchTarget(int target)
Copyright © 2024. All rights reserved.