(C context, ObjExpr objx, GeneratorAdapter gen)
| 648 | } |
| 649 | |
| 650 | public void emit(C context, ObjExpr objx, GeneratorAdapter gen){ |
| 651 | objx.emitVarValue(gen,var); |
| 652 | if(context == C.STATEMENT) |
| 653 | { |
| 654 | gen.pop(); |
| 655 | } |
| 656 | } |
| 657 | |
| 658 | public boolean hasJavaClass(){ |
| 659 | return tag != null; |
nothing calls this directly
no test coverage detected