Class Parser.StateMgr

  • Enclosing class:
    Parser

    protected static class Parser.StateMgr
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected StateMgr()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void comment()  
      void comment​(int returnTo)  
      void newLine()  
      • Methods inherited from class java.lang.Object

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

      • state

        public int state
      • returnState

        public int returnState
      • line

        public int line
      • unicode

        public int unicode
    • Constructor Detail

      • StateMgr

        protected StateMgr()
    • Method Detail

      • newLine

        public void newLine()
      • comment

        public void comment​(int returnTo)
      • comment

        public void comment()