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 Interface

All Superinterfaces:
ClassOrInterface

public interface Interface
extends ClassOrInterface

Describes an analysed interface. A interface can extend more then one 'super' interfaces and can not implement any interfaces by definition.

Author:
Martin Kersten
See Also:
ClassFactory, AbstractInterface

Method Summary
 int getSuperclassCount()
          Returns the count of superclasses extended by the interface.
 java.util.Iterator getSuperclasses()
          Returns an iterator of the superclasses the interface extends.
 
Methods inherited from interface jmt.codebase.ClassOrInterface
getAttributes, getElements, getModifier, getName
 

Method Detail

getSuperclasses

public java.util.Iterator getSuperclasses()
Returns an iterator of the superclasses the interface extends.

Returns:
The iterator of the superclasses the interface extends

getSuperclassCount

public int getSuperclassCount()
Returns the count of superclasses extended by the interface.

Returns:
The count of superclasses extended by the interface