|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.summary.query.GetTypeSummary
public class GetTypeSummary
Gets the type summary associated with a particular type declaration, file, or package.
Constructor Summary | |
---|---|
GetTypeSummary()
|
Method Summary | |
---|---|
static TypeSummary |
query(FileSummary fileSummary,
java.lang.String name)
Searches a package for a particular type. |
static TypeSummary |
query(MethodSummary parent,
java.lang.String name)
Finds a nested type based on the name of the object |
static TypeSummary |
query(PackageSummary packageSummary,
java.lang.String name)
Searches a package for a particular type. |
static TypeSummary |
query(java.lang.String packageName,
java.lang.String name)
Searches a package for a particular type. |
static TypeSummary |
query(TypeDeclSummary typeDecl)
Get the type summary that this object refers to. |
static TypeSummary |
query(TypeSummary parent,
java.lang.String name)
Finds a nested type based on the name of the object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetTypeSummary()
Method Detail |
---|
public static TypeSummary query(TypeDeclSummary typeDecl)
typeDecl
- the place to start the search
public static TypeSummary query(FileSummary fileSummary, java.lang.String name)
fileSummary
- the file summaryname
- the name of the type summary
public static TypeSummary query(PackageSummary packageSummary, java.lang.String name)
packageSummary
- the package summaryname
- the name of the type summary
public static TypeSummary query(java.lang.String packageName, java.lang.String name)
packageName
- the package namename
- the name of the type summary
public static TypeSummary query(TypeSummary parent, java.lang.String name)
parent
- the parent typename
- the name of the method
public static TypeSummary query(MethodSummary parent, java.lang.String name)
parent
- the parent typename
- the name of the method
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |