|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.summary.query.LookupVariable
public class LookupVariable
Performs a local variable lookup
Constructor Summary | |
---|---|
LookupVariable()
|
Method Summary | |
---|---|
static VariableSummary |
getLocal(MethodSummary method,
java.lang.String name)
Looks up the variable inside the method |
static VariableSummary |
query(MethodSummary method,
java.lang.String name)
Looks up the variable |
static VariableSummary |
queryFieldSummary(TypeSummary currentType,
java.lang.String name)
Get a field summary |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LookupVariable()
Method Detail |
---|
public static VariableSummary query(MethodSummary method, java.lang.String name)
method
- the method summaryname
- the name of the variable to find
public static VariableSummary queryFieldSummary(TypeSummary currentType, java.lang.String name)
currentType
- the type to search inname
- the name of the field
public static VariableSummary getLocal(MethodSummary method, java.lang.String name)
method
- the method summaryname
- the name of the variable to find
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |