| Public Methods |
|
static
AddExpression
|
add(CommonExpression lhs, CommonExpression rhs)
|
|
static
AggregateBoolFunction
|
aggregate(ExpressionParser.AggregateFunction function, CommonExpression source, String var, BoolCommonExpression predicate)
|
|
static
AggregateAllFunction
|
all(CommonExpression source, String var, BoolCommonExpression predicate)
|
|
static
AndExpression
|
and(BoolCommonExpression lhs, BoolCommonExpression rhs)
|
|
static
AggregateAnyFunction
|
any(CommonExpression source)
|
|
static
AggregateAnyFunction
|
any(CommonExpression source, String var, BoolCommonExpression predicate)
|
|
static
String
|
asFilterString(CommonExpression expr)
|
|
static
String
|
asPrintString(CommonExpression expr)
|
|
static
BinaryLiteral
|
binary(byte[] value)
|
|
static
BoolParenExpression
|
boolParen(CommonExpression expression)
|
|
static
BooleanLiteral
|
boolean_(boolean value)
|
|
static
ByteLiteral
|
byte_(UnsignedByte value)
|
|
static
CastExpression
|
cast(String type)
|
|
static
CastExpression
|
cast(CommonExpression expression, String type)
|
|
static
CeilingMethodCallExpression
|
ceiling(CommonExpression target)
|
|
static
ConcatMethodCallExpression
|
concat(CommonExpression lhs, CommonExpression rhs)
|
|
static
DateTimeLiteral
|
dateTime(LocalDateTime value)
|
|
static
DateTimeOffsetLiteral
|
dateTimeOffset(DateTime value)
|
|
static
DayMethodCallExpression
|
day(CommonExpression target)
|
|
static
DecimalLiteral
|
decimal(BigDecimal value)
|
|
static
DivExpression
|
div(CommonExpression lhs, CommonExpression rhs)
|
|
static
DoubleLiteral
|
double_(double value)
|
|
static
EndsWithMethodCallExpression
|
endsWith(CommonExpression target, CommonExpression value)
|
|
static
EqExpression
|
eq(CommonExpression lhs, CommonExpression rhs)
|
|
static
FloorMethodCallExpression
|
floor(CommonExpression target)
|
|
static
GeExpression
|
ge(CommonExpression lhs, CommonExpression rhs)
|
|
static
GtExpression
|
gt(CommonExpression lhs, CommonExpression rhs)
|
|
static
GuidLiteral
|
guid(Guid value)
|
|
static
HourMethodCallExpression
|
hour(CommonExpression target)
|
|
static
IndexOfMethodCallExpression
|
indexOf(CommonExpression target, CommonExpression value)
|
|
static
Int64Literal
|
int64(long value)
|
|
static
IntegralLiteral
|
integral(int value)
|
|
static
IsofExpression
|
isof(String type)
|
|
static
IsofExpression
|
isof(CommonExpression expression, String type)
|
|
static
LeExpression
|
le(CommonExpression lhs, CommonExpression rhs)
|
|
static
LengthMethodCallExpression
|
length(CommonExpression target)
|
|
static
LiteralExpression
|
literal(Object value)
|
|
static
LiteralExpression
|
literal(EdmSimpleType<?> edmType, Object value)
|
|
static
Object
|
literalValue(LiteralExpression expression)
|
|
static
LtExpression
|
lt(CommonExpression lhs, CommonExpression rhs)
|
|
static
MinuteMethodCallExpression
|
minute(CommonExpression target)
|
|
static
ModExpression
|
mod(CommonExpression lhs, CommonExpression rhs)
|
|
static
MonthMethodCallExpression
|
month(CommonExpression target)
|
|
static
MulExpression
|
mul(CommonExpression lhs, CommonExpression rhs)
|
|
static
NeExpression
|
ne(CommonExpression lhs, CommonExpression rhs)
|
|
static
NegateExpression
|
negate(CommonExpression expression)
|
|
static
NotExpression
|
not(CommonExpression expression)
|
|
static
NullLiteral
|
null_()
|
|
static
OrExpression
|
or(BoolCommonExpression lhs, BoolCommonExpression rhs)
|
|
static
OrderByExpression
|
orderBy(CommonExpression expression, OrderByExpression.Direction direction)
|
|
static
ParenExpression
|
paren(CommonExpression expression)
|
|
static
CommonExpression
|
parse(String value)
|
|
static
ReplaceMethodCallExpression
|
replace(CommonExpression target, CommonExpression find, CommonExpression replace)
|
|
static
RoundMethodCallExpression
|
round(CommonExpression target)
|
|
static
SByteLiteral
|
sbyte_(byte value)
|
|
static
SecondMethodCallExpression
|
second(CommonExpression target)
|
|
static
EntitySimpleProperty
|
simpleProperty(String propertyName)
|
|
static
SingleLiteral
|
single(float value)
|
|
static
StartsWithMethodCallExpression
|
startsWith(CommonExpression target, CommonExpression value)
|
|
static
StringLiteral
|
string(String value)
|
|
static
SubExpression
|
sub(CommonExpression lhs, CommonExpression rhs)
|
|
static
SubstringMethodCallExpression
|
substring(CommonExpression target, CommonExpression start, CommonExpression length)
|
|
static
SubstringMethodCallExpression
|
substring(CommonExpression target, CommonExpression start)
|
|
static
SubstringOfMethodCallExpression
|
substringOf(CommonExpression value, CommonExpression target)
|
|
static
SubstringOfMethodCallExpression
|
substringOf(CommonExpression value)
|
|
static
TimeLiteral
|
time(LocalTime value)
|
|
static
ToLowerMethodCallExpression
|
toLower(CommonExpression target)
|
|
static
ToUpperMethodCallExpression
|
toUpper(CommonExpression target)
|
|
static
TrimMethodCallExpression
|
trim(CommonExpression target)
|
|
static
YearMethodCallExpression
|
year(CommonExpression target)
|