C# Class Boo.BooLangStudioSpecs.WhenAttemptingToGetATokenFromThePegLexer

Description of WhenAttemptingToGetATokenFromThePegLexer.
Afficher le fichier Open project: jagregory/boolangstudio

Protected Properties

Свойство Type Description
lexer PegLexer
line string
pegToken PegToken
state int
token Microsoft.VisualStudio.Package.TokenInfo

Méthodes publiques

Méthode Description
WhenAttemptingToGetATokenFromThePegLexer ( ) : System

Method Details

WhenAttemptingToGetATokenFromThePegLexer() public méthode

public WhenAttemptingToGetATokenFromThePegLexer ( ) : System
Résultat System

Property Details

lexer protected_oe property

protected PegLexer lexer
Résultat PegLexer

line protected_oe property

protected string line
Résultat string

pegToken protected_oe property

protected PegToken pegToken
Résultat PegToken

state protected_oe property

protected int state
Résultat int

token protected_oe property

protected TokenInfo,Microsoft.VisualStudio.Package token
Résultat Microsoft.VisualStudio.Package.TokenInfo