Class L


public class L extends I
locals
  • Field Details

  • Method Details

    • v

      public static L v(LocalVarNode origin, boolean positive)
    • addOutEdge

      public boolean addOutEdge(G to)
    • getOutGs

      public Stream<G> getOutGs()
    • addOutEdge

      public boolean addOutEdge(BNode toE)
      Overrides:
      addOutEdge in class I
    • addOutEntryEdge

      public boolean addOutEntryEdge(int i, L toE)
    • addOutExitEdge

      public boolean addOutExitEdge(int i, L toE)
    • getOutEntryEdges

      public Set<L> getOutEntryEdges()
    • getOutExitEdges

      public Set<Map.Entry<Integer,Set<L>>> getOutExitEdges()
    • addInEntryEdge

      public boolean addInEntryEdge(int i, L fromE)
    • getInEntryEdges

      public Set<L> getInEntryEdges(int i)
    • forwardTargets

      public Stream<? extends BNode> forwardTargets()
      Overrides:
      forwardTargets in class I
    • inv

      public L inv()