Package org.spongepowered.asm.util
Class Bytecode.DelegateInitialiser
java.lang.Object
org.spongepowered.asm.util.Bytecode.DelegateInitialiser
- Enclosing class:
Bytecode
Information bundle returned from
Bytecode.findDelegateInit(org.objectweb.asm.tree.MethodNode, java.lang.String, java.lang.String)-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal org.objectweb.asm.tree.MethodInsnNodeConstructor invocationfinal booleanTrue if the invocation is found, false if no delegate constructor was found (false for DelegateInitialiser.NONE)final booleanTrue if the invocation is a super call, false if it's a call to another ctor in the same classstatic final Bytecode.DelegateInitialiserNo delegate initialiser found -
Method Summary
-
Field Details
-
NONE
No delegate initialiser found -
insn
public final org.objectweb.asm.tree.MethodInsnNode insnConstructor invocation -
isSuper
public final boolean isSuperTrue if the invocation is a super call, false if it's a call to another ctor in the same class -
isPresent
public final boolean isPresentTrue if the invocation is found, false if no delegate constructor was found (false for DelegateInitialiser.NONE)
-
-
Method Details