Package de.jplag.cpp
Class CPPParserAdapter
The adapter for the ANTLR-based parser of this language module.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.antlr.v4.runtime.LexercreateLexer(org.antlr.v4.runtime.CharStream input) protected CPP14ParsercreateParser(org.antlr.v4.runtime.CommonTokenStream tokenStream) protected org.antlr.v4.runtime.ParserRuleContextgetEntryContext(CPP14Parser parser) protected AbstractAntlrListenerMethods inherited from class de.jplag.antlr.AbstractAntlrParserAdapter
parse
-
Constructor Details
-
CPPParserAdapter
public CPPParserAdapter()
-
-
Method Details
-
createLexer
protected org.antlr.v4.runtime.Lexer createLexer(org.antlr.v4.runtime.CharStream input) - Specified by:
createLexerin classAbstractAntlrParserAdapter<CPP14Parser>
-
createParser
- Specified by:
createParserin classAbstractAntlrParserAdapter<CPP14Parser>
-
getEntryContext
- Specified by:
getEntryContextin classAbstractAntlrParserAdapter<CPP14Parser>
-
getListener
- Specified by:
getListenerin classAbstractAntlrParserAdapter<CPP14Parser>
-