메소드 | 설명 | |
---|---|---|
NavigateToVisitor ( string searchValue, ITextSnapshot snapshot, IWpfTextView textView, INavigateToCallback callback, IBufferGraphFactoryService bufferGraphFactoryService, INavigateToItemDisplayFactory displayFactory, |
||
Visit ( SyntaxNode node ) : void | ||
VisitClassType ( ClassTypeSyntax node ) : void | ||
VisitCompilationUnit ( CompilationUnitSyntax node ) : void | ||
VisitConstantBuffer ( ConstantBufferSyntax node ) : void | ||
VisitFunctionDeclaration ( FunctionDeclarationSyntax node ) : void | ||
VisitFunctionDefinition ( FunctionDefinitionSyntax node ) : void | ||
VisitInterfaceType ( InterfaceTypeSyntax node ) : void | ||
VisitNamespace ( NamespaceSyntax node ) : void | ||
VisitStructType ( StructTypeSyntax node ) : void | ||
VisitTechnique ( TechniqueSyntax node ) : void | ||
VisitTypeDeclarationStatement ( TypeDeclarationStatementSyntax node ) : void | ||
VisitVariableDeclarationStatement ( VariableDeclarationStatementSyntax node ) : void |
메소드 | 설명 | |
---|---|---|
Contains ( string source, string toCheck, System.StringComparison comp ) : bool | ||
GetDescription ( SyntaxNode node ) : string | ||
ProcessItem ( SyntaxToken name, string nameText, TextSpan nodeSpan, string kind, SyntaxNode parent, Glyph icon ) : void |
public NavigateToVisitor ( string searchValue, ITextSnapshot snapshot, IWpfTextView textView, INavigateToCallback callback, IBufferGraphFactoryService bufferGraphFactoryService, INavigateToItemDisplayFactory displayFactory, |
||
searchValue | string | |
snapshot | ITextSnapshot | |
textView | IWpfTextView | |
callback | INavigateToCallback | |
bufferGraphFactoryService | IBufferGraphFactoryService | |
displayFactory | INavigateToItemDisplayFactory | |
glyphService | ||
cancellationToken | ||
리턴 | System |
public VisitClassType ( ClassTypeSyntax node ) : void | ||
node | ClassTypeSyntax | |
리턴 | void |
public VisitCompilationUnit ( CompilationUnitSyntax node ) : void | ||
node | CompilationUnitSyntax | |
리턴 | void |
public VisitConstantBuffer ( ConstantBufferSyntax node ) : void | ||
node | ConstantBufferSyntax | |
리턴 | void |
public VisitFunctionDeclaration ( FunctionDeclarationSyntax node ) : void | ||
node | FunctionDeclarationSyntax | |
리턴 | void |
public VisitFunctionDefinition ( FunctionDefinitionSyntax node ) : void | ||
node | FunctionDefinitionSyntax | |
리턴 | void |
public VisitInterfaceType ( InterfaceTypeSyntax node ) : void | ||
node | InterfaceTypeSyntax | |
리턴 | void |
public VisitNamespace ( NamespaceSyntax node ) : void | ||
node | NamespaceSyntax | |
리턴 | void |
public VisitStructType ( StructTypeSyntax node ) : void | ||
node | StructTypeSyntax | |
리턴 | void |
public VisitTechnique ( TechniqueSyntax node ) : void | ||
node | TechniqueSyntax | |
리턴 | void |
public VisitTypeDeclarationStatement ( TypeDeclarationStatementSyntax node ) : void | ||
node | TypeDeclarationStatementSyntax | |
리턴 | void |
public VisitVariableDeclarationStatement ( VariableDeclarationStatementSyntax node ) : void | ||
node | VariableDeclarationStatementSyntax | |
리턴 | void |