C# Class CodeBox.Core.Utilities.TokenChars

This class is used as a link between Tokens and Elements.Charachters
Mostrar archivo Open project: anaimi/codebox

Public Methods

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

Private Methods

Method Description
GetCharsByIndices ( IEnumerable indices ) : List

Method Details

SetCharacterState() public method

public SetCharacterState ( Character state ) : void
state CodeBox.Core.Elements.Character
return void

ToString() public method

public ToString ( ) : string
return string

TokenChars() public method

public TokenChars ( Token token ) : System.Collections.Generic
token CodeBox.CodeLexer.Token
return System.Collections.Generic