public class ClassInheritanceHandler extends Object implements AnnotationParser.ClassHandler
Constructor and Description |
---|
ClassInheritanceHandler() |
ClassInheritanceHandler(MultiMap map) |
Modifier and Type | Method and Description |
---|---|
List |
getClassNamesExtendingOrImplementing(String className) |
MultiMap |
getMap() |
void |
handle(String className,
int version,
int access,
String signature,
String superName,
String[] interfaces) |
public ClassInheritanceHandler()
public ClassInheritanceHandler(MultiMap map)
public void handle(String className, int version, int access, String signature, String superName, String[] interfaces)
handle
in interface AnnotationParser.ClassHandler
public List getClassNamesExtendingOrImplementing(String className)
public MultiMap getMap()
Copyright © 1995-2019 Mort Bay Consulting. All Rights Reserved.