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