dk.brics.servletvalidator.flowgraph
Class EntryNode
java.lang.Object
dk.brics.servletvalidator.flowgraph.AbstractNode
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.
EntryNode
public EntryNode()
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.