Public Member Functions

org.exolab.javasource.JMember Interface Reference

Inheritance diagram for org.exolab.javasource.JMember:
org.exolab.javasource.JAnnotationTypeElement org.exolab.javasource.JField org.exolab.javasource.JMethod

List of all members.

Public Member Functions

JModifiers getModifiers ()
String getName ()

Detailed Description

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.

Author:
Keith Visco
Version:
Revision:
1.1.1.1
Date:
2003/03/03 07:09:55

Member Function Documentation

JModifiers org.exolab.javasource.JMember.getModifiers (  ) 

Returns the class in which this JMember has been declared

Returns:
the class in which this JMember has been declared Returns the modifiers for this JMember
the modifiers for this JMember

Implemented in org.exolab.javasource.JAnnotationTypeElement, and org.exolab.javasource.JField.

String org.exolab.javasource.JMember.getName (  ) 

Returns the name of this JMember

Returns:
the name of this JMember

Implemented in org.exolab.javasource.JAnnotationTypeElement, and org.exolab.javasource.JField.


The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties