C# Class Boo.BooLangStudioSpecs.LexingBaseFixture

Afficher le fichier Open project: jagregory/boolangstudio

Protected Properties

Свойство Type Description
_mlState int
lexer antlr.TokenStream
rawCodeString string
scanner Boo.BooLangService.BooScanner
tokens List

Méthodes publiques

Méthode Description
BuildTokens ( string line ) : void
GetLexer ( string line ) : antlr.TokenStream
LexingBaseFixture ( ) : System

Method Details

BuildTokens() public méthode

public BuildTokens ( string line ) : void
line string
Résultat void

GetLexer() public méthode

public GetLexer ( string line ) : antlr.TokenStream
line string
Résultat antlr.TokenStream

LexingBaseFixture() public méthode

public LexingBaseFixture ( ) : System
Résultat System

Property Details

_mlState protected_oe property

protected int _mlState
Résultat int

lexer protected_oe property

protected antlr.TokenStream lexer
Résultat antlr.TokenStream

rawCodeString protected_oe property

protected string rawCodeString
Résultat string

scanner protected_oe property

protected Boo.BooLangService.BooScanner scanner
Résultat Boo.BooLangService.BooScanner

tokens protected_oe property

protected List tokens
Résultat List