Uses of Interface
fr.umlv.tatoo.runtime.ast.Node

Packages that use Node
fr.umlv.tatoo.runtime.ast   
 

Uses of Node in fr.umlv.tatoo.runtime.ast
 

Subinterfaces of Node in fr.umlv.tatoo.runtime.ast
 interface Token
           
 

Methods in fr.umlv.tatoo.runtime.ast that return Node
 Node Node.getParent()
          Returns the parent of the current node.
 

Methods in fr.umlv.tatoo.runtime.ast that return types with arguments of type Node
 List<? extends Node> Node.nodeList()
          A read-only list of all sub nodes of the current node.