com.borland.jbuilder.jot
Interface JotBreak
- All Superinterfaces:
- JotMarker, JotSourceElement, JotStatement
- public interface JotBreak
- extends JotStatement
This interface represents a break
statement in Java. See section
14.13 in the Java Language Specification for more information.
Method Summary |
java.lang.String |
getLabel()
Returns the label string if specified. |
void |
setLabel(java.lang.String label)
Sets the label string. |
getLabel
public java.lang.String getLabel()
- Returns the label string if specified.
setLabel
public void setLabel(java.lang.String label)
- Sets the label string.