ProGuard

proguard.classfile
Interface MethodInfo

All Superinterfaces:
MemberInfo, VisitorAccepter
All Known Implementing Classes:
LibraryMethodInfo, ProgramMethodInfo

public interface MethodInfo
extends MemberInfo

Representation of a method from a class file.


Methods inherited from interface proguard.classfile.MemberInfo
accept, getAccessFlags, getDescriptor, getName
 
Methods inherited from interface proguard.classfile.VisitorAccepter
getVisitorInfo, setVisitorInfo
 


ProGuard