C# 클래스 Frapid.DataAccess.Subtext.ScriptReader

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

보호된 프로퍼티들

프로퍼티 타입 설명
Splitter ScriptSplitter

Private Properties

프로퍼티 타입 설명
ReadSlashStarCommentWithResult bool

공개 메소드들

메소드 설명
ReadNextSection ( ) : bool

This acts as a template method. Specific Reader instances override the component methods.

보호된 메소드들

메소드 설명
CharEquals ( char compare ) : bool
CharEquals ( char expected, char actual ) : bool
Peek ( ) : char
ReadDashDashComment ( ) : bool
ReadNext ( ) : bool
ReadQuotedString ( ) : void
ReadSlashStarComment ( ) : void
ScriptReader ( ScriptSplitter splitter )

비공개 메소드들

메소드 설명
ReadSlashStarCommentWithResult ( ) : bool

메소드 상세

CharEquals() 보호된 메소드

protected CharEquals ( char compare ) : bool
compare char
리턴 bool

CharEquals() 보호된 정적인 메소드

protected static CharEquals ( char expected, char actual ) : bool
expected char
actual char
리턴 bool

Peek() 보호된 메소드

protected Peek ( ) : char
리턴 char

ReadDashDashComment() 보호된 메소드

protected ReadDashDashComment ( ) : bool
리턴 bool

ReadNext() 보호된 추상적인 메소드

protected abstract ReadNext ( ) : bool
리턴 bool

ReadNextSection() 공개 메소드

This acts as a template method. Specific Reader instances override the component methods.
public ReadNextSection ( ) : bool
리턴 bool

ReadQuotedString() 보호된 메소드

protected ReadQuotedString ( ) : void
리턴 void

ReadSlashStarComment() 보호된 메소드

protected ReadSlashStarComment ( ) : void
리턴 void

ScriptReader() 보호된 메소드

protected ScriptReader ( ScriptSplitter splitter )
splitter ScriptSplitter

프로퍼티 상세

Splitter 보호되어 있는 프로퍼티

protected ScriptSplitter Splitter
리턴 ScriptSplitter