org.jvnet.ws.wadl.ast
Class AbstractNode
java.lang.Object
org.jvnet.ws.wadl.ast.AbstractNode
- Direct Known Subclasses:
- ApplicationNode, FaultNode, MethodNode, RepresentationNode, ResourceNode, ResourceTypeNode
public abstract class AbstractNode
- extends Object
Provide common function for all node types
- Author:
- gdavison
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractNode
public AbstractNode()
getLocation
public abstract Locator getLocation()
- Returns:
- The location of the node
visit
public void visit(AbstractNode.NodeVisitor visitor)
- Allow the provided parameter to visit the current node and any
child nodes.
Copyright © 2014. All Rights Reserved.