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