net.sf.transjvm.jvm
Class SyntheticAttribute

java.lang.Object
  extended by net.sf.transjvm.jvm.Attribute
      extended by net.sf.transjvm.jvm.SyntheticAttribute

public class SyntheticAttribute
extends Attribute


Constructor Summary
SyntheticAttribute()
           
 
Method Summary
 void writeData(ByteStream stream, ConstantPool pool)
          Write the data specific to this attribute.
 
Methods inherited from class net.sf.transjvm.jvm.Attribute
getName, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyntheticAttribute

public SyntheticAttribute()
Method Detail

writeData

public void writeData(ByteStream stream,
                      ConstantPool pool)
Description copied from class: Attribute
Write the data specific to this attribute.

Specified by:
writeData in class Attribute
Parameters:
stream - Stream to write to.
pool - ConstantPool for this class.


Copyright 2004-5, Mark Shannon