Package jadx.core.clsp
Class SimpleMethodDetails
java.lang.Object
jadx.core.clsp.SimpleMethodDetails
- All Implemented Interfaces:
IJadxAttribute,IMethodDetails
Method details build from MethodInfo.
Note: some fields have unknown values.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jadx.api.plugins.input.data.attributes.IJadxAttribute
keepLoadedMethods inherited from interface jadx.core.dex.nodes.IMethodDetails
getAttrType
-
Field Details
-
methodInfo
-
-
Constructor Details
-
SimpleMethodDetails
-
-
Method Details
-
getMethodInfo
- Specified by:
getMethodInfoin interfaceIMethodDetails
-
getReturnType
- Specified by:
getReturnTypein interfaceIMethodDetails
-
getArgTypes
- Specified by:
getArgTypesin interfaceIMethodDetails
-
getTypeParameters
- Specified by:
getTypeParametersin interfaceIMethodDetails
-
getThrows
- Specified by:
getThrowsin interfaceIMethodDetails
-
isVarArg
public boolean isVarArg()- Specified by:
isVarArgin interfaceIMethodDetails
-
getRawAccessFlags
public int getRawAccessFlags()- Specified by:
getRawAccessFlagsin interfaceIMethodDetails
-
toAttrString
- Specified by:
toAttrStringin interfaceIJadxAttribute- Specified by:
toAttrStringin interfaceIMethodDetails
-
toString
-