| java.lang.Object org.acm.seguin.summary.query.SamePackage
SamePackage | public class SamePackage (Code) | | Determines if the package name matches the summary
author: Chris Seguin |
query | public static boolean query(String packageName, FileSummary summary)(Code) | | Check to see if they are the same package
Parameters: packageName - the name of the package Parameters: summary - the summary true if they come from the same package |
query | public static boolean query(String packageName, TypeSummary summary)(Code) | | Check to see if they are the same package
Parameters: packageName - the name of the package Parameters: summary - the summary true if they come from the same package |
query | public static boolean query(TypeSummary one, TypeSummary two)(Code) | | Check to see if they are the same package
Parameters: one - Description of Parameter Parameters: two - Description of Parameter true if they come from the same package |
|
|