public static class CallGraph.Edge extends Object
Edge(Statement callSite, Method callee)
boolean
equals(Object obj)
int
hashCode()
Statement
src()
Method
tgt()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Edge(Statement callSite, Method callee)
public Method tgt()
public Statement src()
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString
Copyright © 2024. All rights reserved.