proguard.classfile
Class LibraryMethodInfo
java.lang.Object
proguard.classfile.LibraryMemberInfo
proguard.classfile.LibraryMethodInfo
- All Implemented Interfaces:
- MemberInfo, MethodInfo, VisitorAccepter
- public class LibraryMethodInfo
- extends LibraryMemberInfo
- implements MethodInfo
Representation of a method from a class-file.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LibraryMethodInfo
protected LibraryMethodInfo()
create
public static LibraryMethodInfo create(DataInput din,
CpInfo[] constantPool)
throws IOException
- Creates a new LibraryMethodInfo from the file format data in the DataInput stream.
- Throws:
IOException - if class file is corrupt or incomplete
accept
public void accept(LibraryClassFile libraryClassFile,
MemberInfoVisitor memberInfoVisitor)
- Accepts the given visitor.
- Specified by:
accept in class LibraryMemberInfo