org.codehaus.aspectwerkz.reflect.impl.asm
Class AsmClassInfo.ClassNameRetrievalClassAdapter
java.lang.Object
org.codehaus.aspectwerkz.annotation.instrumentation.asm.AsmAnnotationHelper.NullClassAdapter
org.codehaus.aspectwerkz.reflect.impl.asm.AsmClassInfo.ClassNameRetrievalClassAdapter
- All Implemented Interfaces:
- org.objectweb.asm.ClassVisitor
- Enclosing class:
- AsmClassInfo
public static class AsmClassInfo.ClassNameRetrievalClassAdapter
- extends AsmAnnotationHelper.NullClassAdapter
ASM bytecode visitor that retrieves the class name from the bytecode.
- Author:
- Jonas Bonr
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsmClassInfo.ClassNameRetrievalClassAdapter
public AsmClassInfo.ClassNameRetrievalClassAdapter()
visit
public void visit(int version,
int access,
String name,
String superName,
String[] interfaces,
String sourceFile)
- Specified by:
visit
in interface org.objectweb.asm.ClassVisitor
- Overrides:
visit
in class AsmAnnotationHelper.NullClassAdapter
getClassName
public String getClassName()
Copyright © 2002-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.