private static void |
EmitUtils.append_string_helper(CodeEmitter e,
org.objectweb.asm.Type type,
EmitUtils.ArrayDelimiters delims,
CustomizerRegistry registry,
ProcessArrayCallback callback) |
static void |
EmitUtils.append_string(CodeEmitter e,
org.objectweb.asm.Type type,
EmitUtils.ArrayDelimiters delims,
CustomizerRegistry registry) |
private static void |
EmitUtils.hash_array(CodeEmitter e,
org.objectweb.asm.Type type,
int multiplier,
CustomizerRegistry registry) |
static void |
EmitUtils.hash_code(CodeEmitter e,
org.objectweb.asm.Type type,
int multiplier,
CustomizerRegistry registry) |
private static void |
EmitUtils.hash_object(CodeEmitter e,
org.objectweb.asm.Type type,
CustomizerRegistry registry) |
private static void |
EmitUtils.not_equals_helper(CodeEmitter e,
org.objectweb.asm.Type type,
org.objectweb.asm.Label notEquals,
CustomizerRegistry registry,
ProcessArrayCallback callback) |
static void |
EmitUtils.not_equals(CodeEmitter e,
org.objectweb.asm.Type type,
org.objectweb.asm.Label notEquals,
CustomizerRegistry registry)
Branches to the specified label if the top two items on the stack
are not equal.
|