C# 클래스 Rubberduck.Parsing.Symbols.IdentifierReference

파일 보기 프로젝트 열기: retailcoder/Rubberduck 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
HasExplicitCallStatement ( VBAParser call ) : bool

메소드 상세

HasExplicitCallStatement() 공개 메소드

public HasExplicitCallStatement ( ) : bool
리턴 bool

HasTypeHint() 공개 메소드

public HasTypeHint ( ) : bool
리턴 bool

HasTypeHint() 공개 메소드

public HasTypeHint ( string &token ) : bool
token string
리턴 bool

IdentifierReference() 공개 메소드

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
리턴 Antlr4.Runtime

IsInspectionDisabled() 공개 메소드

public IsInspectionDisabled ( string inspectionName ) : bool
inspectionName string
리턴 bool

IsSelected() 공개 메소드

public IsSelected ( QualifiedSelection selection ) : bool
selection Rubberduck.VBEditor.QualifiedSelection
리턴 bool