static EmitterFactory.Emitter |
EmitterFactory.makeEmitter(ExpressionFactory.NonStaticFieldAccessExpression expr,
boolean isStore)
Create an emitter that generates the instruction needed to
either store the TOS value into the non-static field (isStore==true)
or push the non-static fields's value onto the stack (isStore==false).
|