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