言語

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ドキュメント。

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

適用対象