Package | Description |
---|---|
net.sf.cglib.core | |
net.sf.cglib.core.internal |
Modifier and Type | Method | Description |
---|---|---|
static void |
EmitUtils.append_string(CodeEmitter e,
org.objectweb.asm.Type type,
EmitUtils.ArrayDelimiters delims,
CustomizerRegistry registry) |
|
static void |
EmitUtils.hash_code(CodeEmitter e,
org.objectweb.asm.Type type,
int multiplier,
CustomizerRegistry registry) |
|
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.
|
Modifier and Type | Method | Description |
---|---|---|
static CustomizerRegistry |
CustomizerRegistry.singleton(Customizer customizer) |
Deprecated.
Only to keep backward compatibility.
|
Copyright © 2018. All rights reserved.