C# Class Rubberduck.Parsing.Symbols.IdentifierReference

Afficher le fichier Open project: retailcoder/Rubberduck Class Usage Examples

Méthodes publiques

Méthode Description
HasExplicitCallStatement ( ) : bool
HasTypeHint ( ) : bool
HasTypeHint ( string &token ) : bool
IdentifierReference ( QualifiedModuleName qualifiedName, Rubberduck.Parsing.Symbols.Declaration parentScopingDeclaration, Rubberduck.Parsing.Symbols.Declaration parentNonScopingDeclaration, string identifierName, Rubberduck.VBEditor.Selection selection, ParserRuleContext context, Rubberduck.Parsing.Symbols.Declaration declaration, bool isAssignmentTarget = false, bool hasExplicitLetStatement = false, IEnumerable annotations = null ) : Antlr4.Runtime
IsInspectionDisabled ( string inspectionName ) : bool
IsSelected ( QualifiedSelection selection ) : bool

Private Methods

Méthode Description
HasExplicitCallStatement ( VBAParser call ) : bool

Method Details

HasExplicitCallStatement() public méthode

public HasExplicitCallStatement ( ) : bool
Résultat bool

HasTypeHint() public méthode

public HasTypeHint ( ) : bool
Résultat bool

HasTypeHint() public méthode

public HasTypeHint ( string &token ) : bool
token string
Résultat bool

IdentifierReference() public méthode

public IdentifierReference ( QualifiedModuleName qualifiedName, Rubberduck.Parsing.Symbols.Declaration parentScopingDeclaration, Rubberduck.Parsing.Symbols.Declaration parentNonScopingDeclaration, string identifierName, Rubberduck.VBEditor.Selection selection, ParserRuleContext context, Rubberduck.Parsing.Symbols.Declaration declaration, bool isAssignmentTarget = false, bool hasExplicitLetStatement = false, IEnumerable annotations = null ) : Antlr4.Runtime
qualifiedName Rubberduck.VBEditor.QualifiedModuleName
parentScopingDeclaration Rubberduck.Parsing.Symbols.Declaration
parentNonScopingDeclaration Rubberduck.Parsing.Symbols.Declaration
identifierName string
selection Rubberduck.VBEditor.Selection
context ParserRuleContext
declaration Rubberduck.Parsing.Symbols.Declaration
isAssignmentTarget bool
hasExplicitLetStatement bool
annotations IEnumerable
Résultat Antlr4.Runtime

IsInspectionDisabled() public méthode

public IsInspectionDisabled ( string inspectionName ) : bool
inspectionName string
Résultat bool

IsSelected() public méthode

public IsSelected ( QualifiedSelection selection ) : bool
selection Rubberduck.VBEditor.QualifiedSelection
Résultat bool