V - The enclosing StoreEntry typeT - The Attribute's typepublic final class AttributeAccessNode<V,T> extends ExpressionNode<T>
returnType| Constructor and Description |
|---|
AttributeAccessNode(AttributeMetadata<V,T> attr) |
| Modifier and Type | Method and Description |
|---|---|
AttributeMetadata<V,T> |
getAttributeMetadata()
Return the SessionAttributeMetadata associated with this Attribute
|
LogicalExpressionNode |
in(Collection<? extends T> entries)
Checks if the value of the Attribute is in the Collection.
|
getOpcode, getReturnTypepublic AttributeAccessNode(AttributeMetadata<V,T> attr)
public AttributeMetadata<V,T> getAttributeMetadata()
public LogicalExpressionNode in(Collection<? extends T> entries)
entries - The Collection of data to examineCopyright © 2017-2019 Eclipse Foundation. All Rights Reserved.