当前页面:
在线文档首页 >
Spring Framework 2.1.0 API 文档英文版
ClassNameAndTypesReadingVisitor (Spring Framework API 2.1) - Spring Framework 2.1.0 API 文档英文版
org.springframework.core.typefilter
Class ClassNameAndTypesReadingVisitor
java.lang.Object
org.objectweb.asm.commons.EmptyVisitor
org.springframework.core.typefilter.ClassNameAndTypesReadingVisitor
- All Implemented Interfaces:
- org.objectweb.asm.AnnotationVisitor, org.objectweb.asm.ClassVisitor, org.objectweb.asm.FieldVisitor, org.objectweb.asm.MethodVisitor
public class ClassNameAndTypesReadingVisitor
- extends org.objectweb.asm.commons.EmptyVisitor
ASM class visitor which looks only for the class name and implemented types.
Inner classes are not handled by the visitor but by the lookup class.
- Since:
- 2.1
- Author:
- Rod Johnson, Costin Leau, Mark Fisher, Ramnivas Laddad
| Methods inherited from class org.objectweb.asm.commons.EmptyVisitor |
visit, visitAnnotation, visitAnnotation, visitAnnotationDefault, visitArray, visitAttribute, visitCode, visitEnd, visitEnum, visitField, visitFieldInsn, visitIincInsn, visitInnerClass, visitInsn, visitIntInsn, visitJumpInsn, visitLabel, visitLdcInsn, visitLineNumber, visitLocalVariable, visitLookupSwitchInsn, visitMaxs, visitMethod, visitMethodInsn, visitMultiANewArrayInsn, visitOuterClass, visitParameterAnnotation, visitSource, visitTableSwitchInsn, visitTryCatchBlock, visitTypeInsn, visitVarInsn |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassNameAndTypesReadingVisitor
public ClassNameAndTypesReadingVisitor()
visit
public void visit(int version,
int access,
String name,
String signature,
String supername,
String[] interfaces)
- Specified by:
visit in interface org.objectweb.asm.ClassVisitor- Overrides:
visit in class org.objectweb.asm.commons.EmptyVisitor
getClassName
public String getClassName()
getSuperName
public String getSuperName()
getInterfaceNames
public String[] getInterfaceNames()
hasSuperClass
public boolean hasSuperClass()
Copyright © 2002-2007 The Spring Framework.