Class AbstractVmNode

    • Field Detail

      • parser

        protected VmParser parser
        Deprecated.
      • info

        protected int info
        Deprecated.
      • state

        public boolean state
        Deprecated.
      • invalid

        protected boolean invalid
        Deprecated.
      • first

        protected Token first
        Deprecated.
      • last

        protected Token last
        Deprecated.
      • templateName

        protected String templateName
        Deprecated.
    • Constructor Detail

      • AbstractVmNode

        public AbstractVmNode​(int i)
        Deprecated.
        Parameters:
        i -
      • AbstractVmNode

        public AbstractVmNode​(VmParser p,
                              int i)
        Deprecated.
        Parameters:
        p -
        i -
    • Method Detail

      • getFirstToken

        public Token getFirstToken()
        Deprecated.
      • getLastToken

        public Token getLastToken()
        Deprecated.
      • dump

        @Deprecated
        public void dump​(String prefix,
                         boolean recurse,
                         Writer writer)
        Deprecated.
        This method will be removed with PMD 7. The rule designer is a better way to inspect nodes.
        Override this method if you want to customize how the node dumps out its children.
        Parameters:
        prefix -
      • literal

        public String literal()
        Deprecated.
      • getType

        public int getType()
        Deprecated.
      • setInfo

        public void setInfo​(int info)
        Deprecated.
      • getInfo

        public int getInfo()
        Deprecated.
      • setInvalid

        public void setInvalid()
        Deprecated.
      • isInvalid

        public boolean isInvalid()
        Deprecated.
      • getLine

        public int getLine()
        Deprecated.
      • getColumn

        public int getColumn()
        Deprecated.
      • getTemplateName

        public String getTemplateName()
        Deprecated.