Maven module :
un.api : api-common :
Class :
un.api.model.tree.NodeVisitor
Extends/Implements :
-
Subclasses :
-
A Visitor, allows to recursivly explore a tree model.
author
Johann Sorel
Variables :
-
Functions :
visit
Visit the given node.
param
node, node to visit, not null
param
context, context information object, may be null.
return
visit result, may be null
Object
visit
(Node node, Object context)
author Johann Sorel