com.borland.jbuilder.jot
Interface JotContinue

All Superinterfaces:
JotMarker, JotSourceElement, JotStatement

public interface JotContinue
extends JotStatement

This interface represents a continue statement in Java. See section 14.14 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.