語言

StreamTokenizer.WordChars(Int32, Int32) 方法

定義

指定範圍內的所有字元 c low&nbsp;&lt;=&nbsp;<i>c</i>&nbsp;&lt;=&nbsp;high 是詞彙組成部分。

[Android.Runtime.Register("wordChars", "(II)V", "GetWordChars_IIHandler")]
public virtual void WordChars(int low, int hi);
[<Android.Runtime.Register("wordChars", "(II)V", "GetWordChars_IIHandler")>]
abstract member WordChars : int * int -> unit
override this.WordChars : int * int -> unit

參數

low
Int32

屬於範圍的低端。

hi
Int32

是系列中的高端。

屬性

備註

指定範圍內low&nbsp;&lt;=&nbsp;<i>c</i>&nbsp;&lt;=&nbsp;high的所有字元 c 都是詞彙成分。 字詞代幣由一個詞組成部分,後接零個或多個詞元或數字成分組成。

java.io.StreamTokenizer.wordChars(int, int)Java 檔。

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於