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

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

공개 메소드들

메소드 설명
Follow ( char character ) : LexemState
Store ( LexemType type, string content ) : bool

메소드 상세

Follow() 공개 메소드

public Follow ( char character ) : LexemState
character char
리턴 LexemState

Store() 공개 메소드

public Store ( LexemType type, string content ) : bool
type LexemType
content string
리턴 bool