Esempio n. 1
0
 /** Load the value from a local var (after finally) */
 public void store(CodeSequence code, JLocalVariable var) {
   code.plantLocalVar(expr.getType().getStoreOpcode(), var);
 }
Esempio n. 2
0
 /** Load the value from a local var (after finally) */
 public void load(CodeSequence code, JLocalVariable var) {
   code.plantLocalVar(expr.getType().getLoadOpcode(), var);
 }