Class CodePoint
Inheritance
System.Object
CodePoint
Assembly: Spruce.dll
Syntax
public class CodePoint : object
Constructors
|
Improve this Doc
View Source
CodePoint(String, Int32, Int32, Token, Object)
Declaration
public CodePoint(string aFullText, int aTextStart, int aTextEnd, Token aToken, object aValue)
Parameters
Type |
Name |
Description |
System.String |
aFullText |
|
System.Int32 |
aTextStart |
|
System.Int32 |
aTextEnd |
|
Token |
aToken |
|
System.Object |
aValue |
|
Properties
|
Improve this Doc
View Source
FullText
Declaration
public string FullText { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TextEnd
Declaration
public int TextEnd { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TextStart
Declaration
public int TextStart { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Token
Declaration
public Token Token { get; }
Property Value
|
Improve this Doc
View Source
Value
Declaration
public object Value { get; }
Property Value
Type |
Description |
System.Object |
|
Methods
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|