public class MethodTree extends Object
| Constructor and Description |
|---|
MethodTree(ClassName owner,
org.objectweb.asm.tree.MethodNode rawNode) |
| Modifier and Type | Method and Description |
|---|---|
FunctionalList<org.objectweb.asm.tree.AnnotationNode> |
annotations() |
Location |
asLocation() |
FunctionalList<org.objectweb.asm.tree.AbstractInsnNode> |
instructions() |
boolean |
isSynthetic() |
org.objectweb.asm.tree.MethodNode |
rawNode() |
public MethodTree(ClassName owner, org.objectweb.asm.tree.MethodNode rawNode)
public org.objectweb.asm.tree.MethodNode rawNode()
public Location asLocation()
public FunctionalList<org.objectweb.asm.tree.AbstractInsnNode> instructions()
public boolean isSynthetic()
public FunctionalList<org.objectweb.asm.tree.AnnotationNode> annotations()
Copyright © 2019 MuDebug. All rights reserved.