Package org.openl.rules.dt
Class Expr
- java.lang.Object
-
- org.openl.rules.dt.Expr
-
public class Expr extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static JavaOpenClassEXPR_JAVA_OPEN_CLASSstatic ExprNULL_EXPR
-
Constructor Summary
Constructors Constructor Description Expr(IBoundNode boundNode)
-
-
-
Field Detail
-
EXPR_JAVA_OPEN_CLASS
public static final JavaOpenClass EXPR_JAVA_OPEN_CLASS
-
NULL_EXPR
public static final Expr NULL_EXPR
-
-
Constructor Detail
-
Expr
public Expr(IBoundNode boundNode)
-
-