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.
 
Methods inherited from interface com.borland.jbuilder.jot.JotStatement
getCodeBlock, getStatements
 
Methods inherited from interface com.borland.jbuilder.jot.JotMarker
addUserData, getEndPosition, getStartPosition, getUserData
 
Methods inherited from interface com.borland.jbuilder.jot.JotSourceElement
getIndentLevel, getParent, getText, isModified, setModified, setText
 

Method Detail

getLabel

public java.lang.String getLabel()
Returns the label string if specified.

setLabel

public void setLabel(java.lang.String label)
Sets the label string.