org.apache.tools.ant.taskdefs.optional.sitraka.bytecode.attributes
Class AttributeInfoList

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

public class AttributeInfoList
extends java.lang.Object

list of attributes

Author:
Stephane Bailliez

Field Summary
protected  AttributeInfo[] attributes
           
protected  ConstantPool constantPool
           
 
Constructor Summary
AttributeInfoList(ConstantPool pool)
           
 
Method Summary
 AttributeInfo getAttribute(java.lang.String name)
           
 AttributeInfo[] getAttributes()
           
 void read(java.io.DataInputStream dis)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributes

protected AttributeInfo[] attributes

constantPool

protected ConstantPool constantPool
Constructor Detail

AttributeInfoList

public AttributeInfoList(ConstantPool pool)
Method Detail

read

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

getAttributes

public AttributeInfo[] getAttributes()

getAttribute

public AttributeInfo getAttribute(java.lang.String name)

size

public int size()


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