public class L extends I
| Modifier and Type | Field and Description |
|---|---|
static Map<LocalVarNode,L> |
l2LN |
static Map<LocalVarNode,L> |
l2LP |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addInEntryEdge(int i,
L fromE) |
boolean |
addOutEdge(BNode toE) |
boolean |
addOutEdge(G to) |
boolean |
addOutEntryEdge(int i,
L toE) |
boolean |
addOutExitEdge(int i,
L toE) |
Stream<? extends BNode> |
forwardTargets() |
Set<L> |
getInEntryEdges(int i) |
Set<L> |
getOutEntryEdges() |
Set<Map.Entry<Integer,Set<L>>> |
getOutExitEdges() |
Stream<G> |
getOutGs() |
L |
inv() |
static L |
v(LocalVarNode origin,
boolean positive) |
addOutEdge, clearParas, getOutTargetsisVisited, reset, setVisited, toStringpublic static Map<LocalVarNode,L> l2LN
public static Map<LocalVarNode,L> l2LP
public static L v(LocalVarNode origin, boolean positive)
public boolean addOutEdge(G to)
public boolean addOutEdge(BNode toE)
addOutEdge in class Ipublic boolean addOutEntryEdge(int i,
L toE)
public boolean addOutExitEdge(int i,
L toE)
public boolean addInEntryEdge(int i,
L fromE)
public Stream<? extends BNode> forwardTargets()
forwardTargets in class Ipublic L inv()
Copyright © 2024 Soot OSS. All rights reserved.