From a02053ae73f5e14a0e3614bc16e66b2b79a848b5 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Fri, 14 Aug 2026 09:59:55 -0500 Subject: [PATCH] Document MethodHandle reference kinds Refs #201 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- docs/xml/Java.Lang.Invoke/ReferenceKind.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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.