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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
constantPool
protected ConstantPool constantPool
fields
protected FieldInfo[] fields
FieldInfoList
public FieldInfoList(ConstantPool pool)
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-2002 Apache Software Foundation. All Rights Reserved.