public class MethodHandle extends Constant
Modifier and Type | Field and Description |
---|---|
SootMethodRef |
methodRef |
int |
tag |
Modifier and Type | Method and Description |
---|---|
void |
apply(Switch sw)
Called when this object is visited.
|
boolean |
equals(Object obj) |
SootMethodRef |
getMethodRef() |
Type |
getType()
Returns the Soot type of this Value.
|
int |
hashCode() |
String |
toString() |
static MethodHandle |
v(SootMethodRef ref,
int tag) |
clone, convertToBaf, equivHashCode, equivTo, getUseBoxes, toString
public final SootMethodRef methodRef
public int tag
public static MethodHandle v(SootMethodRef ref, int tag)
public Type getType()
Value
public SootMethodRef getMethodRef()
public void apply(Switch sw)
Switchable