C# Class CodeBox.Core.Utilities.TokenChars

This class is used as a link between Tokens and Elements.Charachters
Afficher le fichier Open project: anaimi/codebox

Méthodes publiques

Méthode Description
SetCharacterState ( Character state ) : void
ToString ( ) : string
TokenChars ( Token token ) : System.Collections.Generic

Private Methods

Méthode Description
GetCharsByIndices ( IEnumerable indices ) : List

Method Details

SetCharacterState() public méthode

public SetCharacterState ( Character state ) : void
state CodeBox.Core.Elements.Character
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

TokenChars() public méthode

public TokenChars ( Token token ) : System.Collections.Generic
token CodeBox.CodeLexer.Token
Résultat System.Collections.Generic