T - The type of operands involvedpublic class InExpressionNode<T> extends LogicalExpressionNode
returnType| Constructor and Description |
|---|
InExpressionNode(ExpressionNode<T> value,
Collection<? extends T> entries) |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends T> |
getEntries() |
and, eq, getReturnType, isNotTrue, isTrue, neq, orgetLeft, getRightgetOpcodepublic InExpressionNode(ExpressionNode<T> value, Collection<? extends T> entries)
public Collection<? extends T> getEntries()
Copyright © 2017-2019 Eclipse Foundation. All Rights Reserved.