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