|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.tools.javac.jvm.Items.Item
com.sun.tools.javac.jvm.Items.LocalItem
class Items.LocalItem
An item representing a local variable.
| Field Summary | |
|---|---|
(package private) int |
reg
The variable's register. |
(package private) Type |
type
The variable's type. |
| Fields inherited from class com.sun.tools.javac.jvm.Items.Item |
|---|
typecode |
| Constructor Summary | |
|---|---|
Items.LocalItem(Type type,
int reg)
|
|
| Method Summary | |
|---|---|
(package private) void |
incr(int x)
|
(package private) Items.Item |
load()
Generate code to load this item onto stack. |
(package private) void |
store()
Generate code to store top of stack into this item. |
java.lang.String |
toString()
|
| Methods inherited from class com.sun.tools.javac.jvm.Items.Item |
|---|
coerce, coerce, drop, duplicate, invoke, mkCond, stash, width |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
int reg
Type type
| Constructor Detail |
|---|
Items.LocalItem(Type type,
int reg)
| Method Detail |
|---|
Items.Item load()
Items.Item
load in class Items.Itemvoid store()
Items.Item
store in class Items.Itemvoid incr(int x)
public java.lang.String toString()
toString in class Items.Item
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||