C# 클래스 Boo.BooLangStudioSpecs.TokenProcessingTestFixture

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

보호된 프로퍼티들

프로퍼티 타입 설명
isMoreTokens bool
lexerPos int
remainingLine string
state int
token Microsoft.VisualStudio.Package.TokenInfo

공개 메소드들

메소드 설명
TokenProcessingTestFixture ( ) : System

메소드 상세

TokenProcessingTestFixture() 공개 메소드

public TokenProcessingTestFixture ( ) : System
리턴 System

프로퍼티 상세

isMoreTokens 보호되어 있는 프로퍼티

protected bool isMoreTokens
리턴 bool

lexerPos 보호되어 있는 프로퍼티

protected int lexerPos
리턴 int

remainingLine 보호되어 있는 프로퍼티

protected string remainingLine
리턴 string

state 보호되어 있는 프로퍼티

protected int state
리턴 int

token 보호되어 있는 프로퍼티

protected TokenInfo,Microsoft.VisualStudio.Package token
리턴 Microsoft.VisualStudio.Package.TokenInfo