public interface Expression
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.lang.String> |
getReferencedFields()
Returns the
Set of field names referenced by the expression. |
StorageType |
getStorageType()
Returns the
StorageType of the expression. |
java.util.Set<java.lang.String> getReferencedFields()
Set
of field names referenced by the expression.Set
of field names referenced by the expressionStorageType getStorageType()
StorageType
of the expression.StorageType
of the expresion.(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.