Package jadx.core.dex.nodes
Interface IMethodDetails
- All Superinterfaces:
IJadxAttribute
- All Known Implementing Classes:
ClspMethod,MethodNode,MutableMethodDetails,SimpleMethodDetails
-
Method Summary
Modifier and TypeMethodDescriptiondefault AType<IMethodDetails> intbooleanisVarArg()default StringMethods inherited from interface jadx.api.plugins.input.data.attributes.IJadxAttribute
keepLoaded
-
Method Details
-
getMethodInfo
MethodInfo getMethodInfo() -
getReturnType
ArgType getReturnType() -
getArgTypes
-
getTypeParameters
-
getThrows
-
isVarArg
boolean isVarArg() -
getRawAccessFlags
int getRawAccessFlags() -
getAttrType
- Specified by:
getAttrTypein interfaceIJadxAttribute
-
toAttrString
- Specified by:
toAttrStringin interfaceIJadxAttribute
-