Class PmdSwiftParser
- java.lang.Object
-
- net.sourceforge.pmd.lang.ast.impl.antlr4.AntlrBaseParser<SwiftNode,SwiftParser.SwTopLevel>
-
- net.sourceforge.pmd.lang.swift.ast.PmdSwiftParser
-
- All Implemented Interfaces:
net.sourceforge.pmd.lang.ast.Parser
public final class PmdSwiftParser extends net.sourceforge.pmd.lang.ast.impl.antlr4.AntlrBaseParser<SwiftNode,SwiftParser.SwTopLevel>
Adapter for the SwiftParser.
-
-
Constructor Summary
Constructors Constructor Description PmdSwiftParser()
-
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 SwiftParser.SwTopLevel
parse(org.antlr.v4.runtime.Lexer lexer, net.sourceforge.pmd.lang.ast.Parser.ParserTask task)
-
-
-
Method Detail
-
parse
protected SwiftParser.SwTopLevel 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<SwiftNode,SwiftParser.SwTopLevel>
-
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<SwiftNode,SwiftParser.SwTopLevel>
-
-