public class ExpressionConstantEntry extends Object
Operator
instances and puts them together with a name and descriptionConstructor and Description |
---|
ExpressionConstantEntry(com.fathzer.soft.javaluator.Constant constant) |
ExpressionConstantEntry(String name,
String description,
com.fathzer.soft.javaluator.Constant constant) |
Modifier and Type | Method and Description |
---|---|
static List<ExpressionConstantEntry> |
fromEvaluator(ExpressionEvaluator evaluator,
boolean onlyExpressionOperators)
Extracts operators from an evaluator
|
com.fathzer.soft.javaluator.Constant |
getConstant() |
String |
getDescription() |
String |
getName() |
public ExpressionConstantEntry(com.fathzer.soft.javaluator.Constant constant)
public static List<ExpressionConstantEntry> fromEvaluator(ExpressionEvaluator evaluator, boolean onlyExpressionOperators)
evaluator
- the evaluatoronlyExpressionOperators
- if true, operators must inherit from ExpressionOperator
public String getName()
public String getDescription()
public com.fathzer.soft.javaluator.Constant getConstant()
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.