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, toStringpublic final SootMethodRef methodRef
public int tag
public static MethodHandle v(SootMethodRef ref, int tag)
public java.lang.String toString()
toString in class java.lang.Objectpublic Type getType()
Valuepublic SootMethodRef getMethodRef()
public void apply(Switch sw)
Switchablepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object