|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Item | |
---|---|
net.sf.retrotranslator.runtime.asm |
Uses of Item in net.sf.retrotranslator.runtime.asm |
---|
Fields in net.sf.retrotranslator.runtime.asm declared as Item | |
---|---|
(package private) Item[] |
ClassWriter.items
The constant pool's hash table data. |
(package private) Item |
ClassWriter.key
A reusable key used to look for items in the hash items . |
(package private) Item |
ClassWriter.key2
A reusable key used to look for items in the hash items . |
(package private) Item |
ClassWriter.key3
A reusable key used to look for items in the hash items . |
(package private) Item |
Item.next
Link to another constant pool item, used for collision lists in the constant pool's hash table. |
Methods in net.sf.retrotranslator.runtime.asm that return Item | |
---|---|
private Item |
ClassWriter.get(Item key)
Returns the constant pool's hash table item which is equal to the given item. |
private Item |
ClassWriter.newClassItem(java.lang.String value)
Adds a class reference to the constant pool of the class being build. |
(package private) Item |
ClassWriter.newConstItem(java.lang.Object cst)
Adds a number or string constant to the constant pool of the class being build. |
(package private) Item |
ClassWriter.newDouble(double value)
Adds a double to the constant pool of the class being build. |
(package private) Item |
ClassWriter.newFloat(float value)
Adds a float to the constant pool of the class being build. |
(package private) Item |
ClassWriter.newInteger(int value)
Adds an integer to the constant pool of the class being build. |
(package private) Item |
ClassWriter.newLong(long value)
Adds a long to the constant pool of the class being build. |
(package private) Item |
ClassWriter.newMethodItem(java.lang.String owner,
java.lang.String name,
java.lang.String desc,
boolean itf)
Adds a method reference to the constant pool of the class being build. |
private Item |
ClassWriter.newString(java.lang.String value)
Adds a string to the constant pool of the class being build. |
Methods in net.sf.retrotranslator.runtime.asm with parameters of type Item | |
---|---|
private Item |
ClassWriter.get(Item key)
Returns the constant pool's hash table item which is equal to the given item. |
(package private) boolean |
Item.isEqualTo(Item i)
Indicates if the given item is equal to this one. |
private void |
ClassWriter.put(Item i)
Puts the given item in the constant pool's hash table. |
Constructors in net.sf.retrotranslator.runtime.asm with parameters of type Item | |
---|---|
Item(int index,
Item i)
Constructs a copy of the given item. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |