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 |
isBridge() |
boolean |
isGeneratedLambdaMethod() |
boolean |
isPrivate() |
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.
|
boolean |
returns(ClassName clazz) |
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 boolean isGeneratedLambdaMethod()
public boolean isBridge()
public boolean isPrivate()
public boolean returns(ClassName clazz)
public List<org.objectweb.asm.tree.AnnotationNode> annotations()
Copyright © 2024 org.pitest. All rights reserved.