Langage

StreamTokenizer.TtWord Champ

Définition

Attention

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

Constante indiquant qu’un jeton de mot a été lu.

[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

Valeur de champ

Value = -3
Attributs

Remarques

Constante indiquant qu’un jeton de mot a été lu.

Java documentation pour java.io.StreamTokenizer.TT_WORD.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à