Class PmdKotlinParser

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

    public final class PmdKotlinParser
    extends net.sourceforge.pmd.lang.ast.impl.antlr4.AntlrBaseParser<KotlinNode,​KotlinParser.KtKotlinFile>
    Adapter for the KotlinParser.
    • Constructor Detail

      • PmdKotlinParser

        public PmdKotlinParser()
    • Method Detail

      • getLexer

        protected org.antlr.v4.runtime.Lexer getLexer​(org.antlr.v4.runtime.CharStream source)
        Specified by:
        getLexer in class net.sourceforge.pmd.lang.ast.impl.antlr4.AntlrBaseParser<KotlinNode,​KotlinParser.KtKotlinFile>