Package javassist.bytecode
Class MethodHandleInfo
- java.lang.Object
-
- javassist.bytecode.ConstInfo
-
- javassist.bytecode.MethodHandleInfo
-
class MethodHandleInfo extends ConstInfo
-
-
Constructor Summary
Constructors Constructor Description MethodHandleInfo(int kind, int referenceIndex, int index)
MethodHandleInfo(java.io.DataInputStream in, int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
copy(ConstPool src, ConstPool dest, java.util.Map map)
boolean
equals(java.lang.Object obj)
int
getTag()
int
hashCode()
void
print(java.io.PrintWriter out)
void
write(java.io.DataOutputStream out)
-
Methods inherited from class javassist.bytecode.ConstInfo
getClassName, renameClass, renameClass, toString
-
-
-
-
Field Detail
-
tag
static final int tag
- See Also:
- Constant Field Values
-
refKind
int refKind
-
refIndex
int refIndex
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
write
public void write(java.io.DataOutputStream out) throws java.io.IOException
-
-