Interface StatementContainer<T>

    • Method Detail

      • getStatement

        T getStatement()
      • getTargetStatement

        T getTargetStatement​(int idx)
      • getLabel

        java.lang.String getLabel()
      • nopOut

        void nopOut()
      • replaceStatement

        void replaceStatement​(T newTarget)
      • nopOutConditional

        void nopOutConditional()
      • getBlockIdentifiers

        java.util.Set<BlockIdentifier> getBlockIdentifiers()
      • copyBytecodeInformationFrom

        void copyBytecodeInformationFrom​(StatementContainer<T> other)