Interface MutableGraph<T>
-
- All Superinterfaces:
Graph<T>
- All Known Implementing Classes:
Op03SimpleStatement
,Op04StructuredStatement
public interface MutableGraph<T> extends Graph<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addSource(T source)
void
addTarget(T target)
-
Methods inherited from interface org.benf.cfr.reader.bytecode.analysis.opgraph.Graph
getSources, getTargets
-
-