static Value |
BuiltinOperators.add(LocaleContext ctx,
Value param1,
Value param2) |
static Value |
BuiltinOperators.and(LocaleContext ctx,
Value param1,
Value param2) |
static Value |
BuiltinOperators.between(LocaleContext ctx,
Value param1,
Value param2,
Value param3) |
static Value |
BuiltinOperators.concat(LocaleContext ctx,
Value param1,
Value param2) |
static Value |
BuiltinOperators.divide(LocaleContext ctx,
Value param1,
Value param2) |
static Value |
BuiltinOperators.equals(LocaleContext ctx,
Value param1,
Value param2) |
static Value |
BuiltinOperators.eqv(LocaleContext ctx,
Value param1,
Value param2) |
static Value |
BuiltinOperators.exp(LocaleContext ctx,
Value param1,
Value param2) |
BigDecimal |
StringValue.getAsBigDecimal(LocaleContext ctx) |
BigDecimal |
DoubleValue.getAsBigDecimal(LocaleContext ctx) |
BigDecimal |
DateTimeValue.getAsBigDecimal(LocaleContext ctx) |
BigDecimal |
BaseValue.getAsBigDecimal(LocaleContext ctx) |
BigDecimal |
BigDecimalValue.getAsBigDecimal(LocaleContext ctx) |
BigDecimal |
BaseDelayedValue.getAsBigDecimal(LocaleContext ctx) |
BigDecimal |
LongValue.getAsBigDecimal(LocaleContext ctx) |
boolean |
StringValue.getAsBoolean(LocaleContext ctx) |
boolean |
DoubleValue.getAsBoolean(LocaleContext ctx) |
boolean |
DateTimeValue.getAsBoolean(LocaleContext ctx) |
boolean |
BaseValue.getAsBoolean(LocaleContext ctx) |
boolean |
BigDecimalValue.getAsBoolean(LocaleContext ctx) |
boolean |
BaseDelayedValue.getAsBoolean(LocaleContext ctx) |
boolean |
LongValue.getAsBoolean(LocaleContext ctx) |
Value |
StringValue.getAsDateTimeValue(LocaleContext ctx) |
Value |
DateTimeValue.getAsDateTimeValue(LocaleContext ctx) |
Value |
BaseValue.getAsDateTimeValue(LocaleContext ctx) |
Value |
BaseNumericValue.getAsDateTimeValue(LocaleContext ctx) |
Value |
BaseDelayedValue.getAsDateTimeValue(LocaleContext ctx) |
Double |
StringValue.getAsDouble(LocaleContext ctx) |
Double |
DoubleValue.getAsDouble(LocaleContext ctx) |
Double |
DateTimeValue.getAsDouble(LocaleContext ctx) |
Double |
BaseValue.getAsDouble(LocaleContext ctx) |
Double |
BaseNumericValue.getAsDouble(LocaleContext ctx) |
Double |
BaseDelayedValue.getAsDouble(LocaleContext ctx) |
LocalDateTime |
DateTimeValue.getAsLocalDateTime(LocaleContext ctx) |
LocalDateTime |
BaseValue.getAsLocalDateTime(LocaleContext ctx) |
LocalDateTime |
BaseDelayedValue.getAsLocalDateTime(LocaleContext ctx) |
Integer |
StringValue.getAsLongInt(LocaleContext ctx) |
Integer |
DateTimeValue.getAsLongInt(LocaleContext ctx) |
Integer |
BaseValue.getAsLongInt(LocaleContext ctx) |
Integer |
BaseNumericValue.getAsLongInt(LocaleContext ctx) |
Integer |
BaseDelayedValue.getAsLongInt(LocaleContext ctx) |
Integer |
LongValue.getAsLongInt(LocaleContext ctx) |
String |
StringValue.getAsString(LocaleContext ctx) |
String |
DoubleValue.getAsString(LocaleContext ctx) |
String |
DateTimeValue.getAsString(LocaleContext ctx) |
String |
BaseValue.getAsString(LocaleContext ctx) |
String |
BigDecimalValue.getAsString(LocaleContext ctx) |
String |
BaseDelayedValue.getAsString(LocaleContext ctx) |
String |
LongValue.getAsString(LocaleContext ctx) |
static DateTimeFormatter |
ValueSupport.getDateFormatForType(LocaleContext ctx,
Value.Type type) |
static boolean |
FunctionSupport.getOptionalBooleanParam(LocaleContext ctx,
Value[] params,
int idx) |
static int |
FunctionSupport.getOptionalIntParam(LocaleContext ctx,
Value[] params,
int idx,
int defValue) |
static int |
FunctionSupport.getOptionalIntParam(LocaleContext ctx,
Value[] params,
int idx,
int defValue,
int useDefValue) |
static Value |
BuiltinOperators.greaterThan(LocaleContext ctx,
Value param1,
Value param2) |
static Value |
BuiltinOperators.greaterThanEq(LocaleContext ctx,
Value param1,
Value param2) |
static Value |
BuiltinOperators.imp(LocaleContext ctx,
Value param1,
Value param2) |
static Value |
BuiltinOperators.in(LocaleContext ctx,
Value param1,
Value[] params) |
static Value |
BuiltinOperators.intDivide(LocaleContext ctx,
Value param1,
Value param2) |
static Value |
BuiltinOperators.lessThan(LocaleContext ctx,
Value param1,
Value param2) |
static Value |
BuiltinOperators.lessThanEq(LocaleContext ctx,
Value param1,
Value param2) |
static Value |
BuiltinOperators.like(LocaleContext ctx,
Value param1,
Pattern pattern) |
static Value |
BuiltinOperators.mod(LocaleContext ctx,
Value param1,
Value param2) |
static Value |
BuiltinOperators.multiply(LocaleContext ctx,
Value param1,
Value param2) |
static Value |
BuiltinOperators.negate(LocaleContext ctx,
Value param1) |
static Value |
BuiltinOperators.not(LocaleContext ctx,
Value param1) |
static Value |
BuiltinOperators.notBetween(LocaleContext ctx,
Value param1,
Value param2,
Value param3) |
static Value |
BuiltinOperators.notEquals(LocaleContext ctx,
Value param1,
Value param2) |
static Value |
BuiltinOperators.notIn(LocaleContext ctx,
Value param1,
Value[] params) |
static Value |
BuiltinOperators.notLike(LocaleContext ctx,
Value param1,
Pattern pattern) |
static Value |
BuiltinOperators.or(LocaleContext ctx,
Value param1,
Value param2) |
static Value |
BuiltinOperators.subtract(LocaleContext ctx,
Value param1,
Value param2) |
static Value |
BuiltinOperators.xor(LocaleContext ctx,
Value param1,
Value param2) |