C# 클래스 Loyc.VisualStudio.EcsSyntaxForVS

상속: Loyc.VisualStudio.SyntaxClassifierForVS
파일 보기 프로젝트 열기: qwertie/ecsharp

보호된 프로퍼티들

프로퍼티 타입 설명
_preprocessorType IClassificationType

보호된 메소드들

메소드 설명
IsSpecialIdentifier ( object value ) : bool
PrepareLexer ( ILexer lexer, ICharSource file, int position ) : ILexer
TokenToVSClassification ( Token t ) : IClassificationType

비공개 메소드들

메소드 설명
EcsSyntaxForVS ( Loyc.VisualStudio.VSBuffer ctx ) : System

메소드 상세

IsSpecialIdentifier() 보호된 메소드

protected IsSpecialIdentifier ( object value ) : bool
value object
리턴 bool

PrepareLexer() 보호된 메소드

protected PrepareLexer ( ILexer lexer, ICharSource file, int position ) : ILexer
lexer ILexer
file ICharSource
position int
리턴 ILexer

TokenToVSClassification() 보호된 메소드

protected TokenToVSClassification ( Token t ) : IClassificationType
t Token
리턴 IClassificationType

프로퍼티 상세

_preprocessorType 보호되어 있는 정적으로 프로퍼티

protected static IClassificationType _preprocessorType
리턴 IClassificationType