Method | Description | |
---|---|---|
IsAvailable ( IUserDataHolder cache ) : bool | ||
RemoveUnreachableCodeFix ( HeuristicallyUnreachableCodeWarning error ) : System | ||
RemoveUnreachableCodeFix ( UnreachableCodeWarning error ) : System |
Method | Description | |
---|---|---|
ExecutePsiTransaction ( ISolution solution, IProgressIndicator progress ) : Action |
Method | Description | |
---|---|---|
AdjustExpression ( ITreeRange range, ICompoundExpression expression ) : ITreeRange | ||
AdjustExpression ( ITreeRange range, IJavaScriptExpression expression ) : ITreeRange | ||
AdjustStatement ( ITreeRange range, IJavaScriptStatement statement ) : ITreeRange | ||
AdjustTreeRange ( ITreeRange range ) : ITreeRange |
protected ExecutePsiTransaction ( ISolution solution, IProgressIndicator progress ) : Action |
||
solution | ISolution | |
progress | IProgressIndicator | |
return | Action |
public IsAvailable ( IUserDataHolder cache ) : bool | ||
cache | IUserDataHolder | |
return | bool |
public RemoveUnreachableCodeFix ( HeuristicallyUnreachableCodeWarning error ) : System | ||
error | HeuristicallyUnreachableCodeWarning | |
return | System |
public RemoveUnreachableCodeFix ( UnreachableCodeWarning error ) : System | ||
error | UnreachableCodeWarning | |
return | System |