Uses of Class
calculator.calculatorParser.ComplexNumberContext
Packages that use calculatorParser.ComplexNumberContext
-
Uses of calculatorParser.ComplexNumberContext in calculator
Methods in calculator with parameters of type calculatorParser.ComplexNumberContextModifier and TypeMethodDescriptioncalculatorBaseVisitor.visitComplexNumber(calculatorParser.ComplexNumberContext ctx) Visit a parse tree produced by theComplexNumberlabeled alternative incalculatorParser.complex().calculatorVisitor.visitComplexNumber(calculatorParser.ComplexNumberContext ctx) Visit a parse tree produced by theComplexNumberlabeled alternative incalculatorParser.complex(). -
Uses of calculatorParser.ComplexNumberContext in calculator.antlr
Methods in calculator.antlr with parameters of type calculatorParser.ComplexNumberContextModifier and TypeMethodDescriptionParserVisitor.visitComplexNumber(calculatorParser.ComplexNumberContext ctx) Rule: complex : number?