Package sootup.spark

Class PAGEdge

java.lang.Object
org.jgrapht.graph.DefaultEdge
sootup.spark.PAGEdge
All Implemented Interfaces:
Serializable, Cloneable

public class PAGEdge extends org.jgrapht.graph.DefaultEdge
See Also:
  • Constructor Details

    • PAGEdge

      public PAGEdge()
  • Method Details

    • allocation

      public static PAGEdge allocation()
    • assignment

      public static PAGEdge assignment()
    • store

      public static PAGEdge store()
    • load

      public static PAGEdge load()
    • clone

      public Object clone()
      Overrides:
      clone in class Object