C# 클래스 Alba.Jaml.MSInternal.Sample_StringParserBase

파일 보기 프로젝트 열기: Athari/Alba.Jaml

보호된 프로퍼티들

프로퍼티 타입 설명
_idx int
_inputText string

공개 메소드들

메소드 설명
Sample_StringParserBase ( string text )

보호된 메소드들

메소드 설명
Advance ( ) : bool
AdvanceOverWhitespace ( ) : bool
IsWhitespaceChar ( char ch ) : bool

메소드 상세

Advance() 보호된 메소드

protected Advance ( ) : bool
리턴 bool

AdvanceOverWhitespace() 보호된 메소드

protected AdvanceOverWhitespace ( ) : bool
리턴 bool

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

protected static IsWhitespaceChar ( char ch ) : bool
ch char
리턴 bool

Sample_StringParserBase() 공개 메소드

public Sample_StringParserBase ( string text )
text string

프로퍼티 상세

_idx 보호되어 있는 프로퍼티

protected int _idx
리턴 int

_inputText 보호되어 있는 프로퍼티

protected string _inputText
리턴 string