public static class Bytecode.DelegateInitialiser
extends java.lang.Object
Bytecode.findDelegateInit(org.objectweb.asm.tree.MethodNode, java.lang.String, java.lang.String)| Modifier and Type | Field and Description |
|---|---|
org.objectweb.asm.tree.MethodInsnNode |
insn
Constructor invocation
|
boolean |
isPresent
True if the invocation is found, false if no delegate constructor
was found (false for DelegateInitialiser.NONE)
|
boolean |
isSuper
True if the invocation is a super call, false if it's a call to
another ctor in the same class
|
static Bytecode.DelegateInitialiser |
NONE
No delegate initialiser found
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public static final Bytecode.DelegateInitialiser NONE
public final org.objectweb.asm.tree.MethodInsnNode insn
public final boolean isSuper
public final boolean isPresent