C# Class ReSharper.NTriples.Intentions.QuickFix.StatementsSimplificationQuickFix

Inheritance: ContextActionBase, IQuickFix
Datei anzeigen Open project: xsburg/ReSharper.NTriples

Public Methods

Method Description
IsAvailable ( IUserDataHolder cache ) : bool
StatementsSimplificationQuickFix ( HintRangeHighlighting highlighter ) : System

Protected Methods

Method Description
ExecutePsiTransaction ( ISolution solution, IProgressIndicator progress ) : Action

Private Methods

Method Description
CollectSentences ( ) : List
GetPredicateText ( IFact f ) : string

Method Details

ExecutePsiTransaction() protected method

protected ExecutePsiTransaction ( ISolution solution, IProgressIndicator progress ) : Action
solution ISolution
progress IProgressIndicator
return Action

IsAvailable() public method

public IsAvailable ( IUserDataHolder cache ) : bool
cache IUserDataHolder
return bool

StatementsSimplificationQuickFix() public method

public StatementsSimplificationQuickFix ( HintRangeHighlighting highlighter ) : System
highlighter HintRangeHighlighting
return System