org.inxar.jenesis
Interface Continue
- All Superinterfaces:
- Codeable, Statement
- public interface Continue
- extends Statement
Statement
subinterface for the continue
keyword.
Continue
can optionally goto a labeled statement.
Method Summary |
java.lang.String |
getGoto()
Gets the target for this continue statement. |
void |
setGoto(java.lang.String ident)
Sets the target for this continue statement. |
setGoto
public void setGoto(java.lang.String ident)
- Sets the target for this
continue
statement.
getGoto
public java.lang.String getGoto()
- Gets the target for this
continue
statement.