public interface BytecodeNode
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(BytecodeNode parent,
BytecodeVisitor<T> visitor) |
void |
accept(org.objectweb.asm.MethodVisitor visitor,
MethodGenerationContext generationContext) |
List<BytecodeNode> |
getChildNodes() |
List<BytecodeNode> getChildNodes()
void accept(org.objectweb.asm.MethodVisitor visitor,
MethodGenerationContext generationContext)
<T> T accept(BytecodeNode parent, BytecodeVisitor<T> visitor)
Copyright © 2012–2023. All rights reserved.