public class TypedArgumentNode extends ArgumentNode
| Modifier and Type | Field and Description |
|---|---|
private Node |
typeNode |
EMPTY_LIST| Constructor and Description |
|---|
TypedArgumentNode(ArgumentNode argNode,
Node typeNode) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Node> |
childNodes() |
Node |
getTypeNode() |
accept, getDepth, getIndex, getName, getNodeType, setNameassign, createList, createList, createList, createList, definition, getNodeName, getPosition, interpret, isNil, setPosition, toStringprivate Node typeNode
public TypedArgumentNode(ArgumentNode argNode, Node typeNode)
public Node getTypeNode()
public java.util.List<Node> childNodes()
childNodes in class ArgumentNode