C# Class Boo.BooLangStudioSpecs.WhenProcessingALineWithBooScanner

Description of WhenSettingTheSourceInBooScanner.
Inheritance: AutoMockingTestFixture
Show file Open project: jagregory/boolangstudio

Protected Properties

Property Type Description
lexer PegLexer
line string
offset int
scanner Boo.BooLangService.BooScanner

Public Methods

Method Description
WhenProcessingALineWithBooScanner ( ) : System

Method Details

WhenProcessingALineWithBooScanner() public method

public WhenProcessingALineWithBooScanner ( ) : System
return System

Property Details

lexer protected property

protected PegLexer lexer
return PegLexer

line protected property

protected string line
return string

offset protected property

protected int offset
return int

scanner protected property

protected BooScanner,Boo.BooLangService scanner
return Boo.BooLangService.BooScanner