Class Semanticize.LookaheadChecker

java.lang.Object
org.javacc.parser.Semanticize.LookaheadChecker
All Implemented Interfaces:
TreeWalkerOp
Enclosing class:
Semanticize

private static class Semanticize.LookaheadChecker extends Object implements TreeWalkerOp
  • Field Details

  • Constructor Details

    • LookaheadChecker

      private LookaheadChecker(Semanticize semanticize)
  • Method Details

    • 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)