public class Operators
extends java.lang.Object
| Constructor | Description |
|---|---|
Operators() |
Creates a new Operators object with the default set of operators.
|
| Modifier and Type | Method | Description |
|---|---|---|
Operator |
getOperator(java.lang.String operatorName) |
Returns the operator for the given operator name.
|
public Operators()
public Operator getOperator(java.lang.String operatorName)
operatorName - the operator nameCopyright © 2002–2018. All rights reserved.