Method | Description | |
---|---|---|
IsAvailable ( IUserDataHolder cache ) : bool |
Method | Description | |
---|---|---|
ArgumentContextActionBase ( ICSharpContextActionDataProvider provider ) : System | ||
CreateArgumentCheckStatement ( IRegularParameterDeclaration parameterDeclaration ) : ICSharpStatement | ||
CreateExceptionXmlDoc ( IRegularParameterDeclaration parameterDeclaration ) : string | ||
ExecutePsiTransaction ( ISolution solution, IProgressIndicator progress ) : Action |
||
IsArgumentCheckDocumented ( |
||
IsArgumentChecked ( ICSharpFunctionDeclaration methodDeclaration, IRegularParameterDeclaration parameterDeclaration ) : bool | ||
IsArgumentTypeTheExpected ( IType type ) : bool |
protected ArgumentContextActionBase ( ICSharpContextActionDataProvider provider ) : System | ||
provider | ICSharpContextActionDataProvider | |
return | System |
protected abstract CreateArgumentCheckStatement ( IRegularParameterDeclaration parameterDeclaration ) : ICSharpStatement | ||
parameterDeclaration | IRegularParameterDeclaration | |
return | ICSharpStatement |
protected abstract CreateExceptionXmlDoc ( IRegularParameterDeclaration parameterDeclaration ) : string | ||
parameterDeclaration | IRegularParameterDeclaration | |
return | string |
protected ExecutePsiTransaction ( ISolution solution, IProgressIndicator progress ) : Action |
||
solution | ISolution | |
progress | IProgressIndicator | |
return | Action |
protected abstract IsArgumentCheckDocumented ( |
||
xmlDocOfTheMethod | ||
parameterDeclaration | IRegularParameterDeclaration | |
return | bool |
protected abstract IsArgumentChecked ( ICSharpFunctionDeclaration methodDeclaration, IRegularParameterDeclaration parameterDeclaration ) : bool | ||
methodDeclaration | ICSharpFunctionDeclaration | |
parameterDeclaration | IRegularParameterDeclaration | |
return | bool |
protected abstract IsArgumentTypeTheExpected ( IType type ) : bool | ||
type | IType | |
return | bool |
public final IsAvailable ( IUserDataHolder cache ) : bool | ||
cache | IUserDataHolder | |
return | bool |