Class VtlParser

  • All Implemented Interfaces:
    net.sourceforge.pmd.lang.ast.Parser

    public class VtlParser
    extends net.sourceforge.pmd.lang.ast.impl.javacc.JjtreeParserAdapter<ASTTemplate>
    Adapter for the VtlParser.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface net.sourceforge.pmd.lang.ast.Parser

        net.sourceforge.pmd.lang.ast.Parser.ParserTask
    • Constructor Summary

      Constructors 
      Constructor Description
      VtlParser()  
    • Constructor Detail

      • VtlParser

        public VtlParser()
    • Method Detail

      • tokenBehavior

        protected net.sourceforge.pmd.lang.ast.impl.javacc.JavaccTokenDocument.TokenDocumentBehavior tokenBehavior()
        Specified by:
        tokenBehavior in class net.sourceforge.pmd.lang.ast.impl.javacc.JjtreeParserAdapter<ASTTemplate>
      • parseImpl

        protected ASTTemplate parseImpl​(net.sourceforge.pmd.lang.ast.impl.javacc.CharStream cs,
                                        net.sourceforge.pmd.lang.ast.Parser.ParserTask task)
                                 throws net.sourceforge.pmd.lang.ast.ParseException
        Specified by:
        parseImpl in class net.sourceforge.pmd.lang.ast.impl.javacc.JjtreeParserAdapter<ASTTemplate>
        Throws:
        net.sourceforge.pmd.lang.ast.ParseException