C# Class JetBrains.ReSharper.Psi.Secret.Formatter.SecretFormattingStage

Exibir arquivo Open project: xsburg/ReSharper.NTriples Class Usage Examples

Public Methods

Method Description
DoFormat ( CodeFormattingContext context, IProgressIndicator pi ) : void

Private Methods

Method Description
CalcSpaces ( FormattingStageContext context ) : IEnumerable
CreateFormattingVisitor ( CodeFormattingContext context ) : SecretFormattingVisitor
GetNodePairs ( CodeFormattingContext context ) : IEnumerable
GetNodePairs ( ITreeNode treeNode, IList list, ITreeNode parent ) : void
GetNodePairs ( ITreeNode firstNode, ITreeNode lastNode, IList list ) : void
MakeFormat ( FormattingRange range, IEnumerable space ) : void
SecretFormattingStage ( CodeFormattingContext context ) : System.Collections.Generic

Method Details

DoFormat() public static method

public static DoFormat ( CodeFormattingContext context, IProgressIndicator pi ) : void
context CodeFormattingContext
pi IProgressIndicator
return void