C# 클래스 BooLangService.BooScope

상속: Microsoft.VisualStudio.Package.AuthoringScope
파일 보기 프로젝트 열기: jagregory/boolangstudio

공개 메소드들

메소드 설명
BooScope ( CompiledProject compiledProject, BooSource source, Microsoft.VisualStudio.Package.ParseRequest parseRequest, Methods methods, ParseRequestProcessor parseRequestProcessor ) : System
BooScope ( CompiledProject compiledProject, BooSource source, Microsoft.VisualStudio.Package.ParseRequest parseRequest, ParseRequestProcessor parseRequestProcessor ) : System
GetDataTipText ( int line, int col, TextSpan &span ) : string
GetDeclarations ( IVsTextView view, int lineNum, int col, Microsoft.VisualStudio.Package.TokenInfo info, ParseReason reason ) : Microsoft.VisualStudio.Package.Declarations
GetMethods ( int line, int col, string name ) : Methods
Goto ( Microsoft.VisualStudio.VSConstants cmd, IVsTextView textView, int line, int col, TextSpan &span ) : string

메소드 상세

BooScope() 공개 메소드

public BooScope ( CompiledProject compiledProject, BooSource source, Microsoft.VisualStudio.Package.ParseRequest parseRequest, Methods methods, ParseRequestProcessor parseRequestProcessor ) : System
compiledProject CompiledProject
source BooSource
parseRequest Microsoft.VisualStudio.Package.ParseRequest
methods Methods
parseRequestProcessor ParseRequestProcessor
리턴 System

BooScope() 공개 메소드

public BooScope ( CompiledProject compiledProject, BooSource source, Microsoft.VisualStudio.Package.ParseRequest parseRequest, ParseRequestProcessor parseRequestProcessor ) : System
compiledProject CompiledProject
source BooSource
parseRequest Microsoft.VisualStudio.Package.ParseRequest
parseRequestProcessor ParseRequestProcessor
리턴 System

GetDataTipText() 공개 메소드

public GetDataTipText ( int line, int col, TextSpan &span ) : string
line int
col int
span TextSpan
리턴 string

GetDeclarations() 공개 메소드

public GetDeclarations ( IVsTextView view, int lineNum, int col, Microsoft.VisualStudio.Package.TokenInfo info, ParseReason reason ) : Microsoft.VisualStudio.Package.Declarations
view IVsTextView
lineNum int
col int
info Microsoft.VisualStudio.Package.TokenInfo
reason ParseReason
리턴 Microsoft.VisualStudio.Package.Declarations

GetMethods() 공개 메소드

public GetMethods ( int line, int col, string name ) : Methods
line int
col int
name string
리턴 Methods

Goto() 공개 메소드

public Goto ( Microsoft.VisualStudio.VSConstants cmd, IVsTextView textView, int line, int col, TextSpan &span ) : string
cmd Microsoft.VisualStudio.VSConstants
textView IVsTextView
line int
col int
span TextSpan
리턴 string