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, isResolved
public CreationOperationExpression(CreationOperation<T> operation)
public java.util.List<Node> getChildren()
Node
null
getChildren
in interface Node
public CreationOperation<T> getOperation()
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