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(java.lang.Object obj) |
SootMethodRef |
getMethodRef() |
Type |
getType()
Returns the Soot type of this Value.
|
int |
hashCode() |
java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
public Type getType()
Value
public SootMethodRef getMethodRef()
public void apply(Switch sw)
Switchable
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object