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