Skip navigation links

Package com.trigersoft.jaque.expression

Contains classes, interfaces and enumerations that enable language-level code expressions to be represented as objects in the form of expression trees.

See: Description

Package com.trigersoft.jaque.expression Description

Contains classes, interfaces and enumerations that enable language-level code expressions to be represented as objects in the form of expression trees.

Use LambdaExpression.parse(Object) to get a lambda expression tree.

The abstract class Expression provides the root of a class hierarchy used to model expression trees.

The classes in this package that derive from Expression, for example MemberExpression and ParameterExpression, are used to represent nodes in an expression tree. The Expression class contains static factory methods to create expression tree nodes of the various types.

The enumeration type ExpressionType specifies the unique node types.

Skip navigation links

Copyright © 2014 TrigerSoft. All rights reserved.