public class ASTUnaryExpression extends GoloASTNode
children, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
ASTUnaryExpression(GoloParser p,
int id) |
ASTUnaryExpression(int id) |
| Modifier and Type | Method and Description |
|---|---|
String |
getOperator() |
Object |
jjtAccept(GoloParserVisitor visitor,
Object data)
Accept the visitor.
|
void |
setOperator(String operator) |
getColumnInSourceCode, getDocumentation, getIrElement, getLineInSourceCode, setDocumentation, setIrElementchildrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toString, toStringpublic ASTUnaryExpression(int id)
public ASTUnaryExpression(GoloParser p, int id)
public String getOperator()
public void setOperator(String operator)
public Object jjtAccept(GoloParserVisitor visitor, Object data)
SimpleNodejjtAccept in interface NodejjtAccept in class GoloASTNodeCopyright © 2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon). All Rights Reserved.