public class TestASM extends ClassNodeDetector
bugReporteraccess, attrs, fields, innerClasses, interfaces, invisibleAnnotations, invisibleTypeAnnotations, methods, name, outerClass, outerMethod, outerMethodDesc, signature, sourceDebug, sourceFile, superName, version, visibleAnnotations, visibleTypeAnnotationsEXP_PRIORITY, HIGH_PRIORITY, IGNORE_PRIORITY, LOW_PRIORITY, NORMAL_PRIORITY| Constructor and Description |
|---|
TestASM(BugReporter bugReporter) |
| Modifier and Type | Method and Description |
|---|---|
org.objectweb.asm.FieldVisitor |
visitField(int access,
String name,
String desc,
String signature,
Object value) |
org.objectweb.asm.MethodVisitor |
visitMethod(int access,
String name,
String desc,
String signature,
String[] exceptions) |
finishPass, getDetectorClassName, visitClasspublic TestASM(BugReporter bugReporter)
Copyright © 2003–2015. All rights reserved.