Uses of Class
org.apfloat.calc.ParseException
Packages that use ParseException
-
Uses of ParseException in org.apfloat.calc
Methods in org.apfloat.calc that return ParseExceptionModifier and TypeMethodDescriptionCalculatorParser.generateParseException()Generate ParseException.Methods in org.apfloat.calc that throw ParseExceptionModifier and TypeMethodDescriptionAddition.final NumberCalculatorParser.additiveExpression()CalculatorParser.argumentList()final NumberCalculatorParser.assignmentExpression()final NumberCall the function.final NumberCalculatorParser.constant()Division.AbstractCalculatorImpl.doubleFactorial(Number x) CalculatorImpl.doubleFactorial(Number x) Double factorial.final NumberCalculatorParser.element()final NumberCalculatorParser.expression()Factorial.final NumberCalculatorParser.factorialExpression()Arbitrary function.final NumberCalculatorParser.function()AbstractCalculatorImpl.getVariable(String name) CalculatorImpl.getVariable(String name) Get a variable.final StringCalculatorParser.identifier()static voidCommand-line entry point.Remainder.final NumberCalculatorParser.multiplicativeExpression()Multiplication.Negative value.CalculatorImpl.parseDecimal(String value) Parse a string to a floating-point number.CalculatorImpl.parseInteger(String value) Parse a string to an integer number.final booleanCalculatorParser.parseOneLine()Power.final NumberCalculatorParser.powerExpression()voidCalculatorImpl.setVariable(String name, Number value) Set a variable.Subtraction.final NumberCalculatorParser.unaryExpression()protected voidValidate the number of arguments.final StringCalculatorParser.variable()