Package jadx.api.plugins.input.data
Interface IMethodHandle
-
- All Known Implementing Classes:
FieldRefHandle,MethodRefHandle
public interface IMethodHandle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFieldRefgetFieldRef()IMethodRefgetMethodRef()MethodHandleTypegetType()voidload()
-
-
-
Method Detail
-
getType
MethodHandleType getType()
-
getFieldRef
IFieldRef getFieldRef()
-
getMethodRef
IMethodRef getMethodRef()
-
load
void load()
-
-