public class FormCalcBaseListener extends Object implements FormCalcListener
FormCalcListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
FormCalcBaseListener() |
public void enterExpression(@NotNull
FormCalcParser.ExpressionContext ctx)
FormCalcParser.expression().
The default implementation does nothing.
enterExpression in interface FormCalcListenerctx - the parse treepublic void exitExpression(@NotNull
FormCalcParser.ExpressionContext ctx)
FormCalcParser.expression().
The default implementation does nothing.
exitExpression in interface FormCalcListenerctx - the parse treepublic void enterVariableDeclarator(@NotNull
FormCalcParser.VariableDeclaratorContext ctx)
FormCalcParser.variableDeclarator().
The default implementation does nothing.
enterVariableDeclarator in interface FormCalcListenerctx - the parse treepublic void exitVariableDeclarator(@NotNull
FormCalcParser.VariableDeclaratorContext ctx)
FormCalcParser.variableDeclarator().
The default implementation does nothing.
exitVariableDeclarator in interface FormCalcListenerctx - the parse treepublic void enterVariableDeclaratorId(@NotNull
FormCalcParser.VariableDeclaratorIdContext ctx)
FormCalcParser.variableDeclaratorId().
The default implementation does nothing.
enterVariableDeclaratorId in interface FormCalcListenerctx - the parse treepublic void exitVariableDeclaratorId(@NotNull
FormCalcParser.VariableDeclaratorIdContext ctx)
FormCalcParser.variableDeclaratorId().
The default implementation does nothing.
exitVariableDeclaratorId in interface FormCalcListenerctx - the parse treepublic void enterAssign(@NotNull
FormCalcParser.AssignContext ctx)
FormCalcParser.assign().
The default implementation does nothing.
enterAssign in interface FormCalcListenerctx - the parse treepublic void exitAssign(@NotNull
FormCalcParser.AssignContext ctx)
FormCalcParser.assign().
The default implementation does nothing.
exitAssign in interface FormCalcListenerctx - the parse treepublic void enterForDownToStatement(@NotNull
FormCalcParser.ForDownToStatementContext ctx)
FormCalcParser.forDownToStatement().
The default implementation does nothing.
enterForDownToStatement in interface FormCalcListenerctx - the parse treepublic void exitForDownToStatement(@NotNull
FormCalcParser.ForDownToStatementContext ctx)
FormCalcParser.forDownToStatement().
The default implementation does nothing.
exitForDownToStatement in interface FormCalcListenerctx - the parse treepublic void enterCompilationUnit(@NotNull
FormCalcParser.CompilationUnitContext ctx)
FormCalcParser.compilationUnit().
The default implementation does nothing.
enterCompilationUnit in interface FormCalcListenerctx - the parse treepublic void exitCompilationUnit(@NotNull
FormCalcParser.CompilationUnitContext ctx)
FormCalcParser.compilationUnit().
The default implementation does nothing.
exitCompilationUnit in interface FormCalcListenerctx - the parse treepublic void enterExpressionList(@NotNull
FormCalcParser.ExpressionListContext ctx)
FormCalcParser.expressionList().
The default implementation does nothing.
enterExpressionList in interface FormCalcListenerctx - the parse treepublic void exitExpressionList(@NotNull
FormCalcParser.ExpressionListContext ctx)
FormCalcParser.expressionList().
The default implementation does nothing.
exitExpressionList in interface FormCalcListenerctx - the parse treepublic void enterRelationalOperators(@NotNull
FormCalcParser.RelationalOperatorsContext ctx)
FormCalcParser.relationalOperators().
The default implementation does nothing.
enterRelationalOperators in interface FormCalcListenerctx - the parse treepublic void exitRelationalOperators(@NotNull
FormCalcParser.RelationalOperatorsContext ctx)
FormCalcParser.relationalOperators().
The default implementation does nothing.
exitRelationalOperators in interface FormCalcListenerctx - the parse treepublic void enterStatementExpression(@NotNull
FormCalcParser.StatementExpressionContext ctx)
FormCalcParser.statementExpression().
The default implementation does nothing.
enterStatementExpression in interface FormCalcListenerctx - the parse treepublic void exitStatementExpression(@NotNull
FormCalcParser.StatementExpressionContext ctx)
FormCalcParser.statementExpression().
The default implementation does nothing.
exitStatementExpression in interface FormCalcListenerctx - the parse treepublic void enterForUpToStatement(@NotNull
FormCalcParser.ForUpToStatementContext ctx)
FormCalcParser.forUpToStatement().
The default implementation does nothing.
enterForUpToStatement in interface FormCalcListenerctx - the parse treepublic void exitForUpToStatement(@NotNull
FormCalcParser.ForUpToStatementContext ctx)
FormCalcParser.forUpToStatement().
The default implementation does nothing.
exitForUpToStatement in interface FormCalcListenerctx - the parse treepublic void enterVariableInitializer(@NotNull
FormCalcParser.VariableInitializerContext ctx)
FormCalcParser.variableInitializer().
The default implementation does nothing.
enterVariableInitializer in interface FormCalcListenerctx - the parse treepublic void exitVariableInitializer(@NotNull
FormCalcParser.VariableInitializerContext ctx)
FormCalcParser.variableInitializer().
The default implementation does nothing.
exitVariableInitializer in interface FormCalcListenerctx - the parse treepublic void enterBlock(@NotNull
FormCalcParser.BlockContext ctx)
FormCalcParser.block().
The default implementation does nothing.
enterBlock in interface FormCalcListenerctx - the parse treepublic void exitBlock(@NotNull
FormCalcParser.BlockContext ctx)
FormCalcParser.block().
The default implementation does nothing.
exitBlock in interface FormCalcListenerctx - the parse treepublic void enterBlockStatement(@NotNull
FormCalcParser.BlockStatementContext ctx)
FormCalcParser.blockStatement().
The default implementation does nothing.
enterBlockStatement in interface FormCalcListenerctx - the parse treepublic void exitBlockStatement(@NotNull
FormCalcParser.BlockStatementContext ctx)
FormCalcParser.blockStatement().
The default implementation does nothing.
exitBlockStatement in interface FormCalcListenerctx - the parse treepublic void enterElseStatement(@NotNull
FormCalcParser.ElseStatementContext ctx)
FormCalcParser.elseStatement().
The default implementation does nothing.
enterElseStatement in interface FormCalcListenerctx - the parse treepublic void exitElseStatement(@NotNull
FormCalcParser.ElseStatementContext ctx)
FormCalcParser.elseStatement().
The default implementation does nothing.
exitElseStatement in interface FormCalcListenerctx - the parse treepublic void enterType(@NotNull
FormCalcParser.TypeContext ctx)
FormCalcParser.type().
The default implementation does nothing.
enterType in interface FormCalcListenerctx - the parse treepublic void exitType(@NotNull
FormCalcParser.TypeContext ctx)
FormCalcParser.type().
The default implementation does nothing.
exitType in interface FormCalcListenerctx - the parse treepublic void enterElseIfStatement(@NotNull
FormCalcParser.ElseIfStatementContext ctx)
FormCalcParser.elseIfStatement().
The default implementation does nothing.
enterElseIfStatement in interface FormCalcListenerctx - the parse treepublic void exitElseIfStatement(@NotNull
FormCalcParser.ElseIfStatementContext ctx)
FormCalcParser.elseIfStatement().
The default implementation does nothing.
exitElseIfStatement in interface FormCalcListenerctx - the parse treepublic void enterWildcardExpression(@NotNull
FormCalcParser.WildcardExpressionContext ctx)
FormCalcParser.wildcardExpression().
The default implementation does nothing.
enterWildcardExpression in interface FormCalcListenerctx - the parse treepublic void exitWildcardExpression(@NotNull
FormCalcParser.WildcardExpressionContext ctx)
FormCalcParser.wildcardExpression().
The default implementation does nothing.
exitWildcardExpression in interface FormCalcListenerctx - the parse treepublic void enterIntegerLiteral(@NotNull
FormCalcParser.IntegerLiteralContext ctx)
FormCalcParser.integerLiteral().
The default implementation does nothing.
enterIntegerLiteral in interface FormCalcListenerctx - the parse treepublic void exitIntegerLiteral(@NotNull
FormCalcParser.IntegerLiteralContext ctx)
FormCalcParser.integerLiteral().
The default implementation does nothing.
exitIntegerLiteral in interface FormCalcListenerctx - the parse treepublic void enterQualifiedNameList(@NotNull
FormCalcParser.QualifiedNameListContext ctx)
FormCalcParser.qualifiedNameList().
The default implementation does nothing.
enterQualifiedNameList in interface FormCalcListenerctx - the parse treepublic void exitQualifiedNameList(@NotNull
FormCalcParser.QualifiedNameListContext ctx)
FormCalcParser.qualifiedNameList().
The default implementation does nothing.
exitQualifiedNameList in interface FormCalcListenerctx - the parse treepublic void enterPrimary(@NotNull
FormCalcParser.PrimaryContext ctx)
FormCalcParser.primary().
The default implementation does nothing.
enterPrimary in interface FormCalcListenerctx - the parse treepublic void exitPrimary(@NotNull
FormCalcParser.PrimaryContext ctx)
FormCalcParser.primary().
The default implementation does nothing.
exitPrimary in interface FormCalcListenerctx - the parse treepublic void enterNullEqualityExpression(@NotNull
FormCalcParser.NullEqualityExpressionContext ctx)
FormCalcParser.nullEqualityExpression().
The default implementation does nothing.
enterNullEqualityExpression in interface FormCalcListenerctx - the parse treepublic void exitNullEqualityExpression(@NotNull
FormCalcParser.NullEqualityExpressionContext ctx)
FormCalcParser.nullEqualityExpression().
The default implementation does nothing.
exitNullEqualityExpression in interface FormCalcListenerctx - the parse treepublic void enterVariableModifier(@NotNull
FormCalcParser.VariableModifierContext ctx)
FormCalcParser.variableModifier().
The default implementation does nothing.
enterVariableModifier in interface FormCalcListenerctx - the parse treepublic void exitVariableModifier(@NotNull
FormCalcParser.VariableModifierContext ctx)
FormCalcParser.variableModifier().
The default implementation does nothing.
exitVariableModifier in interface FormCalcListenerctx - the parse treepublic void enterParExpression(@NotNull
FormCalcParser.ParExpressionContext ctx)
FormCalcParser.parExpression().
The default implementation does nothing.
enterParExpression in interface FormCalcListenerctx - the parse treepublic void exitParExpression(@NotNull
FormCalcParser.ParExpressionContext ctx)
FormCalcParser.parExpression().
The default implementation does nothing.
exitParExpression in interface FormCalcListenerctx - the parse treepublic void enterEqualityOperators(@NotNull
FormCalcParser.EqualityOperatorsContext ctx)
FormCalcParser.equalityOperators().
The default implementation does nothing.
enterEqualityOperators in interface FormCalcListenerctx - the parse treepublic void exitEqualityOperators(@NotNull
FormCalcParser.EqualityOperatorsContext ctx)
FormCalcParser.equalityOperators().
The default implementation does nothing.
exitEqualityOperators in interface FormCalcListenerctx - the parse treepublic void enterQualifiedName(@NotNull
FormCalcParser.QualifiedNameContext ctx)
FormCalcParser.qualifiedName().
The default implementation does nothing.
enterQualifiedName in interface FormCalcListenerctx - the parse treepublic void exitQualifiedName(@NotNull
FormCalcParser.QualifiedNameContext ctx)
FormCalcParser.qualifiedName().
The default implementation does nothing.
exitQualifiedName in interface FormCalcListenerctx - the parse treepublic void enterBooleanLiteral(@NotNull
FormCalcParser.BooleanLiteralContext ctx)
FormCalcParser.booleanLiteral().
The default implementation does nothing.
enterBooleanLiteral in interface FormCalcListenerctx - the parse treepublic void exitBooleanLiteral(@NotNull
FormCalcParser.BooleanLiteralContext ctx)
FormCalcParser.booleanLiteral().
The default implementation does nothing.
exitBooleanLiteral in interface FormCalcListenerctx - the parse treepublic void enterIfStatement(@NotNull
FormCalcParser.IfStatementContext ctx)
FormCalcParser.ifStatement().
The default implementation does nothing.
enterIfStatement in interface FormCalcListenerctx - the parse treepublic void exitIfStatement(@NotNull
FormCalcParser.IfStatementContext ctx)
FormCalcParser.ifStatement().
The default implementation does nothing.
exitIfStatement in interface FormCalcListenerctx - the parse treepublic void enterAndOperators(@NotNull
FormCalcParser.AndOperatorsContext ctx)
FormCalcParser.andOperators().
The default implementation does nothing.
enterAndOperators in interface FormCalcListenerctx - the parse treepublic void exitAndOperators(@NotNull
FormCalcParser.AndOperatorsContext ctx)
FormCalcParser.andOperators().
The default implementation does nothing.
exitAndOperators in interface FormCalcListenerctx - the parse treepublic void enterStatement(@NotNull
FormCalcParser.StatementContext ctx)
FormCalcParser.statement().
The default implementation does nothing.
enterStatement in interface FormCalcListenerctx - the parse treepublic void exitStatement(@NotNull
FormCalcParser.StatementContext ctx)
FormCalcParser.statement().
The default implementation does nothing.
exitStatement in interface FormCalcListenerctx - the parse treepublic void enterVariableAssign(@NotNull
FormCalcParser.VariableAssignContext ctx)
FormCalcParser.variableAssign().
The default implementation does nothing.
enterVariableAssign in interface FormCalcListenerctx - the parse treepublic void exitVariableAssign(@NotNull
FormCalcParser.VariableAssignContext ctx)
FormCalcParser.variableAssign().
The default implementation does nothing.
exitVariableAssign in interface FormCalcListenerctx - the parse treepublic void enterArguments(@NotNull
FormCalcParser.ArgumentsContext ctx)
FormCalcParser.arguments().
The default implementation does nothing.
enterArguments in interface FormCalcListenerctx - the parse treepublic void exitArguments(@NotNull
FormCalcParser.ArgumentsContext ctx)
FormCalcParser.arguments().
The default implementation does nothing.
exitArguments in interface FormCalcListenerctx - the parse treepublic void enterMethodBody(@NotNull
FormCalcParser.MethodBodyContext ctx)
FormCalcParser.methodBody().
The default implementation does nothing.
enterMethodBody in interface FormCalcListenerctx - the parse treepublic void exitMethodBody(@NotNull
FormCalcParser.MethodBodyContext ctx)
FormCalcParser.methodBody().
The default implementation does nothing.
exitMethodBody in interface FormCalcListenerctx - the parse treepublic void enterNumericOperators(@NotNull
FormCalcParser.NumericOperatorsContext ctx)
FormCalcParser.numericOperators().
The default implementation does nothing.
enterNumericOperators in interface FormCalcListenerctx - the parse treepublic void exitNumericOperators(@NotNull
FormCalcParser.NumericOperatorsContext ctx)
FormCalcParser.numericOperators().
The default implementation does nothing.
exitNumericOperators in interface FormCalcListenerctx - the parse treepublic void enterArrayInitializer(@NotNull
FormCalcParser.ArrayInitializerContext ctx)
FormCalcParser.arrayInitializer().
The default implementation does nothing.
enterArrayInitializer in interface FormCalcListenerctx - the parse treepublic void exitArrayInitializer(@NotNull
FormCalcParser.ArrayInitializerContext ctx)
FormCalcParser.arrayInitializer().
The default implementation does nothing.
exitArrayInitializer in interface FormCalcListenerctx - the parse treepublic void enterWhileStatement(@NotNull
FormCalcParser.WhileStatementContext ctx)
FormCalcParser.whileStatement().
The default implementation does nothing.
enterWhileStatement in interface FormCalcListenerctx - the parse treepublic void exitWhileStatement(@NotNull
FormCalcParser.WhileStatementContext ctx)
FormCalcParser.whileStatement().
The default implementation does nothing.
exitWhileStatement in interface FormCalcListenerctx - the parse treepublic void enterOrOperators(@NotNull
FormCalcParser.OrOperatorsContext ctx)
FormCalcParser.orOperators().
The default implementation does nothing.
enterOrOperators in interface FormCalcListenerctx - the parse treepublic void exitOrOperators(@NotNull
FormCalcParser.OrOperatorsContext ctx)
FormCalcParser.orOperators().
The default implementation does nothing.
exitOrOperators in interface FormCalcListenerctx - the parse treepublic void enterAccessor(@NotNull
FormCalcParser.AccessorContext ctx)
FormCalcParser.accessor().
The default implementation does nothing.
enterAccessor in interface FormCalcListenerctx - the parse treepublic void exitAccessor(@NotNull
FormCalcParser.AccessorContext ctx)
FormCalcParser.accessor().
The default implementation does nothing.
exitAccessor in interface FormCalcListenerctx - the parse treepublic void enterPrimitiveType(@NotNull
FormCalcParser.PrimitiveTypeContext ctx)
FormCalcParser.primitiveType().
The default implementation does nothing.
enterPrimitiveType in interface FormCalcListenerctx - the parse treepublic void exitPrimitiveType(@NotNull
FormCalcParser.PrimitiveTypeContext ctx)
FormCalcParser.primitiveType().
The default implementation does nothing.
exitPrimitiveType in interface FormCalcListenerctx - the parse treepublic void enterFuncCallExpression(@NotNull
FormCalcParser.FuncCallExpressionContext ctx)
FormCalcParser.funcCallExpression().
The default implementation does nothing.
enterFuncCallExpression in interface FormCalcListenerctx - the parse treepublic void exitFuncCallExpression(@NotNull
FormCalcParser.FuncCallExpressionContext ctx)
FormCalcParser.funcCallExpression().
The default implementation does nothing.
exitFuncCallExpression in interface FormCalcListenerctx - the parse treepublic void enterThenStatement(@NotNull
FormCalcParser.ThenStatementContext ctx)
FormCalcParser.thenStatement().
The default implementation does nothing.
enterThenStatement in interface FormCalcListenerctx - the parse treepublic void exitThenStatement(@NotNull
FormCalcParser.ThenStatementContext ctx)
FormCalcParser.thenStatement().
The default implementation does nothing.
exitThenStatement in interface FormCalcListenerctx - the parse treepublic void enterLiteral(@NotNull
FormCalcParser.LiteralContext ctx)
FormCalcParser.literal().
The default implementation does nothing.
enterLiteral in interface FormCalcListenerctx - the parse treepublic void exitLiteral(@NotNull
FormCalcParser.LiteralContext ctx)
FormCalcParser.literal().
The default implementation does nothing.
exitLiteral in interface FormCalcListenerctx - the parse treepublic void enterEveryRule(@NotNull
org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(@NotNull
org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(@NotNull
org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(@NotNull
org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListenerCopyright (C) 1998-2019 iText Group NV. All Rights Reserved.