Uses of Class
studio.magemonkey.codex.util.eval.javaluator.Constant
Packages that use Constant
-
Uses of Constant in studio.magemonkey.codex.util.eval.javaluator
Fields in studio.magemonkey.codex.util.eval.javaluator declared as ConstantModifier and TypeFieldDescriptionstatic final ConstantDoubleEvaluator.EA constant that represents e (2.718281...)static final ConstantDoubleEvaluator.PIA constant that represents pi (3.14159...)Fields in studio.magemonkey.codex.util.eval.javaluator with type parameters of type ConstantMethods in studio.magemonkey.codex.util.eval.javaluator that return types with arguments of type ConstantModifier and TypeMethodDescriptionAbstractEvaluator.getConstants()Gets the constants supported by this evaluator.Parameters.getConstants()Gets the supported constants.Methods in studio.magemonkey.codex.util.eval.javaluator with parameters of type ConstantModifier and TypeMethodDescriptionvoidAdds a constant to the supported ones.protected TAbstractEvaluator.evaluate(Constant constant, EvaluationContext evaluationContext) Evaluates a constant.protected DoubleDoubleEvaluator.evaluate(Constant constant, EvaluationContext evaluationContext) voidParameters.setTranslation(Constant constant, String translatedName) Sets the translated term for a constant.Method parameters in studio.magemonkey.codex.util.eval.javaluator with type arguments of type ConstantModifier and TypeMethodDescriptionvoidParameters.addConstants(Collection<Constant> constants) Adds constants to the supported ones.