Interface IContinuable

  • All Known Implementing Classes:
    LoopScope

    public interface IContinuable
    Represents a class that enhances the graph before it is persisted.

    Passes are expected to mutate the TranslationResult.

    • Method Detail

      • addContinueStatement

        void addContinueStatement​(ContinueStatement continueStatement)