public abstract class Expression
extends java.lang.Object
| Constructor and Description |
|---|
Expression() |
| Modifier and Type | Method and Description |
|---|---|
static Expression |
createLHSExpression(java.lang.Object exprSource,
IEntityType entityType) |
static Expression |
createRHSExpression(java.lang.Object exprSource,
IEntityType entityType,
DataType otherExprDataType) |
abstract DataType |
getDataType() |
public static Expression createLHSExpression(java.lang.Object exprSource, IEntityType entityType)
public static Expression createRHSExpression(java.lang.Object exprSource, IEntityType entityType, DataType otherExprDataType)
public abstract DataType getDataType()