Class Parser

    • Constructor Summary

      Constructors 
      Constructor Description
      Parser()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected int eatWhite​(java.lang.CharSequence s)  
      java.lang.CharSequence getRemaining()  
      protected boolean icmp​(char c, char l)  
      abstract boolean parse​(java.lang.CharSequence s)  
      protected void setRemaining​(java.lang.CharSequence r)  
      • Methods inherited from class java.lang.Object

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

      • Parser

        public Parser()
    • Method Detail

      • parse

        public abstract boolean parse​(java.lang.CharSequence s)
      • getRemaining

        public java.lang.CharSequence getRemaining()
      • setRemaining

        protected void setRemaining​(java.lang.CharSequence r)
      • eatWhite

        protected int eatWhite​(java.lang.CharSequence s)
      • icmp

        protected boolean icmp​(char c,
                               char l)