T - the type of the object which will be created by the contained operation.public class CreationOperationExpression<T> extends AbstractDeferredExpression<T> implements java.io.Serializable
| Constructor and Description |
|---|
CreationOperationExpression(CreationOperation<T> operation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<Node> |
getChildren()
Has to return the children of the node.
|
CreationOperation<T> |
getOperation() |
int |
hashCode() |
java.lang.String |
toString() |
get, isResolvedpublic CreationOperationExpression(CreationOperation<T> operation)
public java.util.List<Node> getChildren()
NodenullgetChildren in interface Nodepublic CreationOperation<T> getOperation()
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