public final class LocalStart extends ZeroSizeInsn
Pseudo-instruction which is used to introduce a new local variable. That
is, an instance of this class in an instruction stream indicates that
starting with the subsequent instruction, the indicated variable
is bound.
Fields Summary
private final com.android.dx.rop.code.RegisterSpec
local
{@code non-null;} register spec representing the local variable introduced
by this instance