org.exolab.javasource
Interface JMember

All Known Implementing Classes:
JField, JMethod

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: 1.6 $ $Date: 2000/12/06 23:48:47 $
Author:
Keith Visco

Method Summary
 JClass getDeclaringClass()
          Returns the class in which this JMember has been declared
 JModifiers getModifiers()
          Returns the modifiers for this JMember
 java.lang.String getName()
          Returns the name of this JMember
 

Method Detail

getDeclaringClass

public JClass getDeclaringClass()
Returns the class in which this JMember has been declared

Returns:
the class in which this JMember has been declared

getModifiers

public JModifiers getModifiers()
Returns the modifiers for this JMember

Returns:
the modifiers for this JMember

getName

public java.lang.String getName()
Returns the name of this JMember

Returns:
the name of this JMember


Intalio Inc. (C) 1999-2001. All rights reserved http://www.intalio.com