-
- All Implemented Interfaces:
-
org.gjt.jclasslib.structures.AttributeContainer
public final class FieldInfo extends ClassMember
Describes a field in a ClassFile structure.
-
-
Field Summary
Fields Modifier and Type Field Description private IntegeraccessFlagsprivate IntegernameIndexprivate final ConstantUtf8InfonameConstantprivate IntegerdescriptorIndexprivate final ConstantUtf8InfodescriptorConstantprivate Array<AttributeInfo>attributesprivate final Stringnameprivate final Stringdescriptorprivate final StringformattedAccessFlagsprivate final StringaccessFlagsVerboseprivate final IntegertotalAttributesLength
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class org.gjt.jclasslib.structures.ClassMember
getAccessFlags, getAccessFlagsVerbose, getAttributes, getDescriptor, getDescriptorConstant, getDescriptorIndex, getFormattedAccessFlags, getName, getNameConstant, getNameIndex, setAccessFlags, setAttributes, setDescriptorIndex, setNameIndex -
Methods inherited from class org.gjt.jclasslib.structures.AttributeContainer
findAttribute, getTotalAttributesLength, readAttributes, writeAttributes -
Methods inherited from class org.gjt.jclasslib.structures.Structure
read, write -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
FieldInfo
FieldInfo(ClassFile classFile)
-
-
-
-