Package | Description |
---|---|
net.hydromatic.linq4j.expressions |
Object model for Java expressions.
|
Modifier and Type | Method and Description |
---|---|
static ConditionalExpression |
Expressions.condition(Expression test,
Expression ifTrue,
Expression ifFalse,
Type type)
Creates a ConditionalExpression that represents a conditional
statement.
|
Copyright © 2012-2014 Julian Hyde. All Rights Reserved.