proguard.classfile
Class LibraryFieldInfo
java.lang.Object
proguard.classfile.LibraryMemberInfo
proguard.classfile.LibraryFieldInfo
- All Implemented Interfaces:
- FieldInfo, MemberInfo, VisitorAccepter
- public class LibraryFieldInfo
- extends LibraryMemberInfo
- implements FieldInfo
Representation of a field from a class-file.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LibraryFieldInfo
protected LibraryFieldInfo()
create
public static LibraryFieldInfo create(DataInput din,
CpInfo[] constantPool)
throws IOException
- Creates a new LibraryFieldInfo 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