|
|||||||||
| 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.StaticItem
class Items.StaticItem
An item representing a static variable or method.
| Field Summary | |
|---|---|
(package private) Symbol |
member
The represented symbol. |
| Fields inherited from class com.sun.tools.javac.jvm.Items.Item |
|---|
typecode |
| Constructor Summary | |
|---|---|
Items.StaticItem(Symbol member)
|
|
| Method Summary | |
|---|---|
(package private) Items.Item |
invoke()
Generate code to invoke method represented by this item. |
(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, mkCond, stash, width |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
Symbol member
| Constructor Detail |
|---|
Items.StaticItem(Symbol member)
| Method Detail |
|---|
Items.Item load()
Items.Item
load in class Items.Itemvoid store()
Items.Item
store in class Items.ItemItems.Item invoke()
Items.Item
invoke in class Items.Itempublic 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 | ||||||||