Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
FindFollowing ( IControlFlowElement element ) : IControlFlowElement |
Finds the following.
|
|
FindPosition ( IList |
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.
|
public CodeAnnotation ( [ typeMember ) : System | ||
typeMember | [ | The type member. |
return | System |
public GetAnnotation ( [ parameter ) : CodeAnnotationAttribute | ||
parameter | [ | The parameter. |
return | CodeAnnotationAttribute |
public GetExpressionNullReferenceState ( ITreeNode treeNode, IDeclaredElement declaredElement, IDeclarationStatement anchor ) : CodeAnnotationAttribute | ||
treeNode | ITreeNode | The element. |
declaredElement | IDeclaredElement | The declared element. |
anchor | IDeclarationStatement | |
return | CodeAnnotationAttribute |
public InspectControlGraf ( [ method ) : CodeAnnotationAttribute | ||
method | [ | The method. |
return | CodeAnnotationAttribute |