T - The return type of the visit operation. Use Void for operations with no return type.
public interface FormCalcVisitorextends org.antlr.v4.runtime.tree.ParseTreeVisitor
FormCalcParser.
T visitExpression(@NotNull FormCalcParser.ExpressionContext ctx)
FormCalcParser.expression().
ctx - the parse tree
T visitVariableDeclarator(@NotNull FormCalcParser.VariableDeclaratorContext ctx)
FormCalcParser.variableDeclarator().
ctx - the parse tree
T visitVariableDeclaratorId(@NotNull FormCalcParser.VariableDeclaratorIdContext ctx)
FormCalcParser.variableDeclaratorId().
ctx - the parse tree
T visitAssign(@NotNull FormCalcParser.AssignContext ctx)
FormCalcParser.assign().
ctx - the parse tree
T visitForDownToStatement(@NotNull FormCalcParser.ForDownToStatementContext ctx)
FormCalcParser.forDownToStatement().
ctx - the parse tree
T visitCompilationUnit(@NotNull FormCalcParser.CompilationUnitContext ctx)
FormCalcParser.compilationUnit().
ctx - the parse tree
T visitExpressionList(@NotNull FormCalcParser.ExpressionListContext ctx)
FormCalcParser.expressionList().
ctx - the parse tree
T visitRelationalOperators(@NotNull FormCalcParser.RelationalOperatorsContext ctx)
FormCalcParser.relationalOperators().
ctx - the parse tree
T visitStatementExpression(@NotNull FormCalcParser.StatementExpressionContext ctx)
FormCalcParser.statementExpression().
ctx - the parse tree
T visitForUpToStatement(@NotNull FormCalcParser.ForUpToStatementContext ctx)
FormCalcParser.forUpToStatement().
ctx - the parse tree
T visitVariableInitializer(@NotNull FormCalcParser.VariableInitializerContext ctx)
FormCalcParser.variableInitializer().
ctx - the parse tree
T visitBlock(@NotNull FormCalcParser.BlockContext ctx)
FormCalcParser.block().
ctx - the parse tree
T visitBlockStatement(@NotNull FormCalcParser.BlockStatementContext ctx)
FormCalcParser.blockStatement().
ctx - the parse tree
T visitElseStatement(@NotNull FormCalcParser.ElseStatementContext ctx)
FormCalcParser.elseStatement().
ctx - the parse tree
T visitType(@NotNull FormCalcParser.TypeContext ctx)
FormCalcParser.type().
ctx - the parse tree
T visitElseIfStatement(@NotNull FormCalcParser.ElseIfStatementContext ctx)
FormCalcParser.elseIfStatement().
ctx - the parse tree
T visitWildcardExpression(@NotNull FormCalcParser.WildcardExpressionContext ctx)
FormCalcParser.wildcardExpression().
ctx - the parse tree
T visitIntegerLiteral(@NotNull FormCalcParser.IntegerLiteralContext ctx)
FormCalcParser.integerLiteral().
ctx - the parse tree
T visitQualifiedNameList(@NotNull FormCalcParser.QualifiedNameListContext ctx)
FormCalcParser.qualifiedNameList().
ctx - the parse tree
T visitPrimary(@NotNull FormCalcParser.PrimaryContext ctx)
FormCalcParser.primary().
ctx - the parse tree
T visitNullEqualityExpression(@NotNull FormCalcParser.NullEqualityExpressionContext ctx)
FormCalcParser.nullEqualityExpression().
ctx - the parse tree
T visitVariableModifier(@NotNull FormCalcParser.VariableModifierContext ctx)
FormCalcParser.variableModifier().
ctx - the parse tree
T visitParExpression(@NotNull FormCalcParser.ParExpressionContext ctx)
FormCalcParser.parExpression().
ctx - the parse tree
T visitEqualityOperators(@NotNull FormCalcParser.EqualityOperatorsContext ctx)
FormCalcParser.equalityOperators().
ctx - the parse tree
T visitQualifiedName(@NotNull FormCalcParser.QualifiedNameContext ctx)
FormCalcParser.qualifiedName().
ctx - the parse tree
T visitBooleanLiteral(@NotNull FormCalcParser.BooleanLiteralContext ctx)
FormCalcParser.booleanLiteral().
ctx - the parse tree
T visitIfStatement(@NotNull FormCalcParser.IfStatementContext ctx)
FormCalcParser.ifStatement().
ctx - the parse tree
T visitAndOperators(@NotNull FormCalcParser.AndOperatorsContext ctx)
FormCalcParser.andOperators().
ctx - the parse tree
T visitStatement(@NotNull FormCalcParser.StatementContext ctx)
FormCalcParser.statement().
ctx - the parse tree
T visitVariableAssign(@NotNull FormCalcParser.VariableAssignContext ctx)
FormCalcParser.variableAssign().
ctx - the parse tree
T visitArguments(@NotNull FormCalcParser.ArgumentsContext ctx)
FormCalcParser.arguments().
ctx - the parse tree
T visitMethodBody(@NotNull FormCalcParser.MethodBodyContext ctx)
FormCalcParser.methodBody().
ctx - the parse tree
T visitNumericOperators(@NotNull FormCalcParser.NumericOperatorsContext ctx)
FormCalcParser.numericOperators().
ctx - the parse tree
T visitArrayInitializer(@NotNull FormCalcParser.ArrayInitializerContext ctx)
FormCalcParser.arrayInitializer().
ctx - the parse tree
T visitWhileStatement(@NotNull FormCalcParser.WhileStatementContext ctx)
FormCalcParser.whileStatement().
ctx - the parse tree
T visitOrOperators(@NotNull FormCalcParser.OrOperatorsContext ctx)
FormCalcParser.orOperators().
ctx - the parse tree
T visitAccessor(@NotNull FormCalcParser.AccessorContext ctx)
FormCalcParser.accessor().
ctx - the parse tree
T visitPrimitiveType(@NotNull FormCalcParser.PrimitiveTypeContext ctx)
FormCalcParser.primitiveType().
ctx - the parse tree
T visitFuncCallExpression(@NotNull FormCalcParser.FuncCallExpressionContext ctx)
FormCalcParser.funcCallExpression().
ctx - the parse tree
T visitThenStatement(@NotNull FormCalcParser.ThenStatementContext ctx)
FormCalcParser.thenStatement().
ctx - the parse tree
T visitLiteral(@NotNull FormCalcParser.LiteralContext ctx)
FormCalcParser.literal().
ctx - the parse tree
Copyright (C) 1998-2019 iText Group NV. All Rights Reserved.