Uses of Class
org.objectweb.asm.Edge

Packages that use Edge
Package
Description
Provides a small and fast bytecode manipulation framework.
  • Uses of Edge in org.objectweb.asm

    Fields in org.objectweb.asm declared as Edge
    Modifier and Type
    Field
    Description
    (package private) Edge
    The next edge in the list of outgoing edges of a basic block.
    (package private) Edge
    The outgoing edges of the basic block corresponding to this label, in the control flow graph of its method.
    Constructors in org.objectweb.asm with parameters of type Edge
    Modifier
    Constructor
    Description
    (package private)
    Edge(int info, Label successor, Edge nextEdge)
    Constructs a new Edge.