|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPointToTypeInfo
Value interface for information about which types references another specific type.
Field Summary | |
---|---|
static IPointToTypeInfo[] |
EMPTY_ARRAY
An empty IPointToTypeInfo array. |
Method Summary | |
---|---|
int |
getNoofInstancesOfReferredType()
Get the total number of instances of the referred type. |
int[] |
getNumInstances()
Returns an array with the number of instances for each referrer type. |
int |
getNumInstancesFor(int i)
Returns the number of instances of type number i. |
IClassInfo |
getReferredType()
Returns the IClassInfo of the referred type. |
IClassInfo |
getReferrer(int i)
Returns the IClassInfo of referrer number i. |
IClassInfo[] |
getReferrers()
Returns an array with the IClassInfo for each referrer type. |
int |
getTotalNumberOfReferredInstances()
Get the total number of referring instances. |
Field Detail |
---|
static final IPointToTypeInfo[] EMPTY_ARRAY
IPointToTypeInfo
array.
Method Detail |
---|
int[] getNumInstances()
int getNumInstancesFor(int i)
i
- index in array
IClassInfo getReferredType()
IClassInfo[] getReferrers()
IClassInfo getReferrer(int i)
i
- index in array
int getTotalNumberOfReferredInstances()
int getNoofInstancesOfReferredType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |