mergeBreakedStack added for stack analyzation

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@307 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent f19074f0ef
commit 29db6a9bda
  1. 7
      jode/jode/flow/BreakableBlock.java

@ -33,4 +33,11 @@ public interface BreakableBlock {
* Is called by BreakBlock, to tell us that this block is breaked.
*/
public void setBreaked();
/**
* Is called by BreakBlock, to tell us what the stack can be after a
* break.
* @param stack the stack at the break.
*/
public void mergeBreakedStack(VariableStack stack);
}

Loading…
Cancel
Save