C# Class Loyc.VisualStudio.EcsSyntaxForVS

Inheritance: Loyc.VisualStudio.SyntaxClassifierForVS
Afficher le fichier Open project: qwertie/ecsharp

Protected Properties

Свойство Type Description
_preprocessorType IClassificationType

Méthodes protégées

Méthode Description
IsSpecialIdentifier ( object value ) : bool
PrepareLexer ( ILexer lexer, ICharSource file, int position ) : ILexer
TokenToVSClassification ( Token t ) : IClassificationType

Private Methods

Méthode Description
EcsSyntaxForVS ( Loyc.VisualStudio.VSBuffer ctx ) : System

Method Details

IsSpecialIdentifier() protected méthode

protected IsSpecialIdentifier ( object value ) : bool
value object
Résultat bool

PrepareLexer() protected méthode

protected PrepareLexer ( ILexer lexer, ICharSource file, int position ) : ILexer
lexer ILexer
file ICharSource
position int
Résultat ILexer

TokenToVSClassification() protected méthode

protected TokenToVSClassification ( Token t ) : IClassificationType
t Token
Résultat IClassificationType

Property Details

_preprocessorType protected_oe static_oe property

protected static IClassificationType _preprocessorType
Résultat IClassificationType