|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.summary.query.Ancestor
public class Ancestor
Checks to see if one type is an ancestor of another one
Constructor Summary | |
---|---|
Ancestor()
|
Method Summary | |
---|---|
static boolean |
query(TypeSummary node,
TypeSummary ancestor)
Checks to see if one type is an ancestor of another one |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Ancestor()
Method Detail |
---|
public static boolean query(TypeSummary node, TypeSummary ancestor)
node
- the type summary in questionancestor
- the ancestor type summary
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |