java.lang.Object
com.ibm.wala.cast.js.callgraph.fieldbased.flowgraph.vertices.Vertex
com.ibm.wala.cast.js.callgraph.fieldbased.flowgraph.vertices.RetVertex
All Implemented Interfaces:
PointerKey

public class RetVertex extends Vertex implements PointerKey
A return vertex represents all return values of a given function.
Author:
mschaefer
  • Method Details