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
public final class PmdKotlinParser extends AntlrBaseParser<KotlinNode,KotlinParser.KtKotlinFile>
Adapter for the KotlinParser. 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface net.sourceforge.pmd.lang.ast.Parser
Parser.ParserTask 
 - 
 
- 
Constructor Summary
Constructors Constructor Description PmdKotlinParser() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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 
 - 
 
 - 
 
- 
- 
Method Detail
- 
parse
protected KotlinParser.KtKotlinFile parse(org.antlr.v4.runtime.Lexer lexer, Parser.ParserTask task)
- 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>
 
 - 
 
 -