C# 클래스 Boo.BooLangStudioSpecs.LexingBaseFixture

파일 보기 프로젝트 열기: jagregory/boolangstudio

보호된 프로퍼티들

프로퍼티 타입 설명
_mlState int
lexer antlr.TokenStream
rawCodeString string
scanner Boo.BooLangService.BooScanner
tokens List

공개 메소드들

메소드 설명
BuildTokens ( string line ) : void
GetLexer ( string line ) : antlr.TokenStream
LexingBaseFixture ( ) : System

메소드 상세

BuildTokens() 공개 메소드

public BuildTokens ( string line ) : void
line string
리턴 void

GetLexer() 공개 메소드

public GetLexer ( string line ) : antlr.TokenStream
line string
리턴 antlr.TokenStream

LexingBaseFixture() 공개 메소드

public LexingBaseFixture ( ) : System
리턴 System

프로퍼티 상세

_mlState 보호되어 있는 프로퍼티

protected int _mlState
리턴 int

lexer 보호되어 있는 프로퍼티

protected antlr.TokenStream lexer
리턴 antlr.TokenStream

rawCodeString 보호되어 있는 프로퍼티

protected string rawCodeString
리턴 string

scanner 보호되어 있는 프로퍼티

protected Boo.BooLangService.BooScanner scanner
리턴 Boo.BooLangService.BooScanner

tokens 보호되어 있는 프로퍼티

protected List tokens
리턴 List