Condividi tramite


MethodHandles.Lookup.Protected Campo

Definizione

Attenzione

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

Maschera a bit singolo che rappresenta protected l'accesso, che può contribuire al risultato di #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

Valore del campo

Value = 4
Attributi

Commenti

Maschera a bit singolo che rappresenta protected l'accesso, che può contribuire al risultato di #lookupModes lookupModes. Il valore , 0x04, corrisponde al valore del protectedbit del modificatore java.lang.reflect.Modifier#PROTECTED.

Documentazione java per java.lang.invoke.MethodHandles.Lookup.PROTECTED.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a