static void |
EmitUtils.append_string(CodeEmitter e,
Type type,
EmitUtils.ArrayDelimiters delims,
Customizer customizer) |
static KeyFactory |
KeyFactory.create(Class keyInterface,
Customizer customizer) |
static KeyFactory |
KeyFactory.create(ClassLoader loader,
Class keyInterface,
Customizer customizer) |
static void |
EmitUtils.hash_code(CodeEmitter e,
Type type,
int multiplier,
Customizer customizer) |
static void |
EmitUtils.not_equals(CodeEmitter e,
Type type,
Label notEquals,
Customizer customizer)
Branches to the specified label if the top two items on the stack
are not equal.
|
void |
KeyFactory.Generator.setCustomizer(Customizer customizer) |