soot
Interface Local
- All Superinterfaces:
- EquivTo, Immediate, Numberable, Serializable, Switchable, Value
- All Known Implementing Classes:
- BafLocal, FakeJimpleLocal, JimpleLocal
public interface Local
- extends Value, Numberable, Immediate
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. |
getName
String getName()
- Returns the name of the current Local variable.
setName
void setName(String name)
- Sets the name of the current variable.
setType
void setType(Type t)
- Sets the type of the current variable.