public class Expression
extends java.lang.Object
| Constructor and Description |
|---|
Expression(Operand[] operands,
OperationType[] operationTypes) |
| Modifier and Type | Method and Description |
|---|---|
Operand |
evaluateExpression() |
Operand[] |
getOperands() |
OperationType[] |
getOperationTypes() |
public Expression(Operand[] operands, OperationType[] operationTypes)
public Operand[] getOperands()
public OperationType[] getOperationTypes()
public Operand evaluateExpression()
Copyright © 2017-2018 Holisticon AG. All Rights Reserved.