API  0.9.6
 All Classes Files Functions Variables Macros Groups Pages
CPExpression.j File Reference

Go to the source code of this file.

Variables

 CPAggregateExpressionType = 5
 
 CPConstantValueExpressionType = 0
 
 CPEvaluatedObjectExpressionType = 1
 
 CPFunctionExpressionType = 4
 
 CPIntersectSetExpressionType = 8
 
 CPKeyPathExpressionType = 3
 
 CPMinusSetExpressionType = 9
 
 CPSubqueryExpressionType = 6
 
 CPUnionSetExpressionType = 7
 
 CPVariableExpressionType = 2
 

Variable Documentation

CPAggregateExpressionType = 5

An expression that defines an aggregate of CPExpression objects.

Definition at line 46 of file CPExpression.j.

CPConstantValueExpressionType = 0

An expression that always returns the same value.

Definition at line 26 of file CPExpression.j.

CPEvaluatedObjectExpressionType = 1

An expression that always returns the parameter object itself.

Definition at line 30 of file CPExpression.j.

CPFunctionExpressionType = 4

An expression that returns the result of evaluating a function.

Definition at line 42 of file CPExpression.j.

CPIntersectSetExpressionType = 8

An expression that creates an intersection of the results of two nested expressions.

Definition at line 58 of file CPExpression.j.

CPKeyPathExpressionType = 3

An expression that returns something that can be used as a key path.

Definition at line 38 of file CPExpression.j.

CPMinusSetExpressionType = 9

An expression that combines two nested expression results by set subtraction.

Definition at line 62 of file CPExpression.j.

CPSubqueryExpressionType = 6

An expression that filters a collection using a subpredicate.

Definition at line 50 of file CPExpression.j.

CPUnionSetExpressionType = 7

An expression that creates a union of the results of two nested expressions.

Definition at line 54 of file CPExpression.j.

CPVariableExpressionType = 2

An expression that always returns whatever value is associated with the key specified by ‘variable’ in the bindings dictionary.

Definition at line 34 of file CPExpression.j.