public class InsnListEx extends InsnListReadOnly implements IInsnListEx
IInsnListExIInsnListEx.SpecialNodeType| Constructor and Description |
|---|
InsnListEx(Target target) |
| Modifier and Type | Method and Description |
|---|---|
org.objectweb.asm.tree.AbstractInsnNode |
getSpecialNode(IInsnListEx.SpecialNodeType type)
Get - if available - the specified special node from the target.
|
int |
getTargetAccess()
Get the access flags from the target method
|
java.lang.String |
getTargetDesc()
Get the descriptor of the target method
|
java.lang.String |
getTargetName()
Get the name of the target method
|
java.lang.String |
getTargetSignature()
Get the signature of the target method
|
boolean |
isTargetConstructor()
Get whether the target method is a constructor
|
boolean |
isTargetStatic()
Get whether the target method is static
|
boolean |
isTargetStaticInitialiser()
Get whether the target method is a static initialiser
|
java.lang.String |
toString() |
add, add, contains, get, getFirst, getLast, indexOf, insert, insert, insert, insert, insertBefore, insertBefore, iterator, iterator, remove, resetLabels, set, size, toArraypublic InsnListEx(Target target)
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getTargetName()
IInsnListExgetTargetName in interface IInsnListExpublic java.lang.String getTargetDesc()
IInsnListExgetTargetDesc in interface IInsnListExpublic java.lang.String getTargetSignature()
IInsnListExgetTargetSignature in interface IInsnListExpublic int getTargetAccess()
IInsnListExgetTargetAccess in interface IInsnListExpublic boolean isTargetStatic()
IInsnListExisTargetStatic in interface IInsnListExpublic boolean isTargetConstructor()
IInsnListExisTargetConstructor in interface IInsnListExpublic boolean isTargetStaticInitialiser()
IInsnListExisTargetStaticInitialiser in interface IInsnListExpublic org.objectweb.asm.tree.AbstractInsnNode getSpecialNode(IInsnListEx.SpecialNodeType type)
IInsnListExgetSpecialNode in interface IInsnListExtype - type of special node to fetch