public class RewriteJsniMethods
extends org.objectweb.asm.ClassVisitor
Constructor and Description |
---|
RewriteJsniMethods(org.objectweb.asm.ClassVisitor v,
Map<String,String> anonymousClassMap) |
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) |
Copyright © 2018. All rights reserved.