(C context, ObjExpr objx, GeneratorAdapter gen)
| 691 | } |
| 692 | |
| 693 | public void emit(C context, ObjExpr objx, GeneratorAdapter gen){ |
| 694 | objx.emitVar(gen, var); |
| 695 | if(context == C.STATEMENT) |
| 696 | gen.pop(); |
| 697 | } |
| 698 | |
| 699 | public boolean hasJavaClass(){ |
| 700 | return true; |