| java.lang.Object org.acm.seguin.summary.query.Ancestor
Ancestor | public class Ancestor (Code) | | Checks to see if one type is an ancestor of another one
author: Chris Seguin |
query | public static boolean query(TypeSummary node, TypeSummary ancestor)(Code) | | Checks to see if one type is an ancestor of another one
Parameters: node - the type summary in question Parameters: ancestor - the ancestor type summary true if node is child (or grandchild or great grandchildor ...) of ancestor |
|
|