C# 클래스 Boo.BooLangStudioSpecs.WhenAttemptingToGetATokenFromThePegLexer

Description of WhenAttemptingToGetATokenFromThePegLexer.
파일 보기 프로젝트 열기: jagregory/boolangstudio

보호된 프로퍼티들

프로퍼티 타입 설명
lexer PegLexer
line string
pegToken PegToken
state int
token Microsoft.VisualStudio.Package.TokenInfo

공개 메소드들

메소드 설명
WhenAttemptingToGetATokenFromThePegLexer ( ) : System

메소드 상세

WhenAttemptingToGetATokenFromThePegLexer() 공개 메소드

public WhenAttemptingToGetATokenFromThePegLexer ( ) : System
리턴 System

프로퍼티 상세

lexer 보호되어 있는 프로퍼티

protected PegLexer lexer
리턴 PegLexer

line 보호되어 있는 프로퍼티

protected string line
리턴 string

pegToken 보호되어 있는 프로퍼티

protected PegToken pegToken
리턴 PegToken

state 보호되어 있는 프로퍼티

protected int state
리턴 int

token 보호되어 있는 프로퍼티

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