MethodHandles.Lookup.Package フィールド

定義

注意事項

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

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

[Android.Runtime.Register("PACKAGE", 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 Package = 8;
[<Android.Runtime.Register("PACKAGE", 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 Package : Java.Lang.Invoke.MethodLookupModes

フィールド値

Value = 8
属性

注釈

アクセス (既定のアクセス) を package 表す単一ビット マスク。これは、 の #lookupModes lookupModes結果に影響する可能性があります。 値は で 0x08、特定の java.lang.reflect.Modifier 修飾子ビットには意味がありません。

の Java ドキュメント java.lang.invoke.MethodHandles.Lookup.PACKAGE

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

適用対象