|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.summary.query.GetMethodSummary
public class GetMethodSummary
Looks up a method in a type
Constructor Summary | |
---|---|
GetMethodSummary()
|
Method Summary | |
---|---|
static MethodSummary |
query(TypeSummary type,
net.sourceforge.jrefactory.ast.ASTConstructorDeclaration node)
Looks up the method given a type and a name |
static MethodSummary |
query(TypeSummary type,
net.sourceforge.jrefactory.ast.ASTMethodDeclaration node)
Looks up the method given a type and a name |
static MethodSummary |
query(TypeSummary type,
java.lang.String name)
Looks up the method given a type and a name |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetMethodSummary()
Method Detail |
---|
public static MethodSummary query(TypeSummary type, java.lang.String name)
type
- the typename
- the name
public static MethodSummary query(TypeSummary type, net.sourceforge.jrefactory.ast.ASTMethodDeclaration node)
type
- the typenode
- Description of Parameter
public static MethodSummary query(TypeSummary type, net.sourceforge.jrefactory.ast.ASTConstructorDeclaration node)
type
- the typenode
- Description of Parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |