Enter a parse tree produced by the {@code Add} labeled alternative in {@link ExprParser#expr}. @param ctx the parse tree
Enter a parse tree produced by the {@code BracketExpr} labeled alternative in {@link ExprParser#expr}. @param ctx the parse tree
Enter a parse tree produced by the {@code Div} labeled alternative in {@link ExprParser#expr}. @param ctx the parse tree
Enter a parse tree produced by the {@code Int} labeled alternative in {@link ExprParser#expr}. @param ctx the parse tree
Enter a parse tree produced by the {@code Mul} labeled alternative in {@link ExprParser#expr}. @param ctx the parse tree
Enter a parse tree produced by {@link ExprParser#prog}. @param ctx the parse tree
Enter a parse tree produced by the {@code Sub} labeled alternative in {@link ExprParser#expr}. @param ctx the parse tree
Exit a parse tree produced by the {@code Add} labeled alternative in {@link ExprParser#expr}. @param ctx the parse tree
Exit a parse tree produced by the {@code BracketExpr} labeled alternative in {@link ExprParser#expr}. @param ctx the parse tree
Exit a parse tree produced by the {@code Div} labeled alternative in {@link ExprParser#expr}. @param ctx the parse tree
Exit a parse tree produced by the {@code Int} labeled alternative in {@link ExprParser#expr}. @param ctx the parse tree
Exit a parse tree produced by the {@code Mul} labeled alternative in {@link ExprParser#expr}. @param ctx the parse tree
Exit a parse tree produced by {@link ExprParser#prog}. @param ctx the parse tree
Exit a parse tree produced by the {@code Sub} labeled alternative in {@link ExprParser#expr}. @param ctx the parse tree
This interface defines a complete listener for a parse tree produced by {@link ExprParser}.