C# 클래스 Boo.BooLangStudioSpecs.WhenProcessingALineWithBooScanner

Description of WhenSettingTheSourceInBooScanner.
상속: AutoMockingTestFixture
파일 보기 프로젝트 열기: jagregory/boolangstudio

보호된 프로퍼티들

프로퍼티 타입 설명
lexer PegLexer
line string
offset int
scanner Boo.BooLangService.BooScanner

공개 메소드들

메소드 설명
WhenProcessingALineWithBooScanner ( ) : System

메소드 상세

WhenProcessingALineWithBooScanner() 공개 메소드

public WhenProcessingALineWithBooScanner ( ) : System
리턴 System

프로퍼티 상세

lexer 보호되어 있는 프로퍼티

protected PegLexer lexer
리턴 PegLexer

line 보호되어 있는 프로퍼티

protected string line
리턴 string

offset 보호되어 있는 프로퍼티

protected int offset
리턴 int

scanner 보호되어 있는 프로퍼티

protected BooScanner,Boo.BooLangService scanner
리턴 Boo.BooLangService.BooScanner