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, or
getLeft, getRight
getOpcode
public InExpressionNode(ExpressionNode<T> value, Collection<? extends T> entries)
public Collection<? extends T> getEntries()
Copyright © 2016 Oracle Corporation. All rights reserved.