public interface Operator extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getIdentifier()
Returns the operator's string identirifer.
|
Value.Type |
getOperandValueType()
Returns the type of value that the operator's operands can have.
|
String getIdentifier()
Value.Type getOperandValueType()