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

파일 보기 프로젝트 열기: r3c/cottle

공개 프로퍼티들

프로퍼티 타입 설명
Character char
State LexemState

공개 메소드들

메소드 설명
Cancel ( ) : void
LexemCursor ( char character, LexemState state )
Move ( char character, LexemType &type ) : bool

메소드 상세

Cancel() 공개 메소드

public Cancel ( ) : void
리턴 void

LexemCursor() 공개 메소드

public LexemCursor ( char character, LexemState state )
character char
state LexemState

Move() 공개 메소드

public Move ( char character, LexemType &type ) : bool
character char
type LexemType
리턴 bool

프로퍼티 상세

Character 공개적으로 프로퍼티

public char Character
리턴 char

State 공개적으로 프로퍼티

public LexemState,Cottle.Parsers.Default State
리턴 LexemState