Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Boo
BooLangStudioSpecs
WhenProcessingALineWithBooScanner
C# Class Boo.BooLangStudioSpecs.WhenProcessingALineWithBooScanner
Description of WhenSettingTheSourceInBooScanner.
Inheritance:
AutoMockingTestFixture
显示文件
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