.NET 框架类库
X# Runtime and VO SDK Reference
X# Runtime and SDK Reference
XSharp.Parsers
XLexer 类
XLexer 方法
AllTokens 方法
GetText 方法
IsIdentifierPartCharacter 方法
IsIdentifierStartCharacter 方法
LookupKeyword 方法
NextToken 方法
Reset 方法
XLexer.GetText 方法
命名空间:
XSharp.Parsers
程序集:
XSharp.Data (在 XSharp.Data.dll 中) 版本:2.22 GA
语法
X#
C#
复制
METHOD
GetText
(
t
AS
XToken
)
AS
STRING
public
string
GetText
(
XToken
t
)
查看代码
参数
t
类型:
XToken
返回值
类型:
String
参见
引用
XLexer 类
XSharp.Parsers 命名空间