Package jadx.api.plugins.input.data.impl
Class MethodRefHandle
- java.lang.Object
-
- jadx.api.plugins.input.data.impl.MethodRefHandle
-
- All Implemented Interfaces:
IMethodHandle
public class MethodRefHandle extends java.lang.Object implements IMethodHandle
-
-
Constructor Summary
Constructors Constructor Description MethodRefHandle(MethodHandleType type, IMethodRef methodRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IFieldDatagetFieldRef()IMethodRefgetMethodRef()MethodHandleTypegetType()voidload()java.lang.StringtoString()
-
-
-
Constructor Detail
-
MethodRefHandle
public MethodRefHandle(MethodHandleType type, IMethodRef methodRef)
-
-
Method Detail
-
getType
public MethodHandleType getType()
- Specified by:
getTypein interfaceIMethodHandle
-
getMethodRef
public IMethodRef getMethodRef()
- Specified by:
getMethodRefin interfaceIMethodHandle
-
getFieldRef
public IFieldData getFieldRef()
- Specified by:
getFieldRefin interfaceIMethodHandle
-
load
public void load()
- Specified by:
loadin interfaceIMethodHandle
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-