Class Parser.Operator

  • All Implemented Interfaces:
    java.lang.CharSequence
    Enclosing class:
    Parser

    public static class Parser.Operator
    extends Parser.Executable
    • Constructor Summary

      Constructors 
      Constructor Description
      Operator​(Token cs)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.lang.CharSequence

        chars, codePoints
    • Constructor Detail

      • Operator

        public Operator​(Token cs)