C# 클래스 CodeBox.Core.Utilities.TokenChars

This class is used as a link between Tokens and Elements.Charachters
파일 보기 프로젝트 열기: anaimi/codebox

공개 메소드들

메소드 설명
SetCharacterState ( Character state ) : void
ToString ( ) : string
TokenChars ( Token token ) : System.Collections.Generic

비공개 메소드들

메소드 설명
GetCharsByIndices ( IEnumerable indices ) : List

메소드 상세

SetCharacterState() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TokenChars() 공개 메소드

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