| Package | Description | 
|---|---|
| com.ibm.tivoli.maximo.report.expr | 
| Modifier and Type | Method and Description | 
|---|---|
| Node.Visitor.Status | Node. accept(Node.Visitor vis)Apply a visitor to this node and it's children | 
| static Node.Visitor.Status | Node.Visitor.Status. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static Node.Visitor.Status[] | Node.Visitor.Status. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Node.Visitor.Status | ToStringVisitor. visit(Node n,
     Node.Visitor.State state) | 
| Node.Visitor.Status | Node.Visitor. visit(Node n,
     Node.Visitor.State state) | 
| Node.Visitor.Status | Collector. visit(Node n,
     Node.Visitor.State state) | 
| Node.Visitor.Status | Node. visitChildren(Node.Visitor vis,
             Node parent)Applies the visitor to the children of the given Parent, but NOT the
 parent itself. |