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 ClassOrInterface

All Known Subinterfaces:
Class, Interface

public interface ClassOrInterface

Base-type of the Class and Interface types.

Author:
Martin Kersten
See Also:
Class, Interface

Method Summary
 java.util.Iterator getAttributes()
          Returns an iterator to iterate through the attached attributes.
 ClassElements getElements()
          Returns the ClassElements Object describing the known classmembers.
 Modifier getModifier()
          Returns the modifier of the class or interface.
 ClassName getName()
          Returns the name of the class or interface.
 

Method Detail

getAttributes

public java.util.Iterator getAttributes()
Returns an iterator to iterate through the attached attributes.
Note: The Iterator's remove method is unsupported.

Returns:
The iterator for the attributes

getElements

public ClassElements getElements()
Returns the ClassElements Object describing the known classmembers.

Returns:
ClassElements

getModifier

public Modifier getModifier()
Returns the modifier of the class or interface.

Returns:
Modifier the modifier of the class or interface

getName

public ClassName getName()
Returns the name of the class or interface.

Returns:
The name of the class or interface