C# Class Boo.BooLangStudioSpecs.LexingBaseFixture

Show file Open project: jagregory/boolangstudio

Protected Properties

Property Type Description
_mlState int
lexer antlr.TokenStream
rawCodeString string
scanner Boo.BooLangService.BooScanner
tokens List

Public Methods

Method Description
BuildTokens ( string line ) : void
GetLexer ( string line ) : antlr.TokenStream
LexingBaseFixture ( ) : System

Method Details

BuildTokens() public method

public BuildTokens ( string line ) : void
line string
return void

GetLexer() public method

public GetLexer ( string line ) : antlr.TokenStream
line string
return antlr.TokenStream

LexingBaseFixture() public method

public LexingBaseFixture ( ) : System
return System

Property Details

_mlState protected property

protected int _mlState
return int

lexer protected property

protected antlr.TokenStream lexer
return antlr.TokenStream

rawCodeString protected property

protected string rawCodeString
return string

scanner protected property

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

tokens protected property

protected List tokens
return List