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