Interface JMember

All Known Implementing Classes:
AbstractJField, JAnnotationTypeElement, JConstant, JEnumConstant, JField, JMethod

public interface JMember
An interface which represents a Member of a JClass, modelled closely after the Java Reflection API. This class is part of a package used to represent source code.
Version:
$Revision: 8130 $ $Date: 2005-02-26 17:30:28 -0700 (Sat, 26 Feb 2005) $
Author:
Keith Visco
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the modifiers for this JMember.
    Returns the name of this JMember.
  • Method Details

    • getModifiers

      JModifiers getModifiers()
      Returns the modifiers for this JMember.
      Returns:
      The modifiers for this JMember.
    • getName

      String getName()
      Returns the name of this JMember.
      Returns:
      The name of this JMember.