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.
Afficher le fichier Open project: CodeConnect/TypeScriptSyntaxVisualizer Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

SyntaxNodeOrToken() public méthode

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
Résultat System.Collections.Generic