fr.umlv.tatoo.runtime.node
Class SimpleNode<V>
java.lang.Object
fr.umlv.tatoo.runtime.node.AbstractNode
fr.umlv.tatoo.runtime.node.SimpleNode<V>
- All Implemented Interfaces:
- Node
- Direct Known Subclasses:
- SimpleNodeAST
public abstract class SimpleNode<V>
- extends AbstractNode
SimpleNode
public SimpleNode(AST ast,
V value,
List<Node> allNodes)
getValue
public V getValue()
getAST
public AST getAST()
- Specified by:
getAST in interface Node
getParent
public Node getParent()
- Specified by:
getParent in interface Node
setParent
protected void setParent(Node parent)
getBinding
public Binding getBinding()
- This implementation always return null.
- Specified by:
getBinding in interface Node
getAttribute
public final <A> A getAttribute(Class<A> attributeType)
- Specified by:
getAttribute in interface Node
setAttribute
public final <A> void setAttribute(Class<A> attributeType,
A attribute)
- Specified by:
setAttribute in interface Node