dk.brics.servletvalidator.flowgraph
Class NopNode

java.lang.Object
  extended by dk.brics.servletvalidator.flowgraph.AbstractNode
      extended by 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

Constructor Summary
NopNode()
           
 
Method Summary
 void accept(NodeVisitor n)
          Accepts the given visitor
 
Methods inherited from class dk.brics.servletvalidator.flowgraph.AbstractNode
addSucessor, getSuccessors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NopNode

public NopNode()
Method Detail

accept

public void accept(NodeVisitor n)
Description copied from interface: Node
Accepts the given visitor



Copyright © 2008 Mathias Schwarz.