public class RockerParserBaseListener extends Object implements RockerParserListener
RockerParserListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
RockerParserBaseListener() |
public void enterTemplate(RockerParser.TemplateContext ctx)
RockerParser.template().
The default implementation does nothing.
enterTemplate in interface RockerParserListenerctx - the parse treepublic void exitTemplate(RockerParser.TemplateContext ctx)
RockerParser.template().
The default implementation does nothing.
exitTemplate in interface RockerParserListenerctx - the parse treepublic void enterPlain(RockerParser.PlainContext ctx)
RockerParser.plain().
The default implementation does nothing.
enterPlain in interface RockerParserListenerctx - the parse treepublic void exitPlain(RockerParser.PlainContext ctx)
RockerParser.plain().
The default implementation does nothing.
exitPlain in interface RockerParserListenerctx - the parse treepublic void enterPlainBlock(RockerParser.PlainBlockContext ctx)
RockerParser.plainBlock().
The default implementation does nothing.
enterPlainBlock in interface RockerParserListenerctx - the parse treepublic void exitPlainBlock(RockerParser.PlainBlockContext ctx)
RockerParser.plainBlock().
The default implementation does nothing.
exitPlainBlock in interface RockerParserListenerctx - the parse treepublic void enterPlainElseIfBlock(RockerParser.PlainElseIfBlockContext ctx)
RockerParser.plainElseIfBlock().
The default implementation does nothing.
enterPlainElseIfBlock in interface RockerParserListenerctx - the parse treepublic void exitPlainElseIfBlock(RockerParser.PlainElseIfBlockContext ctx)
RockerParser.plainElseIfBlock().
The default implementation does nothing.
exitPlainElseIfBlock in interface RockerParserListenerctx - the parse treepublic void enterPlainElseBlock(RockerParser.PlainElseBlockContext ctx)
RockerParser.plainElseBlock().
The default implementation does nothing.
enterPlainElseBlock in interface RockerParserListenerctx - the parse treepublic void exitPlainElseBlock(RockerParser.PlainElseBlockContext ctx)
RockerParser.plainElseBlock().
The default implementation does nothing.
exitPlainElseBlock in interface RockerParserListenerctx - the parse treepublic void enterComment(RockerParser.CommentContext ctx)
RockerParser.comment().
The default implementation does nothing.
enterComment in interface RockerParserListenerctx - the parse treepublic void exitComment(RockerParser.CommentContext ctx)
RockerParser.comment().
The default implementation does nothing.
exitComment in interface RockerParserListenerctx - the parse treepublic void enterImportDeclaration(RockerParser.ImportDeclarationContext ctx)
RockerParser.importDeclaration().
The default implementation does nothing.
enterImportDeclaration in interface RockerParserListenerctx - the parse treepublic void exitImportDeclaration(RockerParser.ImportDeclarationContext ctx)
RockerParser.importDeclaration().
The default implementation does nothing.
exitImportDeclaration in interface RockerParserListenerctx - the parse treepublic void enterImportStatement(RockerParser.ImportStatementContext ctx)
RockerParser.importStatement().
The default implementation does nothing.
enterImportStatement in interface RockerParserListenerctx - the parse treepublic void exitImportStatement(RockerParser.ImportStatementContext ctx)
RockerParser.importStatement().
The default implementation does nothing.
exitImportStatement in interface RockerParserListenerctx - the parse treepublic void enterOptionDeclaration(RockerParser.OptionDeclarationContext ctx)
RockerParser.optionDeclaration().
The default implementation does nothing.
enterOptionDeclaration in interface RockerParserListenerctx - the parse treepublic void exitOptionDeclaration(RockerParser.OptionDeclarationContext ctx)
RockerParser.optionDeclaration().
The default implementation does nothing.
exitOptionDeclaration in interface RockerParserListenerctx - the parse treepublic void enterOptionStatement(RockerParser.OptionStatementContext ctx)
RockerParser.optionStatement().
The default implementation does nothing.
enterOptionStatement in interface RockerParserListenerctx - the parse treepublic void exitOptionStatement(RockerParser.OptionStatementContext ctx)
RockerParser.optionStatement().
The default implementation does nothing.
exitOptionStatement in interface RockerParserListenerctx - the parse treepublic void enterArgumentsDeclaration(RockerParser.ArgumentsDeclarationContext ctx)
RockerParser.argumentsDeclaration().
The default implementation does nothing.
enterArgumentsDeclaration in interface RockerParserListenerctx - the parse treepublic void exitArgumentsDeclaration(RockerParser.ArgumentsDeclarationContext ctx)
RockerParser.argumentsDeclaration().
The default implementation does nothing.
exitArgumentsDeclaration in interface RockerParserListenerctx - the parse treepublic void enterArgumentsStatement(RockerParser.ArgumentsStatementContext ctx)
RockerParser.argumentsStatement().
The default implementation does nothing.
enterArgumentsStatement in interface RockerParserListenerctx - the parse treepublic void exitArgumentsStatement(RockerParser.ArgumentsStatementContext ctx)
RockerParser.argumentsStatement().
The default implementation does nothing.
exitArgumentsStatement in interface RockerParserListenerctx - the parse treepublic void enterTemplateContent(RockerParser.TemplateContentContext ctx)
RockerParser.templateContent().
The default implementation does nothing.
enterTemplateContent in interface RockerParserListenerctx - the parse treepublic void exitTemplateContent(RockerParser.TemplateContentContext ctx)
RockerParser.templateContent().
The default implementation does nothing.
exitTemplateContent in interface RockerParserListenerctx - the parse treepublic void enterBlock(RockerParser.BlockContext ctx)
RockerParser.block().
The default implementation does nothing.
enterBlock in interface RockerParserListenerctx - the parse treepublic void exitBlock(RockerParser.BlockContext ctx)
RockerParser.block().
The default implementation does nothing.
exitBlock in interface RockerParserListenerctx - the parse treepublic void enterIfBlock(RockerParser.IfBlockContext ctx)
RockerParser.ifBlock().
The default implementation does nothing.
enterIfBlock in interface RockerParserListenerctx - the parse treepublic void exitIfBlock(RockerParser.IfBlockContext ctx)
RockerParser.ifBlock().
The default implementation does nothing.
exitIfBlock in interface RockerParserListenerctx - the parse treepublic void enterIfElseIfBlock(RockerParser.IfElseIfBlockContext ctx)
RockerParser.ifElseIfBlock().
The default implementation does nothing.
enterIfElseIfBlock in interface RockerParserListenerctx - the parse treepublic void exitIfElseIfBlock(RockerParser.IfElseIfBlockContext ctx)
RockerParser.ifElseIfBlock().
The default implementation does nothing.
exitIfElseIfBlock in interface RockerParserListenerctx - the parse treepublic void enterIfElseBlock(RockerParser.IfElseBlockContext ctx)
RockerParser.ifElseBlock().
The default implementation does nothing.
enterIfElseBlock in interface RockerParserListenerctx - the parse treepublic void exitIfElseBlock(RockerParser.IfElseBlockContext ctx)
RockerParser.ifElseBlock().
The default implementation does nothing.
exitIfElseBlock in interface RockerParserListenerctx - the parse treepublic void enterForBlock(RockerParser.ForBlockContext ctx)
RockerParser.forBlock().
The default implementation does nothing.
enterForBlock in interface RockerParserListenerctx - the parse treepublic void exitForBlock(RockerParser.ForBlockContext ctx)
RockerParser.forBlock().
The default implementation does nothing.
exitForBlock in interface RockerParserListenerctx - the parse treepublic void enterWithBlock(RockerParser.WithBlockContext ctx)
RockerParser.withBlock().
The default implementation does nothing.
enterWithBlock in interface RockerParserListenerctx - the parse treepublic void exitWithBlock(RockerParser.WithBlockContext ctx)
RockerParser.withBlock().
The default implementation does nothing.
exitWithBlock in interface RockerParserListenerctx - the parse treepublic void enterWithElseBlock(RockerParser.WithElseBlockContext ctx)
RockerParser.withElseBlock().
The default implementation does nothing.
enterWithElseBlock in interface RockerParserListenerctx - the parse treepublic void exitWithElseBlock(RockerParser.WithElseBlockContext ctx)
RockerParser.withElseBlock().
The default implementation does nothing.
exitWithElseBlock in interface RockerParserListenerctx - the parse treepublic void enterContentClosure(RockerParser.ContentClosureContext ctx)
RockerParser.contentClosure().
The default implementation does nothing.
enterContentClosure in interface RockerParserListenerctx - the parse treepublic void exitContentClosure(RockerParser.ContentClosureContext ctx)
RockerParser.contentClosure().
The default implementation does nothing.
exitContentClosure in interface RockerParserListenerctx - the parse treepublic void enterContentClosureExpression(RockerParser.ContentClosureExpressionContext ctx)
RockerParser.contentClosureExpression().
The default implementation does nothing.
enterContentClosureExpression in interface RockerParserListenerctx - the parse treepublic void exitContentClosureExpression(RockerParser.ContentClosureExpressionContext ctx)
RockerParser.contentClosureExpression().
The default implementation does nothing.
exitContentClosureExpression in interface RockerParserListenerctx - the parse treepublic void enterValueClosure(RockerParser.ValueClosureContext ctx)
RockerParser.valueClosure().
The default implementation does nothing.
enterValueClosure in interface RockerParserListenerctx - the parse treepublic void exitValueClosure(RockerParser.ValueClosureContext ctx)
RockerParser.valueClosure().
The default implementation does nothing.
exitValueClosure in interface RockerParserListenerctx - the parse treepublic void enterValueClosureExpression(RockerParser.ValueClosureExpressionContext ctx)
RockerParser.valueClosureExpression().
The default implementation does nothing.
enterValueClosureExpression in interface RockerParserListenerctx - the parse treepublic void exitValueClosureExpression(RockerParser.ValueClosureExpressionContext ctx)
RockerParser.valueClosureExpression().
The default implementation does nothing.
exitValueClosureExpression in interface RockerParserListenerctx - the parse treepublic void enterValue(RockerParser.ValueContext ctx)
RockerParser.value().
The default implementation does nothing.
enterValue in interface RockerParserListenerctx - the parse treepublic void exitValue(RockerParser.ValueContext ctx)
RockerParser.value().
The default implementation does nothing.
exitValue in interface RockerParserListenerctx - the parse treepublic void enterValueExpression(RockerParser.ValueExpressionContext ctx)
RockerParser.valueExpression().
The default implementation does nothing.
enterValueExpression in interface RockerParserListenerctx - the parse treepublic void exitValueExpression(RockerParser.ValueExpressionContext ctx)
RockerParser.valueExpression().
The default implementation does nothing.
exitValueExpression in interface RockerParserListenerctx - the parse treepublic void enterNullTernary(RockerParser.NullTernaryContext ctx)
RockerParser.nullTernary().
The default implementation does nothing.
enterNullTernary in interface RockerParserListenerctx - the parse treepublic void exitNullTernary(RockerParser.NullTernaryContext ctx)
RockerParser.nullTernary().
The default implementation does nothing.
exitNullTernary in interface RockerParserListenerctx - the parse treepublic void enterNullTernaryExpression(RockerParser.NullTernaryExpressionContext ctx)
RockerParser.nullTernaryExpression().
The default implementation does nothing.
enterNullTernaryExpression in interface RockerParserListenerctx - the parse treepublic void exitNullTernaryExpression(RockerParser.NullTernaryExpressionContext ctx)
RockerParser.nullTernaryExpression().
The default implementation does nothing.
exitNullTernaryExpression in interface RockerParserListenerctx - the parse treepublic void enterEval(RockerParser.EvalContext ctx)
RockerParser.eval().
The default implementation does nothing.
enterEval in interface RockerParserListenerctx - the parse treepublic void exitEval(RockerParser.EvalContext ctx)
RockerParser.eval().
The default implementation does nothing.
exitEval in interface RockerParserListenerctx - the parse treepublic void enterEvalExpression(RockerParser.EvalExpressionContext ctx)
RockerParser.evalExpression().
The default implementation does nothing.
enterEvalExpression in interface RockerParserListenerctx - the parse treepublic void exitEvalExpression(RockerParser.EvalExpressionContext ctx)
RockerParser.evalExpression().
The default implementation does nothing.
exitEvalExpression in interface RockerParserListenerctx - the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListenerCopyright © 2016–2020 Fizzed, Inc. All rights reserved.