org.codehaus.janino.util
Class ClassFile.FieldInfo
java.lang.Object
org.codehaus.janino.util.ClassFile.FieldInfo
- Enclosing class:
- ClassFile
- public static class ClassFile.FieldInfo
- extends Object
Constructor Summary |
ClassFile.FieldInfo(short accessFlags,
short nameIndex,
short descriptorIndex,
List attributes)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassFile.FieldInfo
public ClassFile.FieldInfo(short accessFlags,
short nameIndex,
short descriptorIndex,
List attributes)
getAccessFlags
public short getAccessFlags()
getNameIndex
public short getNameIndex()
getDescriptorIndex
public short getDescriptorIndex()
getAttributes
public ClassFile.AttributeInfo[] getAttributes()
addAttribute
public void addAttribute(ClassFile.AttributeInfo attribute)
store
public void store(DataOutputStream dos)
throws IOException
- Throws:
IOException