public class Expression extends Object
| Constructor | Description |
|---|---|
Expression(Operand[] operands,
OperationType[] operationTypes) |
| Modifier and Type | Method | Description |
|---|---|---|
Operand |
evaluateExpression() |
|
Operand[] |
getOperands() |
|
OperationType[] |
getOperationTypes() |
public Expression(Operand[] operands, OperationType[] operationTypes)
public Operand[] getOperands()
public OperationType[] getOperationTypes()
public Operand evaluateExpression()
Copyright © 2017–2020 Holisticon AG. All rights reserved.