public interface Local extends Value, Numberable, Immediate
Modifier and Type | Method and Description |
---|---|
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.
|
getNumber, setNumber
clone, getType, getUseBoxes, toString
apply
equivHashCode, equivTo
java.lang.String getName()
void setName(java.lang.String name)
void setType(Type t)