diff --git a/docs/xml/Java.Lang.Invoke/ReferenceKind.xml b/docs/xml/Java.Lang.Invoke/ReferenceKind.xml index 43731a9b9..2d760dee9 100644 --- a/docs/xml/Java.Lang.Invoke/ReferenceKind.xml +++ b/docs/xml/Java.Lang.Invoke/ReferenceKind.xml @@ -11,7 +11,7 @@ System.Enum - To be added. + Specifies the kind of reference used to access a method handle's underlying member. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -42,7 +42,7 @@ 1 - To be added. + Reads an instance field. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -73,7 +73,7 @@ 2 - To be added. + Reads a static field. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -104,7 +104,7 @@ 9 - To be added. + Invokes an interface method. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -135,7 +135,7 @@ 7 - To be added. + Invokes a special method, such as a superclass method. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -166,7 +166,7 @@ 6 - To be added. + Invokes a static method. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -197,7 +197,7 @@ 5 - To be added. + Invokes a virtual method. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -228,7 +228,7 @@ 8 - To be added. + Invokes a constructor. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -259,7 +259,7 @@ 3 - To be added. + Writes an instance field. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -290,7 +290,7 @@ 4 - To be added. + Writes a static field. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.