Class TokenizeResult
Represents the result of tokenizing a line
Inherited Members
Namespace: Unity.AppUI.TextMateLib
Assembly: Unity.AppUI.TextMateLib.dll
Syntax
public class TokenizeResult
Properties
StateStack
Gets the state stack at the end of the line
Declaration
public IntPtr StateStack { get; }
Property Value
| Type | Description |
|---|---|
| IntPtr |
StoppedEarly
Gets a value indicating whether tokenization stopped early
Declaration
public bool StoppedEarly { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Tokens
Gets the tokens for the line
Declaration
public IReadOnlyList<Token> Tokens { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<Token> |