public abstract class AbstractOperation extends Object implements Expression
Expression. An operation has an operator
and one or more operands.| Constructor and Description |
|---|
AbstractOperation(String operator) |
| Modifier and Type | Method and Description |
|---|---|
String |
getOperatorString()
A string representation of the operator
|
Copyright © 2015–2022 The Apache Software Foundation. All rights reserved.