Interface XMember
- All Superinterfaces:
XElement
- All Known Subinterfaces:
XConstructor, XExecutable, XField, XMethod
- All Known Implementing Classes:
MirrorTypeFactory.MirrorConstructor, MirrorTypeFactory.MirrorField, MirrorTypeFactory.MirrorMethod, ReflectionTypeFactory.ReflectionConstructor, ReflectionTypeFactory.ReflectionField, ReflectionTypeFactory.ReflectionMethod
- Since:
- 4.3
-
Method Summary
Methods inherited from interface XElement
getAnnotation, getAnnotationsByType, getDocumentation, getModifiers, getName, getTypeArgument, isFinal, isPrivate, isPublic, isStatic
-
Method Details
-
getDeclaringClass
XClass getDeclaringClass() -
determineRepeatedElementType
Determine element type of array or Collection. For (non-constructor) members (method or field) of type Collection or array only. Other implementations can just return null.
-