org.python.compiler
Class APIVersion

java.lang.Object
  extended byorg.python.compiler.Attribute
      extended byorg.python.compiler.APIVersion

public class APIVersion
extends Attribute


Constructor Summary
APIVersion(int version, ConstantPool pool)
           
 
Method Summary
 void write(DataOutputStream stream)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

APIVersion

public APIVersion(int version,
                  ConstantPool pool)
           throws IOException
Method Detail

write

public void write(DataOutputStream stream)
           throws IOException
Specified by:
write in class Attribute
Throws:
IOException