Uses of Class
com.apicatalog.tree.io.NodeVisitor.Context
-
-
Uses of NodeVisitor.Context in com.apicatalog.tree.io
Fields in com.apicatalog.tree.io declared as NodeVisitor.Context Modifier and Type Field Description protected NodeVisitor.ContextNodeVisitor. nodeContextRole of the current node.Methods in com.apicatalog.tree.io that return NodeVisitor.Context Modifier and Type Method Description static NodeVisitor.ContextNodeVisitor.Context. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NodeVisitor.Context[]NodeVisitor.Context. values()Returns an array containing the constants of this enum type, in the order they are declared.
-