Method | Description | |
---|---|---|
AddToken ( ITextToken token ) : void |
Adds a token.
|
|
TextTokenSubstring ( ITextToken token, int offset, int length ) : System |
Initializes a new instance of the TextTokenSubstring class with a single source token.
|
|
TextTokenSubstring ( ITextToken token, int offset, int length, string msg ) : System |
Initializes a new instance of the TextTokenSubstring class with a single source token.
|
|
TextTokenSubstring ( |
Initializes a new instance of the TextTokenSubstring class based on another TextTokenSubstring, but having a different Message.
|
|
ToString ( ) : string |
Returns a T:System.String that represents the current T:System.Object.
|
|
operator ( ) : |
Implements the operator ++.
|
public TextTokenSubstring ( ITextToken token, int offset, int length ) : System | ||
token | ITextToken | The token. |
offset | int | The offset. |
length | int | The length. |
return | System |
public TextTokenSubstring ( ITextToken token, int offset, int length, string msg ) : System | ||
token | ITextToken | The token. |
offset | int | The offset. |
length | int | The length. |
msg | string | The error message. |
return | System |
public TextTokenSubstring ( |
||
tts | The instance to copy from. | |
msg | string | The message. |
return | System |
public static operator ( ) : |
||
return |