XToken 构造函数 | |
命名空间:
XSharp.Parsers
程序集:
XSharp.Data (在 XSharp.Data.dll 中) 版本:2.22 GA
语法 CONSTRUCTOR(
lexer AS XLexer,
type AS XTokenType,
start AS LONG,
length AS LONG,
strvalue AS STRING,
channel AS XChannel
)
public XToken(
XLexer lexer,
XTokenType type,
int start,
int length,
string strvalue,
XChannel channel
)
查看代码参数
- lexer
- 类型:XLexer
- type
- 类型:XTokenType
- start
- 类型:Int32
- length
- 类型:Int32
- strvalue
- 类型:String
- channel
- 类型:XChannel
参见