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

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

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

    • asString

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