|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Answers questions about types reachable from from types and methods.
Method Summary | |
JType[] |
getTypesReachableFromInterface(JClassType intf)
Determine the set of types that are reachable from the method signatures in this interface and any interfaces that it implements. |
JType[] |
getTypesReachableFromMethod(JMethod method)
Determine the set of type that are reachable from this method signature. |
JType[] |
getTypesReachableFromType(JType cls)
Determine the set of types that are reachable from a given type. |
Method Detail |
public JType[] getTypesReachableFromInterface(JClassType intf)
intf
-
public JType[] getTypesReachableFromType(JType cls)
public JType[] getTypesReachableFromMethod(JMethod method)
method
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |