|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.summary.query.TypeList
public abstract class TypeList
Determines if a package contains a certain type
Constructor Summary | |
---|---|
TypeList()
|
Method Summary | |
---|---|
protected abstract boolean |
isIncluded(FileSummary summary)
Determines if the types in the file should be included or not |
protected abstract boolean |
isIncluded(TypeSummary summary)
Determines if the types in the file should be included or not |
java.util.LinkedList |
query(PackageSummary summary)
Places the query |
java.util.LinkedList |
query(java.lang.String packageName)
Places the query |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TypeList()
Method Detail |
---|
public java.util.LinkedList query(java.lang.String packageName)
packageName
- the name of the package
public java.util.LinkedList query(PackageSummary summary)
summary
- the package summary
protected abstract boolean isIncluded(FileSummary summary)
summary
- the summary to check
protected abstract boolean isIncluded(TypeSummary summary)
summary
- the summary to check
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |