C# 클래스 Microsoft.Languages.Core.Tokens.Tokenizer

파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
HandleEolComment ( CharacterStream cs, int>.Action addToken ) : void

Handle generic comment. Comment goes to the end of the line.

HandleString ( char openQuote, CharacterStream cs, int>.Action addToken ) : void

Handles string sequence with escapes

SkipIdentifier ( CharacterStream cs, bool>.Func isIdentifierLeadCharacter, bool>.Func isIdentifierCharacter ) : void

메소드 상세

HandleEolComment() 공개 정적인 메소드

Handle generic comment. Comment goes to the end of the line.
public static HandleEolComment ( CharacterStream cs, int>.Action addToken ) : void
cs Microsoft.Languages.Core.Text.CharacterStream
addToken int>.Action
리턴 void

HandleString() 공개 정적인 메소드

Handles string sequence with escapes
public static HandleString ( char openQuote, CharacterStream cs, int>.Action addToken ) : void
openQuote char
cs Microsoft.Languages.Core.Text.CharacterStream
addToken int>.Action
리턴 void

SkipIdentifier() 공개 정적인 메소드

public static SkipIdentifier ( CharacterStream cs, bool>.Func isIdentifierLeadCharacter, bool>.Func isIdentifierCharacter ) : void
cs Microsoft.Languages.Core.Text.CharacterStream
isIdentifierLeadCharacter bool>.Func
isIdentifierCharacter bool>.Func
리턴 void