Interface IBreakable

  • All Known Implementing Classes:
    BlockScope, LoopScope, SwitchScope, TryScope

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

    Passes are expected to mutate the TranslationResult.

    • Method Detail

      • addBreakStatement

        void addBreakStatement​(BreakStatement breakStatement)
      • getBreakStatements

        java.util.List<BreakStatement> getBreakStatements()