Interface Operator
- All Known Subinterfaces:
Operator.Simple
Represents an operator that can be specified in a command.
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
An operator that can operate on two numbers and return a number. -
Method Summary
-
Method Details
-
asString
String asString()The string representation of this operator- Returns:
- The representation
-