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

Field Summary
protected  int access_flags
           
protected  AttributeInfoList attributes
           
protected  boolean constant
           
protected  ConstantPool constantPool
           
protected  boolean deprecated
           
protected  int descriptor_index
           
protected  int name_index
           
protected  boolean synthetic
           
 
Constructor Summary
FieldInfo(ConstantPool pool)
           
 
Method Summary
 java.lang.String getAccess()
           
 int getAccessFlags()
           
 java.lang.String getDescriptor()
           
 java.lang.String getName()
           
 boolean isConstant()
           
 boolean isDeprecated()
           
 boolean isSynthetic()
           
 void read(java.io.DataInputStream dis)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

FieldInfo

public FieldInfo(ConstantPool pool)
Method Detail

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.