Class JJTVfParserState


  • public class JJTVfParserState
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clearNodeScope​(net.sourceforge.pmd.lang.ast.Node n)  
      void closeNodeScope​(net.sourceforge.pmd.lang.ast.Node n, boolean condition)  
      void closeNodeScope​(net.sourceforge.pmd.lang.ast.Node n, int num)  
      int nodeArity()  
      boolean nodeCreated()  
      void openNodeScope​(net.sourceforge.pmd.lang.ast.Node n)  
      net.sourceforge.pmd.lang.ast.Node peekNode()  
      net.sourceforge.pmd.lang.ast.Node popNode()  
      void pushNode​(net.sourceforge.pmd.lang.ast.Node n)  
      void reset()  
      net.sourceforge.pmd.lang.ast.Node rootNode()  
      • Methods inherited from class java.lang.Object

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

      • JJTVfParserState

        public JJTVfParserState()
    • Method Detail

      • nodeCreated

        public boolean nodeCreated()
      • reset

        public void reset()
      • rootNode

        public net.sourceforge.pmd.lang.ast.Node rootNode()
      • pushNode

        public void pushNode​(net.sourceforge.pmd.lang.ast.Node n)
      • popNode

        public net.sourceforge.pmd.lang.ast.Node popNode()
      • peekNode

        public net.sourceforge.pmd.lang.ast.Node peekNode()
      • nodeArity

        public int nodeArity()
      • clearNodeScope

        public void clearNodeScope​(net.sourceforge.pmd.lang.ast.Node n)
      • openNodeScope

        public void openNodeScope​(net.sourceforge.pmd.lang.ast.Node n)
      • closeNodeScope

        public void closeNodeScope​(net.sourceforge.pmd.lang.ast.Node n,
                                   int num)
      • closeNodeScope

        public void closeNodeScope​(net.sourceforge.pmd.lang.ast.Node n,
                                   boolean condition)