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, isResolved
public IterableResolvingExpression(java.lang.Iterable<Expression<T>> iterable)
public java.util.List<? extends Node> getChildren()
Node
null
getChildren
in interface Node
public java.util.List<? extends Expression<T>> expressions()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object