public class PropExpression extends Expression
| Constructor and Description | 
|---|
| PropExpression(java.lang.String propertyPath,
              IEntityType entityType) | 
| Modifier and Type | Method and Description | 
|---|---|
| DataType | getDataType() | 
| IEntityType | getEntityType() | 
| IProperty | getProperty() | 
| java.lang.String | getPropertyPath() | 
createLHSExpression, createRHSExpressionpublic PropExpression(java.lang.String propertyPath,
              IEntityType entityType)
public IEntityType getEntityType()
public java.lang.String getPropertyPath()
public IProperty getProperty()
public DataType getDataType()
getDataType in class Expression