org.acm.seguin.summary.query
Class GetMethodSummary

java.lang.Object
  extended by org.acm.seguin.summary.query.GetMethodSummary

public class GetMethodSummary
extends java.lang.Object

Looks up a method in a type

Author:
Chris Seguin, Mike Atkinson

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

GetMethodSummary

public GetMethodSummary()
Method Detail

query

public static MethodSummary query(TypeSummary type,
                                  java.lang.String name)
Looks up the method given a type and a name

Parameters:
type - the type
name - the name
Returns:
the method summary

query

public static MethodSummary query(TypeSummary type,
                                  net.sourceforge.jrefactory.ast.ASTMethodDeclaration node)
Looks up the method given a type and a name

Parameters:
type - the type
node - Description of Parameter
Returns:
the method summary

query

public static MethodSummary query(TypeSummary type,
                                  net.sourceforge.jrefactory.ast.ASTConstructorDeclaration node)
Looks up the method given a type and a name

Parameters:
type - the type
node - Description of Parameter
Returns:
the method summary