| java.lang.Object org.acm.seguin.summary.query.SameMethod
SameMethod | public class SameMethod (Code) | | Checks that two methods are the same. Also provides a search feature to find
a method with a specific signature in a type
author: Chris Seguin |
conflict | public static boolean conflict(MethodSummary one, MethodSummary two)(Code) | | Description of the Method
Parameters: one - Description of Parameter Parameters: two - Description of Parameter Description of the Returned Value |
find | public static MethodSummary find(TypeSummary type, MethodSummary method)(Code) | | Finds the method with the same signature in the other type
Parameters: type - Description of Parameter Parameters: method - Description of Parameter Description of the Returned Value |
findConflict | public static MethodSummary findConflict(TypeSummary type, MethodSummary method)(Code) | | Finds the method with a conflicting in the other type
Parameters: type - Description of Parameter Parameters: method - Description of Parameter Description of the Returned Value |
query | public static boolean query(MethodSummary one, MethodSummary two)(Code) | | Checks if two methods are the same
Parameters: one - Description of Parameter Parameters: two - Description of Parameter Description of the Returned Value |
|
|