|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Local
A local variable, used within Body classes. Intermediate representations must use an implementation of Local for their local variables.
Method Summary | |
---|---|
String |
getName()
Returns the name of the current Local variable. |
void |
setName(String name)
Sets the name of the current variable. |
void |
setType(Type t)
Sets the type of the current variable. |
Methods inherited from interface soot.util.Numberable |
---|
getNumber, setNumber |
Method Detail |
---|
String getName()
void setName(String name)
void setType(Type t)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |