C# 클래스 PredictiveCodeSuggestions.Diagnostics.CodeAnnotation

Defines the CodeAnnotation class.
파일 보기 프로젝트 열기: JakobChristensen/Resharper.PredictiveCodeSuggestions 1 사용 예제들

공개 메소드들

메소드 설명
CodeAnnotation ( [ typeMember ) : System

Initializes a new instance of the CodeAnnotation class. Codes the annotation.

GetAnnotation ( [ parameter ) : CodeAnnotationAttribute

Gets the annotation.

GetExpressionNullReferenceState ( ITreeNode treeNode, IDeclaredElement declaredElement, IDeclarationStatement anchor ) : CodeAnnotationAttribute

Gets the state of the expression null reference.

InspectControlGraf ( [ method ) : CodeAnnotationAttribute

Inspects the control graf.

비공개 메소드들

메소드 설명
FindFollowing ( IControlFlowElement element ) : IControlFlowElement

Finds the following.

FindPosition ( IList elements, ITreeNode treeNode ) : IControlFlowElement

Finds the position.

GetNullReferenceState ( ITreeNode treeNode, IDeclaredElement declaredElement, IDeclarationStatement statement ) : CodeAnnotationAttribute

Gets the state of the expression null reference.

Initialize ( [ typeMember ) : void

Initializes the specified type member.

Inspect ( [ function ) : CodeAnnotationAttribute

Inspects the specified function.

메소드 상세

CodeAnnotation() 공개 메소드

Initializes a new instance of the CodeAnnotation class. Codes the annotation.
public CodeAnnotation ( [ typeMember ) : System
typeMember [ The type member.
리턴 System

GetAnnotation() 공개 메소드

Gets the annotation.
public GetAnnotation ( [ parameter ) : CodeAnnotationAttribute
parameter [ The parameter.
리턴 CodeAnnotationAttribute

GetExpressionNullReferenceState() 공개 메소드

Gets the state of the expression null reference.
public GetExpressionNullReferenceState ( ITreeNode treeNode, IDeclaredElement declaredElement, IDeclarationStatement anchor ) : CodeAnnotationAttribute
treeNode ITreeNode The element.
declaredElement IDeclaredElement The declared element.
anchor IDeclarationStatement
리턴 CodeAnnotationAttribute

InspectControlGraf() 공개 메소드

Inspects the control graf.
public InspectControlGraf ( [ method ) : CodeAnnotationAttribute
method [ The method.
리턴 CodeAnnotationAttribute