Пример #1
0
 public void writeLocal(MethodWriter writer, Label start, Label end) {
   IType type = this.refType != null ? this.refType : this.type;
   writer.writeLocal(
       this.index, this.name.qualified, type.getExtendedName(), type.getSignature(), start, end);
 }