C# 클래스 MySql.Data.VisualStudio.Tokenizer

파일 보기 프로젝트 열기: Top-Cat/SteamBot

공개 프로퍼티들

프로퍼티 타입 설명
AnsiQuotes bool
BackslashEscapes bool
BlockComment bool
ReturnComments bool

공개 메소드들

메소드 설명
NextToken ( ) : string

비공개 메소드들

메소드 설명
ExtractComment ( ) : string
ExtractQuotedToken ( char quoteChar ) : string
ExtractToken ( bool preserveLast ) : string
ExtractUnquotedToken ( ) : string
GetNextToken ( ) : string
IsQuoteCharacter ( char c ) : bool
IsTokenTerminator ( char c ) : bool
ReadComment ( char startingChar ) : string
Tokenizer ( ) : System
Tokenizer ( bool enableTaggingSupport ) : System

메소드 상세

NextToken() 공개 메소드

public NextToken ( ) : string
리턴 string

프로퍼티 상세

AnsiQuotes 공개적으로 프로퍼티

public bool AnsiQuotes
리턴 bool

BackslashEscapes 공개적으로 프로퍼티

public bool BackslashEscapes
리턴 bool

BlockComment 공개적으로 프로퍼티

public bool BlockComment
리턴 bool

ReturnComments 공개적으로 프로퍼티

public bool ReturnComments
리턴 bool