Uses of Class
calculator.calculatorParser.PreFuncContext
Packages that use calculatorParser.PreFuncContext
-
Uses of calculatorParser.PreFuncContext in calculator
Methods in calculator with parameters of type calculatorParser.PreFuncContextModifier and TypeMethodDescriptioncalculatorBaseVisitor.visitPreFunc(calculatorParser.PreFuncContext ctx) Visit a parse tree produced by thePreFunclabeled alternative incalculatorParser.expressionPRE().calculatorVisitor.visitPreFunc(calculatorParser.PreFuncContext ctx) Visit a parse tree produced by thePreFunclabeled alternative incalculatorParser.expressionPRE(). -
Uses of calculatorParser.PreFuncContext in calculator.antlr
Methods in calculator.antlr with parameters of type calculatorParser.PreFuncContextModifier and TypeMethodDescriptionParserVisitor.visitPreFunc(calculatorParser.PreFuncContext ctx) Rule: expressionPRE : funcname LPAR expressionPRE+ RPAR | funcname LPAR expressionPRE (COMMA expressionPRE)* RPAR #PreFunc