public class ASTCompilationUnit extends GoloASTNode
children, firstToken, id, lastToken, parent, parser, value
Constructor and Description |
---|
ASTCompilationUnit(GoloParser p,
int id) |
ASTCompilationUnit(int id) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFilename() |
java.lang.Object |
jjtAccept(GoloParserVisitor visitor,
java.lang.Object data)
Accept the visitor.
|
void |
setFilename(java.lang.String filename) |
getColumnInSourceCode, getDocumentation, getLineInSourceCode, getPositionInSourceCode, setDocumentation
childrenAccept, dump, getId, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toString, toString
public ASTCompilationUnit(int id)
public ASTCompilationUnit(GoloParser p, int id)
public java.lang.String getFilename()
public void setFilename(java.lang.String filename)
public java.lang.Object jjtAccept(GoloParserVisitor visitor, java.lang.Object data)
SimpleNode
jjtAccept
in interface Node
jjtAccept
in class GoloASTNode