Next: , Previous: Constraint Attribute, Up: Class Attributes


7.2.8 InitiallyClause Attribute

This atribute represents an “initially” clause of a class. It is a condition that is supposed to hold right after the creation of the object, i.e. after the termination of any of it constructors. It has the following structure:

     InitiallyClause_attribute {
       u2 attribute_name_index;
       u4 attribute_length;
       u2 access_flags;
       formula_info clause;
     }

The meaning of the fields is as follows: