public class ValueHolderReplacementVisitor
extends org.objectweb.asm.ClassVisitor
| Constructor and Description |
|---|
ValueHolderReplacementVisitor(org.objectweb.asm.ClassVisitor cw,
boolean verifyBytecode) |
| Modifier and Type | Method and Description |
|---|---|
void |
visit(int version,
int access,
String name,
String signature,
String superName,
String[] interfaces) |
org.objectweb.asm.MethodVisitor |
visitMethod(int access,
String name,
String desc,
String signature,
String[] exceptions) |
public ValueHolderReplacementVisitor(org.objectweb.asm.ClassVisitor cw,
boolean verifyBytecode)
Copyright © 2021 The Apache Software Foundation. All rights reserved.