public class MethodType extends Constant
| Modifier and Type | Field and Description |
|---|---|
protected List<Type> |
parameterTypes |
protected Type |
returnType |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw)
Called when this object is visited.
|
boolean |
equals(Object obj) |
List<Type> |
getParameterTypes() |
Type |
getReturnType() |
Type |
getType()
Returns the Soot type of this Value.
|
int |
hashCode() |
String |
toString() |
static MethodType |
v(List<Type> paramaterTypes,
Type returnType) |
clone, convertToBaf, equivHashCode, equivTo, getUseBoxes, toStringprotected Type returnType
public static MethodType v(List<Type> paramaterTypes, Type returnType)
public Type getType()
Valuepublic Type getReturnType()
public void apply(Switch sw)
SwitchableCopyright © 2020 Soot OSS. All rights reserved.