soot
Interface Local
- All Superinterfaces:
- EquivTo, Switchable, ToBriefString, Value
- All Known Implementing Classes:
- BafLocal, JimpleLocal
- public interface Local
- extends Value, ToBriefString
A local variable, used within Body
classes. Intermediate representations must use an implementation
of Local for their local variables.
Method Summary |
java.lang.String |
getName()
Returns the name of the current Local variable. |
void |
setName(java.lang.String name)
Sets the name of the current variable. |
void |
setType(Type t)
Sets the type of the current variable. |
getName
public java.lang.String getName()
- Returns the name of the current Local variable.
setName
public void setName(java.lang.String name)
- Sets the name of the current variable.
setType
public void setType(Type t)
- Sets the type of the current variable.