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()
null
public java.lang.String getClassName()
public java.lang.String[] getInterfaceNames()
public java.lang.String getSuperclassName()
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.