org.apache.tools.ant.taskdefs.optional.sitraka.bytecode
Class FieldInfo
java.lang.Object
|
+--org.apache.tools.ant.taskdefs.optional.sitraka.bytecode.FieldInfo
- public class FieldInfo
- extends java.lang.Object
field structure
- Author:
- Stephane Bailliez
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
constantPool
protected ConstantPool constantPool
access_flags
protected int access_flags
name_index
protected int name_index
descriptor_index
protected int descriptor_index
attributes
protected AttributeInfoList attributes
synthetic
protected boolean synthetic
deprecated
protected boolean deprecated
constant
protected boolean constant
FieldInfo
public FieldInfo(ConstantPool pool)
read
public void read(java.io.DataInputStream dis)
throws java.io.IOException
getAccessFlags
public int getAccessFlags()
getName
public java.lang.String getName()
getDescriptor
public java.lang.String getDescriptor()
isDeprecated
public boolean isDeprecated()
isSynthetic
public boolean isSynthetic()
isConstant
public boolean isConstant()
getAccess
public java.lang.String getAccess()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.