public static class InstrumentingClassLoader.AsmClassInfo extends Object implements ClassInfo
Constructor and Description |
---|
AsmClassInfo(String className,
org.objectweb.asm.tree.ClassNode classNode) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
boolean |
hasAnnotation(Class<? extends Annotation> annotationClass) |
boolean |
isAnnotation() |
boolean |
isInterface() |
public AsmClassInfo(String className, org.objectweb.asm.tree.ClassNode classNode)
public boolean isInterface()
isInterface
in interface ClassInfo
public boolean isAnnotation()
isAnnotation
in interface ClassInfo
public boolean hasAnnotation(Class<? extends Annotation> annotationClass)
hasAnnotation
in interface ClassInfo
Copyright © 2015. All rights reserved.