StreamTokenizer.TtWord フィールド

定義

注意事項

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

単語トークンが読み取られたことを示す定数。

[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

フィールド値

Value = -3
属性

注釈

単語トークンが読み取られたことを示す定数。

java.io.StreamTokenizer.TT_WORDJava ドキュメント。

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

適用対象