|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LocalVariable
CodeBuilder.createLocalVariable(java.lang.String, org.cojen.classfile.TypeDesc)
Method Summary | |
---|---|
Set |
getLocationRangeSet()
Returns the ranges for which this variable is used. |
String |
getName()
May return null if this LocalVariable is unnamed. |
int |
getNumber()
Returns the number used by this LocalVariable, or -1 if not yet resolved. |
TypeDesc |
getType()
|
boolean |
isDoubleWord()
|
void |
setName(String name)
|
Method Detail |
---|
String getName()
void setName(String name)
TypeDesc getType()
boolean isDoubleWord()
int getNumber()
Set getLocationRangeSet()
LocationRange
objects.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |