C# 클래스 Cottle.Parsers.DefaultParser

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

공개 메소드들

메소드 설명
DefaultParser ( string blockBegin, string blockContinue, string blockEnd, char escape ) : System
Parse ( TextReader reader ) : Command

비공개 메소드들

메소드 설명
BuildOperator ( IFunction function ) : Expression
ParseAssignment ( StoreMode mode ) : Command
ParseBody ( ) : Command
ParseCommand ( ) : Command
ParseExpected ( LexemType type, string value, string expected ) : void
ParseExpression ( ) : Expression
ParseKeywordComment ( ) : Command
ParseKeywordDeclare ( ) : Command
ParseKeywordDump ( ) : Command
ParseKeywordEcho ( ) : Command
ParseKeywordFor ( ) : Command
ParseKeywordIf ( ) : Command
ParseKeywordReturn ( ) : Command
ParseKeywordSet ( ) : Command
ParseKeywordWhile ( ) : Command
ParseOperand ( ) : Expression
ParseSymbol ( ) : string
ParseValue ( ) : Expression
Raise ( string expected ) : Exception

메소드 상세

DefaultParser() 공개 메소드

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

Parse() 공개 메소드

public Parse ( TextReader reader ) : Command
reader System.IO.TextReader
리턴 Command