| java.lang.Object org.acm.seguin.refactor.method.ObjectReference
ObjectReference | class ObjectReference (Code) | | This class contains a static method to determine if the method in question
makes any references to the local object
author: Chris Seguin |
isReferenced | public static boolean isReferenced(MethodSummary methodSummary)(Code) | | Determines if this object is referenced
Parameters: methodSummary - the method summary true if the object is referenced |
|
|