Interface CtLabelledFlowBreak

    • Method Detail

      • getTargetLabel

        String getTargetLabel()
        Gets the label from which the control flow breaks (null if no label defined).
      • setTargetLabel

        <T extends CtLabelledFlowBreak> T setTargetLabel​(String targetLabel)
        Sets the label from which the control flow breaks (null if no label defined).
      • getLabelledStatement

        CtStatement getLabelledStatement()