Login | Register
My pages Projects Community openCollabNet

The Tigris site will receive a major upgrade the evening of Monday, December 1, beginning at 8:30 pm PST. Downtime is projected to be about ten hours. Further details in the announcement


jmt.codebase
Interface ClassElement

All Known Subinterfaces:
Field, jmt.codebase.FieldOrMethod, Method

public interface ClassElement

Describes a class element of a class. This is the base type for the Field and Method types.

Author:
Martin Kersten
See Also:
Class, Interface, Field, Method, FieldOrMethod, ClassFactory

Method Summary
 ClassReference getOwner()
          Returns the owner of the class element.
 

Method Detail

getOwner

public ClassReference getOwner()
Returns the owner of the class element.

Returns:
The owner of the class element