C# Class CodeConnect.TypeScriptSyntaxVisualizer.SyntaxNodeOrToken

Represents either a syntax node or syntax token from TypeScript. NOTE: If you change the properties here, you must change the corresponding properties in the TypeScript tree builder or it won't deserialize correctly.
Show file Open project: CodeConnect/TypeScriptSyntaxVisualizer Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
SyntaxNodeOrToken ( string kind, int startPosition, int end, string text, bool isToken ) : System.Collections.Generic

Method Details

SyntaxNodeOrToken() public method

public SyntaxNodeOrToken ( string kind, int startPosition, int end, string text, bool isToken ) : System.Collections.Generic
kind string
startPosition int
end int
text string
isToken bool
return System.Collections.Generic