Class MacroProcessor.ParseResult

  • Enclosing class:
    MacroProcessor

    public class MacroProcessor.ParseResult
    extends java.lang.Object
    A description of an attempted command parse.
    • Constructor Summary

      Constructors 
      Constructor Description
      ParseResult​(java.lang.String sel, int stop)
      Create a parse result.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ParseResult

        public ParseResult​(java.lang.String sel,
                           int stop)
        Create a parse result.
        Parameters:
        sel - the selected string
        stop - the stopping position