LocalEndpublic final class LocalEnd extends ZeroSizeInsn Pseudo-instruction which is used to explicitly end the mapping of a
register to a named local variable. That is, an instance of this
class in an instruction stream indicates that starting with the
subsequent instruction, the indicated variable is no longer valid. |
Fields Summary |
---|
private final com.android.dx.rop.code.RegisterSpec | localnon-null; register spec representing the local variable ended
by this instance. Note: Technically, only the register
number needs to be recorded here as the rest of the information
is implicit in the ambient local variable state, but other code
will check the other info for consistency. |
|