|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JavaElement | |
| net.sourceforge.jane.lang | |
| net.sourceforge.jane.lang.jjtree | |
| net.sourceforge.jane.lang.qdox | |
| net.sourceforge.jane.lang.reflection | |
| Uses of JavaElement in net.sourceforge.jane.lang |
| Subinterfaces of JavaElement in net.sourceforge.jane.lang | |
interface |
ClassInfo
Class information. |
interface |
ConstructorInfo
Information on a constructor. |
interface |
FieldInfo
Java field information. |
interface |
MethodInfo
Class method information. |
| Classes in net.sourceforge.jane.lang that implement JavaElement | |
class |
AbstractClassInfo
A base ClassInfo class. |
class |
LazyClassInfo
A ClassInfo object that lazily loads the actual info a request time. |
| Methods in net.sourceforge.jane.lang with parameters of type JavaElement | |
static boolean |
InfoUtils.isPackageProtected(JavaElement javaElement)
Returns true if the given JavaElement is package
protected. |
| Uses of JavaElement in net.sourceforge.jane.lang.jjtree |
| Classes in net.sourceforge.jane.lang.jjtree that implement JavaElement | |
class |
JJTreeClassInfo
A ClassInfo that gets its information from a JavaClassDeclaration. |
class |
JJTreeFieldInfo
A jjTree implementation of a FieldInfo. |
class |
JJTreeLazyClassInfo
A LazyClassInfo implementation that lazily loads a ClassInfo
from jjTree information. |
class |
JJTreeMethodInfo
A MethodInfo built from a JJTree. |
| Uses of JavaElement in net.sourceforge.jane.lang.qdox |
| Classes in net.sourceforge.jane.lang.qdox that implement JavaElement | |
class |
QDoxClassInfo
QDox implementation of ClassInfo. |
class |
QDoxFieldInfo
Java field information. |
class |
QDoxJavaElement
An interface for objects that represents elements of java. |
class |
QDoxLazyClassInfo
A LazyClassInfo implementation that lazily loads a ClassInfo
from QDox information. |
class |
QDoxMethodInfo
Class method information built using QDox. |
| Uses of JavaElement in net.sourceforge.jane.lang.reflection |
| Classes in net.sourceforge.jane.lang.reflection that implement JavaElement | |
(package private) class |
net.sourceforge.jane.lang.reflection.ElementBase
A base implementation of JavaElements that uses reflection. |
(package private) class |
net.sourceforge.jane.lang.reflection.MemberElementBase
A base implementation of JavaElements that uses reflection on a
java.lang.Member. |
class |
ReflectionClassInfo
A ClassInfo that is based on java.lang.ClassInfo. |
class |
ReflectionConstructorInfo
Constructor information derived from a java.lang.reflect.Constructor. |
class |
ReflectionFieldInfo
A FieldInfo that uses java.lang.reflect.Field. |
class |
ReflectionMethodInfo
Method information that uses reflection. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||