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