XToken Constructor | |
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
)
public XToken(
XLexer lexer,
XTokenType type,
int start,
int length,
string strvalue,
XChannel channel
)
Request Example
View SourceParameters
- lexer
- Type: XLexer
- type
- Type: XTokenType
- start
- Type: Long
- length
- Type: Long
- strvalue
- Type: String
- channel
- Type: XChannel
See Also