public class TargetClassVisitor
extends org.objectweb.asm.ClassVisitor
| 构造器和说明 |
|---|
TargetClassVisitor(ClassLoader classLoader,
org.objectweb.asm.ClassReader reader) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<MethodDigest> |
getConstructors() |
List<MethodDigest> |
getDeclaredMethods() |
List<MethodDigest> |
getMethods() |
boolean |
isFinal() |
void |
visit(int version,
int access,
String name,
String signature,
String superName,
String[] interfaces) |
org.objectweb.asm.MethodVisitor |
visitMethod(int access,
String name,
String descriptor,
String signature,
String[] exceptions) |
public TargetClassVisitor(ClassLoader classLoader, org.objectweb.asm.ClassReader reader)
public void visit(int version,
int access,
String name,
String signature,
String superName,
String[] interfaces)
visit 在类中 org.objectweb.asm.ClassVisitorpublic org.objectweb.asm.MethodVisitor visitMethod(int access,
String name,
String descriptor,
String signature,
String[] exceptions)
visitMethod 在类中 org.objectweb.asm.ClassVisitorpublic boolean isFinal()
public List<MethodDigest> getMethods()
public List<MethodDigest> getDeclaredMethods()
public List<MethodDigest> getConstructors()
Copyright © 2024. All rights reserved.