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