|
|||||||||
| 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.SelfItem
class Items.SelfItem
An item representing `this' or `super'.
| Field Summary | |
|---|---|
(package private) boolean |
isSuper
Flag which determines whether this item represents `this' or `super'. |
| Fields inherited from class com.sun.tools.javac.jvm.Items.Item |
|---|
typecode |
| Constructor Summary | |
|---|---|
Items.SelfItem(boolean isSuper)
|
|
| Method Summary | |
|---|---|
(package private) Items.Item |
load()
Generate code to load this item onto stack. |
java.lang.String |
toString()
|
| Methods inherited from class com.sun.tools.javac.jvm.Items.Item |
|---|
coerce, coerce, drop, duplicate, invoke, mkCond, stash, store, width |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
boolean isSuper
| Constructor Detail |
|---|
Items.SelfItem(boolean isSuper)
| Method Detail |
|---|
Items.Item load()
Items.Item
load 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 | ||||||||