| java.lang.Object org.acm.seguin.summary.query.LookupVariable
LookupVariable | public class LookupVariable (Code) | | Performs a local variable lookup
author: Chris Seguin |
getLocal | public static VariableSummary getLocal(MethodSummary method, String name)(Code) | | Looks up the variable inside the method
Parameters: method - the method summary Parameters: name - the name of the variable to find the variable summary if found or null otherwise |
query | public static VariableSummary query(MethodSummary method, String name)(Code) | | Looks up the variable
Parameters: method - the method summary Parameters: name - the name of the variable to find the variable summary if found or null otherwise |
queryFieldSummary | public static VariableSummary queryFieldSummary(TypeSummary currentType, String name)(Code) | | Get a field summary
Parameters: currentType - the type to search in Parameters: name - the name of the field the field summary found or null if none was found |
|
|