|
Jode 1.90-CVS Build Aug 6, 2004 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is a structured block, that supports break.
Method Summary | |
java.lang.String |
getLabel()
Returns the label of this block and creates a new label, if there wasn't a label previously. |
void |
mergeBreakedStack(VariableStack stack)
Is called by BreakBlock, to tell us what the stack can be after a break. |
void |
setBreaked()
Is called by BreakBlock, to tell us that this block is breaked. |
Method Detail |
public java.lang.String getLabel()
public void setBreaked()
public void mergeBreakedStack(VariableStack stack)
stack
- the stack at the break.
|
Jode 1.90-CVS Build Aug 6, 2004 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |