org.python.compiler
Class SourceFile

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

public class SourceFile
extends Attribute


Constructor Summary
SourceFile(String name, 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

SourceFile

public SourceFile(String name,
                  ConstantPool pool)
           throws IOException
Method Detail

write

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