de.hillenbrand.jedi.parser
Class ASTCompilationUnit
java.lang.Object
de.hillenbrand.jedi.parser.SimpleNode
de.hillenbrand.jedi.parser.ASTCompilationUnit
- All Implemented Interfaces:
- Node
- public class ASTCompilationUnit
- extends SimpleNode
Methods inherited from class de.hillenbrand.jedi.parser.SimpleNode |
dump, getJavaDoc, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ASTCompilationUnit
public ASTCompilationUnit(int id)
ASTCompilationUnit
public ASTCompilationUnit(JavaParser p,
int id)
getClasses
public java.util.Vector getClasses()
getFilename
public java.lang.String getFilename()
getImports
public java.util.Vector getImports()
getInterfaces
public java.util.Vector getInterfaces()
getPackagename
public java.lang.String getPackagename()
print
public void print()
setFilename
public void setFilename(java.lang.String s)