dk.brics.servletvalidator.flowgraph
Class EntryNode

java.lang.Object
  extended by dk.brics.servletvalidator.flowgraph.AbstractNode
      extended by dk.brics.servletvalidator.flowgraph.EntryNode
All Implemented Interfaces:
Node

public class EntryNode
extends AbstractNode

An entry node marks the beginning of a method. It holds the names of the class and the method for ease of debugging.


Constructor Summary
EntryNode()
           
 
Method Summary
 void accept(NodeVisitor n)
          Accepts the given visitor
 String getClassName()
           
 String getMethodName()
           
 soot.SootMethod getSootMethod()
           
 void setClassName(String className)
           
 void setMethodName(String methodName)
           
 void setSootMethod(soot.SootMethod sootMethod)
           
 String toString()
           
 
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, wait, wait, wait
 

Constructor Detail

EntryNode

public EntryNode()
Method Detail

accept

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


getClassName

public String getClassName()

getMethodName

public String getMethodName()

getSootMethod

public soot.SootMethod getSootMethod()

setClassName

public void setClassName(String className)

setMethodName

public void setMethodName(String methodName)

setSootMethod

public void setSootMethod(soot.SootMethod sootMethod)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008 Mathias Schwarz.