anvil.codec
Class Attributes

java.lang.Object
  |
  +--anvil.codec.Attributes
Direct Known Subclasses:
ClassMember, ClassRoom

public class Attributes
extends java.lang.Object


Field Summary
protected  java.util.List _attributes
           
protected  ClassRoom _class
           
protected  ConstantPool _pool
           
 
Constructor Summary
Attributes(ClassRoom clazz)
           
 
Method Summary
 ClassRoom getClassRoom()
           
 ConstantPool getPool()
           
 void write(java.io.DataOutputStream output)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_class

protected ClassRoom _class

_pool

protected ConstantPool _pool

_attributes

protected java.util.List _attributes
Constructor Detail

Attributes

public Attributes(ClassRoom clazz)
Method Detail

getClassRoom

public ClassRoom getClassRoom()

getPool

public ConstantPool getPool()

write

public void write(java.io.DataOutputStream output)
           throws java.io.IOException
java.io.IOException