Click or drag to resize

XToken Constructor

X#
Initializes a new instance of the XToken class

Namespace:  XSharp.Parsers
Assembly:  XSharp.Data (in XSharp.Data.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	lexer AS XLexer,
	type AS XTokenType,
	start AS LONG,
	length AS LONG,
	strvalue AS STRING,
	channel AS XChannel
)
Request Example View Source

Parameters

lexer
Type: XLexer
type
Type: XTokenType
start
Type: Long
length
Type: Long
strvalue
Type: String
channel
Type: XChannel
See Also