| Modifier and Type | Method and Description |
|---|---|
static Break |
build(Label label)
Create a break statement.
|
Label |
getLabel()
Get the optional break label.
|
void |
setLabel(Label label)
Set the break label.
|
attachTag, getSubElements, isCompound, replaceSubElement, retrieveTagpublic static Break build(Label label)
Create a break statement.
label - optional labelpublic Label getLabel()
Get the optional break label.
public void setLabel(Label label)
Set the break label.
label - optional label