mxsdoc

Token.ms

依存

struct TokenStruct

入力文字列に一致するパーサ。

public Pattern

プロパティ
<String>

public IgnoreCase

プロパティ
<BooleanClass>

大文字と小文字を区別しない場合はtrue、区別する場合はfalse。既定値はtrue

public Debug

プロパティ
<BooleanClass>

public fn Parse

パラメータ
content
<Struct:ContextStruct>
戻り値
<String|Struct:FailureStruct>

成功した場合は一致した文字列、失敗した場合はFailureStructを返す。

public fn StructName

戻り値
<Name>

public fn Dump

パラメータ
indent:
<String>
パラメータ
out:
<FileStream|StringStream|WindowStream>

出力先。既定値はlistener

戻り値
<OkClass>

public fn Equals

パラメータ
obj
<Any>
戻り値
<BooleanClass>
補足

大文字と小文字を区別する。