Package de.jplag.python3
Class PythonParserAdapter
-
Field Summary
Fields inherited from class de.jplag.AbstractParser
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.antlr.v4.runtime.LexercreateLexer(org.antlr.v4.runtime.CharStream input) protected Python3ParsercreateParser(org.antlr.v4.runtime.CommonTokenStream tokenStream) protected org.antlr.v4.runtime.ParserRuleContextgetEntryContext(Python3Parser parser) protected AbstractAntlrListenerMethods inherited from class de.jplag.antlr.AbstractAntlrParserAdapter
parse
-
Constructor Details
-
PythonParserAdapter
public PythonParserAdapter()
-
-
Method Details
-
createLexer
protected org.antlr.v4.runtime.Lexer createLexer(org.antlr.v4.runtime.CharStream input) - Specified by:
createLexerin classAbstractAntlrParserAdapter<Python3Parser>
-
createParser
- Specified by:
createParserin classAbstractAntlrParserAdapter<Python3Parser>
-
getEntryContext
- Specified by:
getEntryContextin classAbstractAntlrParserAdapter<Python3Parser>
-
getListener
- Specified by:
getListenerin classAbstractAntlrParserAdapter<Python3Parser>
-