Package org.yecht

Class NullNodeHandler

  • All Implemented Interfaces:
    NodeHandler

    public class NullNodeHandler
    extends java.lang.Object
    implements NodeHandler
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private long current  
    • Constructor Summary

      Constructors 
      Constructor Description
      NullNodeHandler()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object handle​(Parser p, Node n)  
      • Methods inherited from class java.lang.Object

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

      • current

        private long current
    • Constructor Detail

      • NullNodeHandler

        public NullNodeHandler()