joosc
Class ClassFile

java.lang.Object
  extended byjoosc.ClassFile

public class ClassFile
extends java.lang.Object

ClassFile - Represents a given classfile. Used for multifile program compilation.

History:


Constructor Summary
ClassFile(java.lang.String name, Node ast)
          Defines a ClassFile with a specific name and an AST tree.
 
Method Summary
 Node getAst()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassFile

public ClassFile(java.lang.String name,
                 Node ast)
Defines a ClassFile with a specific name and an AST tree.

Method Detail

getAst

public Node getAst()

getName

public java.lang.String getName()