public final class NSExpressionType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
AggregateExpressionType |
static long |
AnyKeyExpressionType |
static long |
BlockExpressionType |
static long |
ConditionalExpressionType |
static long |
ConstantValueExpressionType
Expression that always returns the same value
|
static long |
EvaluatedObjectExpressionType
Expression that always returns the parameter object itself
|
static long |
FunctionExpressionType
Expression that returns the result of evaluating a symbol
|
static long |
IntersectSetExpressionType
Expression that returns the result of doing an intersectSet: on two expressions that evaluate to flat collections (arrays or sets)
|
static long |
KeyPathExpressionType
Expression that returns something that can be used as a key path
|
static long |
MinusSetExpressionType
Expression that returns the result of doing a minusSet: on two expressions that evaluate to flat collections (arrays or sets)
|
static long |
SubqueryExpressionType |
static long |
UnionSetExpressionType
Expression that returns the result of doing a unionSet: on two expressions that evaluate to flat collections (arrays or sets)
|
static long |
VariableExpressionType
Expression that always returns whatever is stored at 'variable' in the bindings dictionary
|
public static final long ConstantValueExpressionType
public static final long EvaluatedObjectExpressionType
public static final long VariableExpressionType
public static final long KeyPathExpressionType
public static final long FunctionExpressionType
public static final long UnionSetExpressionType
public static final long IntersectSetExpressionType
public static final long MinusSetExpressionType
public static final long SubqueryExpressionType
public static final long AggregateExpressionType
public static final long AnyKeyExpressionType
public static final long BlockExpressionType
public static final long ConditionalExpressionType