Package org.qdl_lang.evaluate
Interface EvaluatorInterface
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AbstractEvaluator,FunctionEvaluator,IOEvaluator,ListEvaluator,MathEvaluator,MetaEvaluator,ModuleEvaluator,OpEvaluator,StemEvaluator,StringEvaluator,SystemEvaluator,TMathEvaluator
public interface EvaluatorInterface extends Serializable
Created by Jeff Gaynor
on 1/16/20 at 9:22 AM
-
-
Field Summary
Fields Modifier and Type Field Description static intUNKNOWN_VALUE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetNamespace()intgetType(String name)TreeSet<String>listFunctions(boolean listFQ)
-
-
-
Field Detail
-
UNKNOWN_VALUE
static final int UNKNOWN_VALUE
- See Also:
- Constant Field Values
-
-