dk.brics.servletvalidator.flowgraph
Class NopNode
java.lang.Object
dk.brics.servletvalidator.flowgraph.AbstractNode
dk.brics.servletvalidator.flowgraph.NopNode
- All Implemented Interfaces:
- Node
public class NopNode
- extends AbstractNode
A nop node represents a join point in the program, meaning the target of a goto or a place where the program
branches or returns from a method invocation.
- Author:
- schwarz
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NopNode
public NopNode()
accept
public void accept(NodeVisitor n)
- Description copied from interface:
Node
- Accepts the given visitor
Copyright © 2008 Mathias Schwarz.