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:
Parser
Adapter for the KotlinParser.
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.sourceforge.pmd.lang.ast.Parser
Parser.ParserTask -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.antlr.v4.runtime.LexergetLexer(org.antlr.v4.runtime.CharStream source) protected KotlinParser.KtKotlinFileparse(org.antlr.v4.runtime.Lexer lexer, Parser.ParserTask task) Methods inherited from class net.sourceforge.pmd.lang.ast.impl.antlr4.AntlrBaseParser
parse
-
Constructor Details
-
PmdKotlinParser
public PmdKotlinParser()
-
-
Method Details
-
parse
- Specified by:
parsein classAntlrBaseParser<KotlinNode,KotlinParser.KtKotlinFile>
-
getLexer
protected org.antlr.v4.runtime.Lexer getLexer(org.antlr.v4.runtime.CharStream source) - Specified by:
getLexerin classAntlrBaseParser<KotlinNode,KotlinParser.KtKotlinFile>
-