Class BuiltinTermInterpreter
java.lang.Object
tools.refinery.language.expressions.AbstractTermInterpreter
tools.refinery.language.expressions.BuiltinTermInterpreter
- All Implemented Interfaces:
TermInterpreter
-
Field Summary
Modifier and TypeFieldDescriptionstatic final DataExprType
static final DataExprType
static final AggregatorName
static final AggregatorName
static final DataExprType
static final DataExprType
static final AggregatorName
-
Constructor Summary
-
Method Summary
Methods inherited from class tools.refinery.language.expressions.AbstractTermInterpreter
addAggregator, addAggregator, addBinaryOperator, addBinaryOperator, addCast, addComparison, addNegation, addNegation, addRange, addUnaryOperator, addUnaryOperator, getAggregationType, getBinaryOperationType, getNegationType, getUnaryOperationType, isCastSupported, isComparisonSupported, isRangeSupported
-
Field Details
-
BOOLEAN_TYPE
-
INT_TYPE
-
REAL_TYPE
-
STRING_TYPE
-
MIN_AGGREGATOR
-
MAX_AGGREGATOR
-
SUM_AGGREGATOR
-
-
Constructor Details
-
BuiltinTermInterpreter
public BuiltinTermInterpreter()
-