Lenguaje

StreamTokenizer.TtWord Campo

Definición

Precaución

This constant will be removed in the future version. Use Java.IO.TokenType enum directly instead of this field.

Constante que indica que se ha leído un token de palabra.

[Android.Runtime.Register("TT_WORD")]
[System.Obsolete("This constant will be removed in the future version. Use Java.IO.TokenType enum directly instead of this field.", true)]
public const Java.IO.TokenType TtWord = -3;
[<Android.Runtime.Register("TT_WORD")>]
[<System.Obsolete("This constant will be removed in the future version. Use Java.IO.TokenType enum directly instead of this field.", true)>]
val mutable TtWord : Java.IO.TokenType

Valor de campo

Value = -3
Atributos

Comentarios

Constante que indica que se ha leído un token de palabra.

Java documentación para java.io.StreamTokenizer.TT_WORD.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a