deep

a Cross Development Platform for Java

User Tools

Site Tools


dev:crosscompiler:fields_of_item

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
dev:crosscompiler:fields_of_item [2015/03/29 09:06] ursgrafdev:crosscompiler:fields_of_item [2015/03/29 09:12] ursgraf
Line 19: Line 19:
   * //address//: Contains the absolute address of the method.   * //address//: Contains the absolute address of the method.
  
-==== Felder [DataItem] ==== +==== Fields [DataItem] ==== 
-<box right 30% | IMPORTANT Konstante Referenzen+<box right 30% | IMPORTANT Constant References
-**Achtung:** bei konstanten, statischen Referenzen ist das Const-Flag (dpfConst) __nicht__ gesetzt, da diese wie normale, nicht konstante statische Felder zu behandeln sindDies weil auf solche Felder ein einmaliger Zugriff aus dem Klassenkonstruktor stattfindet! +**Important:** With constant and static references the const flag //dpfConst// will not be set. Such fields must be handled like regular non constant fields because the class constructor will access such a field exactly once
- +**Example:**
-**Beispiel:**+
   static final Object o = new Object();   static final Object o = new Object();
 </box> </box>
dev/crosscompiler/fields_of_item.txt · Last modified: 2022/09/30 10:20 by ursgraf