public class UnaryOperation extends ExpressionStatement
| Constructor and Description |
|---|
UnaryOperation(OperatorType type,
ExpressionStatement expressionStatement) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(GoloIrVisitor visitor) |
ExpressionStatement |
getExpressionStatement() |
OperatorType |
getType() |
getASTNode, getPositionInSourceCode, hasASTNode, setASTNodepublic UnaryOperation(OperatorType type, ExpressionStatement expressionStatement)
public ExpressionStatement getExpressionStatement()
public OperatorType getType()
public void accept(GoloIrVisitor visitor)
accept in class GoloStatementCopyright © 2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon). All Rights Reserved.