fr.umlv.tatoo.runtime.ast
Interface Node.NoParent

All Superinterfaces:
Node
Enclosing interface:
Node

public static interface Node.NoParent
extends Node

A node type used as return type of the method getParent() to indicates that the node is a root node without parent. The uniq legal value of NoParent is null.

Author:
Remi

Nested Class Summary
 
Nested classes/interfaces inherited from interface fr.umlv.tatoo.runtime.ast.Node
Node.NoParent, Node.NoValue
 
Method Summary
 
Methods inherited from interface fr.umlv.tatoo.runtime.ast.Node
accept, attributeList, attributeMap, getName, getParent, nodeList