Class PmdKotlinParser
- java.lang.Object
-
- net.sourceforge.pmd.lang.ast.impl.antlr4.AntlrBaseParser<KotlinNode,KotlinParser.KtKotlinFile>
-
- net.sourceforge.pmd.lang.kotlin.ast.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 Summary
Constructors Constructor Description PmdKotlinParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.antlr.v4.runtime.Lexer
getLexer(org.antlr.v4.runtime.CharStream source)
protected KotlinParser.KtKotlinFile
parse(org.antlr.v4.runtime.Lexer lexer, net.sourceforge.pmd.lang.ast.Parser.ParserTask task)
-
-
-
Method Detail
-
parse
protected KotlinParser.KtKotlinFile parse(org.antlr.v4.runtime.Lexer lexer, net.sourceforge.pmd.lang.ast.Parser.ParserTask task)
- Specified by:
parse
in classnet.sourceforge.pmd.lang.ast.impl.antlr4.AntlrBaseParser<KotlinNode,KotlinParser.KtKotlinFile>
-
getLexer
protected org.antlr.v4.runtime.Lexer getLexer(org.antlr.v4.runtime.CharStream source)
- Specified by:
getLexer
in classnet.sourceforge.pmd.lang.ast.impl.antlr4.AntlrBaseParser<KotlinNode,KotlinParser.KtKotlinFile>
-
-