C# 클래스 Cottle.Parsers.Default.Lexer

파일 보기 프로젝트 열기: r3c/cottle 1 사용 예제들

공개 메소드들

메소드 설명
Lexer ( string blockBegin, string blockContinue, string blockEnd, char escape ) : System
Next ( LexerMode mode ) : void
Reset ( TextReader reader ) : bool

비공개 메소드들

메소드 설명
NextBlock ( ) : Lexem
NextChar ( LexemType type ) : Lexem
NextRaw ( ) : Lexem
Read ( ) : bool

메소드 상세

Lexer() 공개 메소드

public Lexer ( string blockBegin, string blockContinue, string blockEnd, char escape ) : System
blockBegin string
blockContinue string
blockEnd string
escape char
리턴 System

Next() 공개 메소드

public Next ( LexerMode mode ) : void
mode LexerMode
리턴 void

Reset() 공개 메소드

public Reset ( TextReader reader ) : bool
reader TextReader
리턴 bool