public interface Local extends Value, Numberable, Immediate
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
Returns the index of the bytecode local variable this Local represents or
-1 if it doesn't represent a local variable.
|
java.lang.String |
getName()
Returns the name of the current Local variable.
|
void |
setIndex(int index)
Sets the index of the bytecode local variable this Local represents.
|
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, setNumberclone, getType, getUseBoxes, toStringapplyequivHashCode, equivTojava.lang.String getName()
void setName(java.lang.String name)
void setType(Type t)
int getIndex()
void setIndex(int index)
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.