public class ClassTree extends Object
Constructor and Description |
---|
ClassTree(org.objectweb.asm.tree.ClassNode rawNode) |
Modifier and Type | Method and Description |
---|---|
List<org.objectweb.asm.tree.AnnotationNode> |
annotations() |
static ClassTree |
fromBytes(byte[] bytes) |
Optional<MethodTree> |
method(Location loc) |
List<MethodTree> |
methods() |
ClassName |
name() |
org.objectweb.asm.tree.ClassNode |
rawNode() |
String |
toString() |
public static ClassTree fromBytes(byte[] bytes)
public List<MethodTree> methods()
public Optional<MethodTree> method(Location loc)
public List<org.objectweb.asm.tree.AnnotationNode> annotations()
public ClassName name()
public org.objectweb.asm.tree.ClassNode rawNode()
Copyright © 2021 org.pitest. All rights reserved.