Home | History | Annotate | Download | only in Debug

Lines Matching defs:endLocal

35 import org.jf.dexlib2.iface.debug.EndLocal;
42 @Nonnull private final EndLocal endLocal;
46 @Nonnull EndLocal endLocal) {
48 this.endLocal = endLocal;
55 registerFormatter.writeTo(writer, endLocal.getRegister());
57 String name = endLocal.getName();
58 String type = endLocal.getType();
59 String signature = endLocal.getSignature();