Class Token
Inheritance
System.Object
Token
Assembly: XSharp.dll
Syntax
public class Token : object
Fields
|
Improve this Doc
View Source
RawValue
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SrcPosEnd
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SrcPosStart
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Type
Declaration
Field Value
Properties
|
Improve this Doc
View Source
IntValue
Declaration
public uint IntValue { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Register
Declaration
public XSRegisters.Register Register { get; }
Property Value
Methods
|
Improve this Doc
View Source
Matches(String)
Declaration
public bool Matches(string aText)
Parameters
Type |
Name |
Description |
System.String |
aText |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SetIntValue(UInt32)
Declaration
public void SetIntValue(uint value)
Parameters
Type |
Name |
Description |
System.UInt32 |
value |
|
|
Improve this Doc
View Source
SetRegister(XSRegisters.Register)
Declaration
public void SetRegister(XSRegisters.Register register)
Parameters
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|