- get(int) - Method in class org.jdice.calc.internal.CList
-
- getAllNumConverter() - Static method in class org.jdice.calc.internal.CacheExtension
-
- getBigDecimalRound() - Method in enum org.jdice.calc.Rounding
-
- getCalculatedValue() - Method in class org.jdice.calc.AbstractCalculator
-
Return calculated value
- getDecimalSeparator() - Method in class org.jdice.calc.AbstractCalculator
-
Get decimal separator used throughout expression
- getDetail() - Method in class org.jdice.calc.Step
-
- getExtension(Class) - Static method in class org.jdice.calc.internal.BindExtensionProvider
-
- getFunction(String) - Static method in class org.jdice.calc.internal.CacheExtension
-
- getFunction(Class<? extends Function>) - Static method in class org.jdice.calc.internal.CacheExtension
-
- getFunction() - Method in class org.jdice.calc.internal.FunctionData
-
- getFunction(String) - Method in class org.jdice.calc.internal.UseExtension
-
- getFunction(Class<? extends Function>) - Method in class org.jdice.calc.internal.UseExtension
-
- getFunctionAttributes() - Method in class org.jdice.calc.extension.AbsFunction
-
ABS accept only one attribute abs(-1-)
- getFunctionAttributes() - Method in class org.jdice.calc.extension.ArcCosFunction
-
ACOS accept only one attribute acos(-1-)
- getFunctionAttributes() - Method in class org.jdice.calc.extension.ArcSinFunction
-
ASIN accept only one attribute asin(-1-)
- getFunctionAttributes() - Method in class org.jdice.calc.extension.ArcTanFunction
-
ATAN accept only one attribute atan(-1-)
- getFunctionAttributes() - Method in class org.jdice.calc.extension.CosFunction
-
COS accept only one attribute cos(-1-)
- getFunctionAttributes() - Method in class org.jdice.calc.extension.CoshFunction
-
COSH accept only one attribute cosh(-1-)
- getFunctionAttributes() - Method in class org.jdice.calc.extension.LogFunction
-
ABS accept only one attribute abs(-1-)
- getFunctionAttributes() - Method in class org.jdice.calc.extension.SinFunction
-
SIN accept only one attribute SIN(-1-)
- getFunctionAttributes() - Method in class org.jdice.calc.extension.SinhFunction
-
SINH accept only one attribute sinh(-1-)
- getFunctionAttributes() - Method in class org.jdice.calc.extension.SqrtFunction
-
- getFunctionAttributes() - Method in class org.jdice.calc.extension.TanFunction
-
TAN accept only one attribute tan(-1-)
- getFunctionAttributes() - Method in class org.jdice.calc.extension.TanhFunction
-
TANH accept only one attribute tanh(-1-)
- getFunctionAttributes() - Method in interface org.jdice.calc.Function
-
Define maximum number of parameters that implemented function can accept.
- getFunctions() - Static method in class org.jdice.calc.internal.CacheExtension
-
- getFunctions() - Method in class org.jdice.calc.internal.UseExtension
-
- getFunctionSymbols() - Static method in class org.jdice.calc.internal.CacheExtension
-
- getFunctionSymbols() - Method in class org.jdice.calc.internal.UseExtension
-
- getGlobalPropertiesFile() - Static method in class org.jdice.calc.Properties
-
- getGroupingSeparator() - Method in class org.jdice.calc.AbstractCalculator
-
Get grouping separator used throughout expression
- getGroupingSeparator() - Method in class org.jdice.calc.Properties
-
- getInfix() - Method in class org.jdice.calc.AbstractCalculator
-
Get infix (common arithmetic and logical expression notation) representation of given expression
- getInheritedProperties(AbstractCalculator, Num) - Static method in class org.jdice.calc.Properties
-
- getInheritedRoundingMode(AbstractCalculator, Num) - Static method in class org.jdice.calc.Properties
-
- getInheritedScale(AbstractCalculator, Num) - Static method in class org.jdice.calc.Properties
-
- getInputDecimalSeparator() - Method in class org.jdice.calc.Properties
-
- getLast() - Method in class org.jdice.calc.internal.CList
-
- getName() - Method in class org.jdice.calc.Num
-
Get name of this variable.
- getNumConverter(Class<?>) - Static method in class org.jdice.calc.internal.CacheExtension
-
- getNumConverter(Class<?>, Class<? extends NumConverter>) - Static method in class org.jdice.calc.internal.CacheExtension
-
- getOperator(Class<? extends Operator>) - Static method in class org.jdice.calc.internal.CacheExtension
-
- getOperator(String) - Static method in class org.jdice.calc.internal.CacheExtension
-
- getOperator(Class<? extends Operator>) - Method in class org.jdice.calc.internal.UseExtension
-
- getOperator(String) - Method in class org.jdice.calc.internal.UseExtension
-
- getOperators() - Static method in class org.jdice.calc.internal.CacheExtension
-
- getOperators() - Method in class org.jdice.calc.internal.UseExtension
-
- getOperatorSymbols() - Static method in class org.jdice.calc.internal.CacheExtension
-
- getOperatorSymbols() - Method in class org.jdice.calc.internal.UseExtension
-
- getOriginalValue() - Method in class org.jdice.calc.Num
-
- getOutputDecimalSeparator() - Method in class org.jdice.calc.Properties
-
- getOutputFormat() - Method in class org.jdice.calc.Num
-
Return number output format
- getOutputFormat() - Method in class org.jdice.calc.Properties
-
- getPostfix() - Method in class org.jdice.calc.AbstractCalculator
-
Convert defined expression to postfix String
- getPostfix() - Method in class org.jdice.calc.internal.PostfixCalculator
-
- getPriority() - Method in class org.jdice.calc.extension.AddOperator
-
- getPriority() - Method in class org.jdice.calc.extension.DivOperator
-
- getPriority() - Method in class org.jdice.calc.extension.ModOperator
-
- getPriority() - Method in class org.jdice.calc.extension.MulOperator
-
- getPriority() - Method in class org.jdice.calc.extension.PowOperator
-
- getPriority() - Method in class org.jdice.calc.extension.SubOperator
-
- getPriority() - Method in enum org.jdice.calc.internal.Bracket
-
- getPriority() - Method in interface org.jdice.calc.Operator
-
Define operator priority during calculation.
- getProperties() - Method in class org.jdice.calc.AbstractCalculator
-
Get defined properties
- getProperties() - Method in class org.jdice.calc.Num
-
- getRegex() - Method in enum org.jdice.calc.internal.Bracket
-
- getResult() - Method in class org.jdice.calc.internal.FunctionData
-
- getRoundingMode() - Method in class org.jdice.calc.AbstractCalculator
-
Get rounding mode used throughout expression
- getRoundingMode() - Method in class org.jdice.calc.Num
-
Gets the rounding mode for division operations The default is
RoundingMode.HALF_UP
- getRoundingMode() - Method in class org.jdice.calc.Properties
-
- getRoundingMode() - Method in enum org.jdice.calc.Rounding
-
- getRoundingMode(String) - Static method in enum org.jdice.calc.Rounding
-
- getScale() - Method in class org.jdice.calc.AbstractCalculator
-
Get scale mode used throughout expression
- getScale() - Method in class org.jdice.calc.Num
-
Sets the scale for division operations.
- getScale() - Method in class org.jdice.calc.Properties
-
- getSymbol() - Method in class org.jdice.calc.extension.AbsFunction
-
- getSymbol() - Method in class org.jdice.calc.extension.AddOperator
-
- getSymbol() - Method in class org.jdice.calc.extension.ArcCosFunction
-
- getSymbol() - Method in class org.jdice.calc.extension.ArcSinFunction
-
- getSymbol() - Method in class org.jdice.calc.extension.ArcTanFunction
-
- getSymbol() - Method in class org.jdice.calc.extension.CosFunction
-
- getSymbol() - Method in class org.jdice.calc.extension.CoshFunction
-
- getSymbol() - Method in class org.jdice.calc.extension.DivOperator
-
- getSymbol() - Method in interface org.jdice.calc.Extension
-
Symbol that represent mathematical operator or function
- getSymbol() - Method in class org.jdice.calc.extension.LogFunction
-
- getSymbol() - Method in class org.jdice.calc.extension.ModOperator
-
- getSymbol() - Method in class org.jdice.calc.extension.MulOperator
-
- getSymbol() - Method in class org.jdice.calc.extension.PowOperator
-
- getSymbol() - Method in class org.jdice.calc.extension.SinFunction
-
- getSymbol() - Method in class org.jdice.calc.extension.SinhFunction
-
- getSymbol() - Method in class org.jdice.calc.extension.SqrtFunction
-
- getSymbol() - Method in class org.jdice.calc.extension.SubOperator
-
- getSymbol() - Method in class org.jdice.calc.extension.TanFunction
-
- getSymbol() - Method in class org.jdice.calc.extension.TanhFunction
-
- getSymbol() - Method in enum org.jdice.calc.internal.Bracket
-
- getThis() - Method in class org.jdice.calc.AbstractCalculator
-
Return reference of subclass
- getThis() - Method in class org.jdice.calc.Calculator
-
- getThis() - Method in class org.jdice.calc.TrigCalculator
-
- getTracedSteps() - Method in class org.jdice.calc.AbstractCalculator
-
- getUsedExtensions() - Method in class org.jdice.calc.AbstractCalculator
-
List registered local scoped operations.
- getValues() - Method in class org.jdice.calc.internal.FunctionData
-