C# Class Boo.BooLangStudioSpecs.WhenProcessingALineWithBooScanner

Description of WhenSettingTheSourceInBooScanner.
Inheritance: AutoMockingTestFixture
Datei anzeigen 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_oe property

protected PegLexer lexer
return PegLexer

line protected_oe property

protected string line
return string

offset protected_oe property

protected int offset
return int

scanner protected_oe property

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