Login | Register
My pages Projects Community openCollabNet

Welcome to the new Tigris! There have been some changes to the administration of mail lists. Project and list owners should check out the Discussion Services release notes.


jmt.codebase
Interface UsedReferencesAttribute

All Superinterfaces:
Attribute

public interface UsedReferencesAttribute
extends Attribute

Describes an attribute containing the used classes and interfaces, the used fields and the used methods of a class or interface.

Author:
Martin Kersten
See Also:
AttributeFactory, AbstractUsedReferencesAttribute

Method Summary
 int getClassCount()
          Returns the count of used classes.
 java.util.Iterator getClassRefs()
          Returns an iterator to iterate through the references of the used classes and interfaces.
 int getFieldCount()
          Returns the count of used fields.
 java.util.Iterator getFieldRefs()
          Returns an iterator to iterate through the references of the used fields.
 int getMethodCount()
          Returns the count of used methods.
 java.util.Iterator getMethodRefs()
          Returns an iterator to iterate through the references of the used methods
 

Method Detail

getClassCount

public int getClassCount()
Returns the count of used classes.

Returns:
The count of used classes

getClassRefs

public java.util.Iterator getClassRefs()
Returns an iterator to iterate through the references of the used classes and interfaces.

Returns:
An iterator to iterate through the class references

getFieldCount

public int getFieldCount()
Returns the count of used fields.

Returns:
The count of used fields

getFieldRefs

public java.util.Iterator getFieldRefs()
Returns an iterator to iterate through the references of the used fields.

Returns:
An iterator to iterate through the field references

getMethodCount

public int getMethodCount()
Returns the count of used methods.

Returns:
The count of used methods

getMethodRefs

public java.util.Iterator getMethodRefs()
Returns an iterator to iterate through the references of the used methods

Returns:
An iterator to iterate through the method references