Package nallar.tickthreading.patcher.mappings

Examples of nallar.tickthreading.patcher.mappings.FieldDescription


                prefix = field + '.';
                field = after.substring(1);
                after = "";
              }
            }
            FieldDescription obfuscatedField = mappings.map(new FieldDescription(type, field));
            if (obfuscatedField != null) {
              patchDescriptor.set("field", prefix + obfuscatedField.name + after);
            }
          }
        }
View Full Code Here

TOP

Related Classes of nallar.tickthreading.patcher.mappings.FieldDescription

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.