Uses of Class
org.apfloat.calc.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.CalculatorParser.additiveExpression()
CalculatorParser.argumentList()
CalculatorParser.assignmentExpression()
Call the function.CalculatorParser.constant()
Division.CalculatorParser.element()
CalculatorParser.expression()
Arbitrary function.CalculatorParser.function()
AbstractCalculatorImpl.getVariable(String name)
CalculatorImpl.getVariable(String name)
Get a variable.CalculatorParser.identifier()
static void
Command-line entry point.Remainder.CalculatorParser.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.boolean
CalculatorParser.parseOneLine()
Power.CalculatorParser.powerExpression()
void
CalculatorImpl.setVariable(String name, Number value)
Set a variable.Subtraction.CalculatorParser.unaryExpression()
protected void
Validate the number of arguments.CalculatorParser.variable()