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
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