org.apache.tools.ant.taskdefs.optional.sitraka.bytecode
Class FieldInfoList

java.lang.Object
  |
  +--org.apache.tools.ant.taskdefs.optional.sitraka.bytecode.FieldInfoList

public class FieldInfoList
extends java.lang.Object

field structure list

Author:
Stephane Bailliez

Field Summary
protected  ConstantPool constantPool
           
protected  FieldInfo[] fields
           
 
Constructor Summary
FieldInfoList(ConstantPool pool)
           
 
Method Summary
 FieldInfo getField(int index)
           
 java.lang.String getFieldName(int index)
           
 int length()
           
 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

fields

protected FieldInfo[] fields
Constructor Detail

FieldInfoList

public FieldInfoList(ConstantPool pool)
Method Detail

read

public void read(java.io.DataInputStream dis)
          throws java.io.IOException

getFieldName

public java.lang.String getFieldName(int index)

getField

public FieldInfo getField(int index)

length

public int length()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.