Package proguard.classfile
Interface MethodInfo
- All Known Implementing Classes:
BasicMethodInfo,MethodSignature
public interface MethodInfo
Can be implemented by classes carrying method information.
-
Method Summary
Modifier and TypeMethodDescription@NotNull MethodDescriptorReturns the method's descriptor.@NotNull StringReturns the method's name.
-
Method Details
-
getMethodName
Returns the method's name. -
getDescriptor
Returns the method's descriptor.
-