public class BuiltinOperators extends Object
Modifier and Type | Method and Description |
---|---|
static Value |
add(LocaleContext ctx,
Value param1,
Value param2) |
static Value |
and(LocaleContext ctx,
Value param1,
Value param2) |
static Value |
between(LocaleContext ctx,
Value param1,
Value param2,
Value param3) |
static Value |
concat(LocaleContext ctx,
Value param1,
Value param2) |
static Value |
divide(LocaleContext ctx,
Value param1,
Value param2) |
static Value |
equals(LocaleContext ctx,
Value param1,
Value param2) |
static Value |
eqv(LocaleContext ctx,
Value param1,
Value param2) |
static Value |
exp(LocaleContext ctx,
Value param1,
Value param2) |
static Value |
greaterThan(LocaleContext ctx,
Value param1,
Value param2) |
static Value |
greaterThanEq(LocaleContext ctx,
Value param1,
Value param2) |
static Value |
imp(LocaleContext ctx,
Value param1,
Value param2) |
static Value |
in(LocaleContext ctx,
Value param1,
Value[] params) |
static Value |
intDivide(LocaleContext ctx,
Value param1,
Value param2) |
static Value |
isNotNull(Value param1) |
static Value |
isNull(Value param1) |
static Value |
lessThan(LocaleContext ctx,
Value param1,
Value param2) |
static Value |
lessThanEq(LocaleContext ctx,
Value param1,
Value param2) |
static Value |
like(LocaleContext ctx,
Value param1,
Pattern pattern) |
static Value |
mod(LocaleContext ctx,
Value param1,
Value param2) |
static Value |
multiply(LocaleContext ctx,
Value param1,
Value param2) |
static Value |
negate(LocaleContext ctx,
Value param1) |
static Value |
not(LocaleContext ctx,
Value param1) |
static Value |
notBetween(LocaleContext ctx,
Value param1,
Value param2,
Value param3) |
static Value |
notEquals(LocaleContext ctx,
Value param1,
Value param2) |
static Value |
notIn(LocaleContext ctx,
Value param1,
Value[] params) |
static Value |
notLike(LocaleContext ctx,
Value param1,
Pattern pattern) |
static Value |
or(LocaleContext ctx,
Value param1,
Value param2) |
static Value |
subtract(LocaleContext ctx,
Value param1,
Value param2) |
static Value |
xor(LocaleContext ctx,
Value param1,
Value param2) |
public static Value negate(LocaleContext ctx, Value param1)
public static Value add(LocaleContext ctx, Value param1, Value param2)
public static Value subtract(LocaleContext ctx, Value param1, Value param2)
public static Value multiply(LocaleContext ctx, Value param1, Value param2)
public static Value divide(LocaleContext ctx, Value param1, Value param2)
public static Value intDivide(LocaleContext ctx, Value param1, Value param2)
public static Value exp(LocaleContext ctx, Value param1, Value param2)
public static Value mod(LocaleContext ctx, Value param1, Value param2)
public static Value concat(LocaleContext ctx, Value param1, Value param2)
public static Value not(LocaleContext ctx, Value param1)
public static Value lessThan(LocaleContext ctx, Value param1, Value param2)
public static Value greaterThan(LocaleContext ctx, Value param1, Value param2)
public static Value lessThanEq(LocaleContext ctx, Value param1, Value param2)
public static Value greaterThanEq(LocaleContext ctx, Value param1, Value param2)
public static Value equals(LocaleContext ctx, Value param1, Value param2)
public static Value notEquals(LocaleContext ctx, Value param1, Value param2)
public static Value and(LocaleContext ctx, Value param1, Value param2)
public static Value or(LocaleContext ctx, Value param1, Value param2)
public static Value eqv(LocaleContext ctx, Value param1, Value param2)
public static Value xor(LocaleContext ctx, Value param1, Value param2)
public static Value imp(LocaleContext ctx, Value param1, Value param2)
public static Value like(LocaleContext ctx, Value param1, Pattern pattern)
public static Value notLike(LocaleContext ctx, Value param1, Pattern pattern)
public static Value between(LocaleContext ctx, Value param1, Value param2, Value param3)
public static Value notBetween(LocaleContext ctx, Value param1, Value param2, Value param3)
public static Value in(LocaleContext ctx, Value param1, Value[] params)
public static Value notIn(LocaleContext ctx, Value param1, Value[] params)
Copyright © 2005–2024 OpenHMS. All rights reserved.