Home | History | Annotate | Download | only in tutorial

Lines Matching full:creation

671 creation, then it calls <code>edit()</code> on the given
692 object creation, or others. The second statement could be:
947 <p>A <code>NewExpr</code> object represents object creation
948 with the <code>new</code> operator (not including array creation).
950 receives this object if object creation is found.
954 block for the object creation.
979 The resulting value of the object creation.
1005 object creation.
1018 <p>A <code>NewArray</code> object represents array creation
1021 receives this object if array creation is found.
1025 block for the array creation.
1050 The resulting value of the array creation.
1071 array creation.
1082 <p>For example, if the array creation is the following expression,
1090 <p>If the array creation is the following expression,