Interface ASTSwitchBranch

    • Method Detail

      • getLabel

        default ASTSwitchLabel getLabel()
        Returns the label, which may be compound.
      • isDefault

        default boolean isDefault()
        Return true if this is the default branch.
      • getNextBranch

        default @Nullable ASTSwitchBranch getNextBranch()
        Returns the next branch, if it exists.
      • getPreviousBranch

        default @Nullable ASTSwitchBranch getPreviousBranch()
        Returns the previous branch, if it exists.