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.


构造方法摘要
ClassInheritanceHandler()
           
ClassInheritanceHandler(MultiMap map)
           
 
方法摘要
 List getClassNamesExtendingOrImplementing(String className)
           
 MultiMap getMap()
           
 void handle(String className, int version, int access, String signature, String superName, String[] interfaces)
           
 
从类 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.