Interface AntlrContextProcessor<R extends org.antlr.v4.runtime.ParserRuleContext>
- Type Parameters:
R- type of the parser rule context to be processed
- All Known Subinterfaces:
ChSqlContextProcessor,SqlContextProcessor,TSqlContextProcessor
- All Known Implementing Classes:
ChSQLOverridesListener,CustomChSQLParserListener,CustomSQLParserListener,CustomTSQLParserListener,SQLOverridesListener,TSQLOverridesListener,VerificationParserListener
public interface AntlrContextProcessor<R extends org.antlr.v4.runtime.ParserRuleContext>
Interface for processing ANTLR parser rule contexts with token streams
-
Method Summary
-
Method Details
-
process
Processes the ANTLR parser rule context with the given token stream- Parameters:
rootCtx- the root parser rule context to processstream- the token stream associated with the context
-