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