public class MethodTree extends Object
Constructor and Description |
---|
MethodTree(ClassName owner,
org.objectweb.asm.tree.MethodNode rawNode) |
Modifier and Type | Method and Description |
---|---|
List<org.objectweb.asm.tree.AnnotationNode> |
annotations() |
Location |
asLocation() |
org.objectweb.asm.tree.AbstractInsnNode |
instruction(int index) |
List<org.objectweb.asm.tree.AbstractInsnNode> |
instructions() |
boolean |
isSynthetic() |
org.objectweb.asm.tree.MethodNode |
rawNode() |
org.objectweb.asm.tree.AbstractInsnNode |
realInstructionBefore(int index)
Looks backwards for the next real instruction node (i.e.
|
public MethodTree(ClassName owner, org.objectweb.asm.tree.MethodNode rawNode)
public org.objectweb.asm.tree.MethodNode rawNode()
public Location asLocation()
public org.objectweb.asm.tree.AbstractInsnNode realInstructionBefore(int index)
index
- index to work backwards frompublic org.objectweb.asm.tree.AbstractInsnNode instruction(int index)
public List<org.objectweb.asm.tree.AbstractInsnNode> instructions()
public boolean isSynthetic()
public List<org.objectweb.asm.tree.AnnotationNode> annotations()
Copyright © 2021 org.pitest. All rights reserved.