言語

MethodHandles.Lookup.Protected フィールド

定義

注意事項

This constant will be removed in the future version. Use Java.Lang.Invoke.MethodLookupModes enum directly instead of this field.

protectedアクセスを表す単一ビット マスク。これは、#lookupModes lookupModesの結果に影響する可能性があります。

[Android.Runtime.Register("PROTECTED", ApiSince=26)]
[System.Obsolete("This constant will be removed in the future version. Use Java.Lang.Invoke.MethodLookupModes enum directly instead of this field.", true)]
public const Java.Lang.Invoke.MethodLookupModes Protected = 4;
[<Android.Runtime.Register("PROTECTED", ApiSince=26)>]
[<System.Obsolete("This constant will be removed in the future version. Use Java.Lang.Invoke.MethodLookupModes enum directly instead of this field.", true)>]
val mutable Protected : Java.Lang.Invoke.MethodLookupModes

フィールド値

Value = 4
属性

注釈

protectedアクセスを表す単一ビット マスク。これは、#lookupModes lookupModesの結果に影響する可能性があります。 0x04値は、protectedjava.lang.reflect.Modifier#PROTECTED 修飾子ビットの値と同じになります。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象