fr.umlv.tatoo.cc.ebnf.ast
Class SimpleNodeAST<V>

java.lang.Object
  extended by fr.umlv.tatoo.runtime.node.AbstractNode
      extended by fr.umlv.tatoo.runtime.node.SimpleNode<V>
          extended by fr.umlv.tatoo.cc.ebnf.ast.SimpleNodeAST<V>
All Implemented Interfaces:
Node

public class SimpleNodeAST<V>
extends SimpleNode<V>


Constructor Summary
SimpleNodeAST(AST ast, Kind kind, V value, List<Node> allNodes)
           
 
Method Summary
<R,P,E extends Exception>
R
accept(TreeASTVisitor<? extends R,? super P,? extends E> visitor, P parameter)
           
 AST getAST()
           
<A> A
getAttribute(Class<A> attributeType)
           
 Binding getBinding()
          This implementation always return null.
 Kind getKind()
           
 Node getParent()
           
<A> void
setAttribute(Class<A> attributeType, A attribute)
           
protected  void setParent(Node parent)
           
 
Methods inherited from class fr.umlv.tatoo.runtime.node.SimpleNode
getValue
 
Methods inherited from class fr.umlv.tatoo.runtime.node.AbstractNode
allNodeList, isToken, nodeList, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleNodeAST

public SimpleNodeAST(AST ast,
                     Kind kind,
                     V value,
                     List<Node> allNodes)
Method Detail

getKind

public Kind getKind()

accept

public <R,P,E extends Exception> R accept(TreeASTVisitor<? extends R,? super P,? extends E> visitor,
                                          P parameter)
         throws E extends Exception
Throws:
E extends Exception

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