C# Class Boo.BooLangStudioSpecs.ManualTokenTestFixture

Mostrar archivo Open project: jagregory/boolangstudio

Protected Properties

Property Type Description
expectedEndIndex int
expectedStartIndex int
expectedTokenColor TokenColor
expectedTokenType TokenType
lexer PegLexer
line string
offset int
result bool
scanner Boo.BooLangService.BooScanner
state int
token Microsoft.VisualStudio.Package.TokenInfo

Public Methods

Method Description
ManualTokenTestFixture ( ) : System

Method Details

ManualTokenTestFixture() public method

public ManualTokenTestFixture ( ) : System
return System

Property Details

expectedEndIndex protected_oe property

protected int expectedEndIndex
return int

expectedStartIndex protected_oe property

protected int expectedStartIndex
return int

expectedTokenColor protected_oe property

protected TokenColor expectedTokenColor
return TokenColor

expectedTokenType protected_oe property

protected TokenType expectedTokenType
return TokenType

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

result protected_oe property

protected bool result
return bool

scanner protected_oe property

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

state protected_oe property

protected int state
return int

token protected_oe property

protected TokenInfo,Microsoft.VisualStudio.Package token
return Microsoft.VisualStudio.Package.TokenInfo