Uses of Class
calculator.calculatorParser.PostFuncContext
Packages that use calculatorParser.PostFuncContext
-
Uses of calculatorParser.PostFuncContext in calculator
Methods in calculator with parameters of type calculatorParser.PostFuncContextModifier and TypeMethodDescriptioncalculatorBaseVisitor.visitPostFunc(calculatorParser.PostFuncContext ctx) Visit a parse tree produced by thePostFunclabeled alternative incalculatorParser.expressionPOST().calculatorVisitor.visitPostFunc(calculatorParser.PostFuncContext ctx) Visit a parse tree produced by thePostFunclabeled alternative incalculatorParser.expressionPOST(). -
Uses of calculatorParser.PostFuncContext in calculator.antlr
Methods in calculator.antlr with parameters of type calculatorParser.PostFuncContextModifier and TypeMethodDescriptionParserVisitor.visitPostFunc(calculatorParser.PostFuncContext ctx) Rule: expressionPOST : LPAR expressionPOST+ RPAR funcname | LPAR expressionPOST (COMMA expressionPOST)* RPAR funcname #PostFunc