C# 클래스 Mono.TextTemplating.Tokeniser

파일 보기 프로젝트 열기: stuartcarnie/Mono.TextTemplating 1 사용 예제들

공개 메소드들

메소드 설명
Advance ( ) : bool
Tokeniser ( string fileName, string content ) : System

비공개 메소드들

메소드 설명
GetBlockEnd ( ) : State
GetDirectiveName ( ) : State
GetDirectiveValue ( ) : State
GetNextStateAndCurrentValue ( ) : State
IsNewLine ( ) : int
NextStateInContent ( ) : State
NextStateInDirective ( ) : State

메소드 상세

Advance() 공개 메소드

public Advance ( ) : bool
리턴 bool

Tokeniser() 공개 메소드

public Tokeniser ( string fileName, string content ) : System
fileName string
content string
리턴 System