All Known Subinterfaces:
Operator.Simple

@CatalogedBy(Operators.class) public interface Operator
Represents an operator that can be specified in a command.
See Also:
  • Nested Class Summary Link icon

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    An operator that can operate on two numbers and return a number.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    The string representation of this operator
  • Method Details Link icon

    • asString Link icon

      String asString()
      The string representation of this operator
      Returns:
      The representation