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.application.elements
Interface Class

All Superinterfaces:
Element

public interface Class
extends Element

Describes a class element.

Represents a jmt.codebase.Class instance.

Author:
Martin Kersten

Method Summary
 ClassOrInterface getClazz()
          Returns the jmt.codebase.Class instance.
 ElementSet getFields()
          Returns the set of fields belonging to the class.
 ElementSet getMethods()
          Returns the set of the mehtods belonging to the class.
 
Methods inherited from interface jmt.application.elements.Element
getName, getResults
 

Method Detail

getClazz

public ClassOrInterface getClazz()
Returns the jmt.codebase.Class instance.

Returns:
The class of this element.

getFields

public ElementSet getFields()
Returns the set of fields belonging to the class.

Returns:
The set of fields belonging to the class.

getMethods

public ElementSet getMethods()
Returns the set of the mehtods belonging to the class.

Returns:
The set of methods belonging to the class