Class Semanticize.LookaheadChecker

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void action​(Expansion e)
      When a node is visited, this method is invoked with the node as parameter.
      boolean goDeeper​(Expansion e)
      When called at a particular node, this specifies to the tree walker if it should visit more nodes under this node.
      (package private) static boolean implicitLA​(Expansion exp)  
      • Methods inherited from class java.lang.Object

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

    • Constructor Detail

      • LookaheadChecker

        private LookaheadChecker​(Semanticize semanticize)
    • Method Detail

      • goDeeper

        public boolean goDeeper​(Expansion e)
        Description copied from interface: TreeWalkerOp
        When called at a particular node, this specifies to the tree walker if it should visit more nodes under this node.
        Specified by:
        goDeeper in interface TreeWalkerOp
      • action

        public void action​(Expansion e)
        Description copied from interface: TreeWalkerOp
        When a node is visited, this method is invoked with the node as parameter.
        Specified by:
        action in interface TreeWalkerOp
      • implicitLA

        static boolean implicitLA​(Expansion exp)