public static class ControlFlowGraph.Edge extends Pair<Statement,Statement> implements wpds.interfaces.Location
Edge(Statement start, Statement target)
boolean
accepts(wpds.interfaces.Location other)
Method
getMethod()
Statement
getStart()
getTarget()
String
toString()
equals, getX, getY, hashCode
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Edge(Statement start, Statement target)
public String toString()
toString
Pair<Statement,Statement>
public Statement getStart()
public Statement getTarget()
public Method getMethod()
public boolean accepts(wpds.interfaces.Location other)
accepts
wpds.interfaces.Location
Copyright © 2024. All rights reserved.