T - type of the elements of the iterablepublic class IterableResolvingExpression<T> extends AbstractDeferredExpression<java.lang.Iterable<T>> implements java.io.Serializable
Iterable of Expression of T, resolves to an Iterable of T. In other
words, it resolves the inner Expression of the Iterable.| Constructor and Description |
|---|
IterableResolvingExpression(java.lang.Iterable<Expression<T>> iterable) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<? extends Expression<T>> |
expressions() |
java.util.List<? extends Node> |
getChildren()
Has to return the children of the node.
|
int |
hashCode() |
java.lang.String |
toString() |
get, isResolvedpublic IterableResolvingExpression(java.lang.Iterable<Expression<T>> iterable)
public java.util.List<? extends Node> getChildren()
NodenullgetChildren in interface Nodepublic java.util.List<? extends Expression<T>> expressions()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object