C# Class BooLangService.BooScope

Inheritance: Microsoft.VisualStudio.Package.AuthoringScope
Afficher le fichier Open project: jagregory/boolangstudio

Méthodes publiques

Méthode Description
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

Method Details

BooScope() public méthode

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
Résultat System

BooScope() public méthode

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
Résultat System

GetDataTipText() public méthode

public GetDataTipText ( int line, int col, TextSpan &span ) : string
line int
col int
span TextSpan
Résultat string

GetDeclarations() public méthode

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
Résultat Microsoft.VisualStudio.Package.Declarations

GetMethods() public méthode

public GetMethods ( int line, int col, string name ) : Methods
line int
col int
name string
Résultat Methods

Goto() public méthode

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
Résultat string