public class JavaClass extends Object
| Modifier and Type | Method and Description | 
|---|---|
| int | getAccessFlags() | 
| AnnotationEntry[] | getAnnotationEntries()Return annotations entries from "RuntimeVisibleAnnotations" attribute on
 the class, if there is any. | 
| String | getClassName() | 
| String[] | getInterfaceNames() | 
| String | getSuperclassName()returns the super class name of this class. | 
public final int getAccessFlags()
public AnnotationEntry[] getAnnotationEntries()
nullpublic String getClassName()
public String[] getInterfaceNames()
public String getSuperclassName()
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.