All Superinterfaces:
XElement
All Known Subinterfaces:
XConstructor, XExecutable, XField, XMethod

public interface XMember extends XElement
Since:
4.3
Author:
[email protected]
  • Method Details

    • getDeclaringClass

      XClass getDeclaringClass()
    • determineRepeatedElementType

      default XClass 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.