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