Interface JMember
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$ $Date$
-
Method Summary
Modifier and TypeMethodDescriptionReturns the modifiers for this JMembergetName()
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
-
getAnnotations
JAnnotations getAnnotations()
-