Interface MutableGraph<T>

All Superinterfaces:
Graph<T>
All Known Implementing Classes:
Op03SimpleStatement, Op04StructuredStatement

public interface MutableGraph<T> extends Graph<T>
  • Method Summary

    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
  • Method Details

    • addSource

      void addSource(T source)
    • addTarget

      void addTarget(T target)