Interface NodeWithOptionalLabel<T extends Node>

  • All Known Implementing Classes:
    ContinueStmt

    public interface NodeWithOptionalLabel<T extends Node>
    A node that has an optional label.
    • Method Detail

      • getLabel

        java.util.Optional<SimpleName> getLabel()
      • removeLabel

        T removeLabel()
      • setLabel

        default T setLabel​(java.lang.String label)
      • getLabelAsString

        default java.util.Optional<java.lang.String> getLabelAsString()