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.ClassHandlerpublic List getClassNamesExtendingOrImplementing(String className)
public MultiMap getMap()
Copyright © 2016. All rights reserved.