|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectavrora.syntax.Item
avrora.syntax.Item.InitializedData
The InitializedData item represents a section of programmer-declared
initialized data within the program. This is generally only applicable to the
program (code) section.
| Nested Class Summary |
| Nested classes inherited from class avrora.syntax.Item |
Item.InitializedData, Item.Instruction, Item.Label, Item.NamedConstant, Item.RegisterAlias, Item.UninitializedData |
| Field Summary |
| Fields inherited from class avrora.syntax.Item |
byteAddress, module, segment |
| Method Summary | |
int |
itemSize()
|
void |
simplify()
The simplify() method reduces any computable constants
to values, resolves register aliases, and creates instruction instances
within this item, depending on exactly which type of item it is. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public void simplify()
Itemsimplify() method reduces any computable constants
to values, resolves register aliases, and creates instruction instances
within this item, depending on exactly which type of item it is.
simplify in class Itempublic int itemSize()
itemSize in class Itempublic java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||