org.eclipse.jetty.annotations
类 ClassInheritanceHandler
java.lang.Object
org.eclipse.jetty.annotations.ClassInheritanceHandler
- 所有已实现的接口:
- AnnotationParser.ClassHandler, AnnotationParser.Handler
public class ClassInheritanceHandler
- extends Object
- implements AnnotationParser.ClassHandler
ClassInheritanceHandler
As asm scans for classes, remember the type hierarchy.
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassInheritanceHandler
public ClassInheritanceHandler()
ClassInheritanceHandler
public ClassInheritanceHandler(MultiMap map)
handle
public void handle(String className,
int version,
int access,
String signature,
String superName,
String[] interfaces)
- 指定者:
- 接口
AnnotationParser.ClassHandler 中的 handle
getClassNamesExtendingOrImplementing
public List getClassNamesExtendingOrImplementing(String className)
getMap
public MultiMap getMap()
Copyright © 2013. All Rights Reserved.