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

Afficher le fichier Open project: xsburg/ReSharper.NTriples Class Usage Examples

Méthodes publiques

Méthode Description
CreateNewLine ( string text ) : IWhitespaceNode
CreateSpace ( string spaceText ) : IWhitespaceNode
HasLineFeedsTo ( this fromNode, ITreeNode toNode ) : bool
MakeIndent ( this indentNode, string indent ) : void
ReplaceSpaces ( ITreeNode leftNode, ITreeNode rightNode, IEnumerable wsTexts ) : void

Private Methods

Méthode Description
CreateWhitespaces ( [ wsTexts ) : IWhitespaceNode[]
GetLineFeedsTo ( this fromNode, ITreeNode toNode ) : IEnumerable

Method Details

CreateNewLine() public static méthode

public static CreateNewLine ( string text ) : IWhitespaceNode
text string
Résultat IWhitespaceNode

CreateSpace() public static méthode

public static CreateSpace ( string spaceText ) : IWhitespaceNode
spaceText string
Résultat IWhitespaceNode

HasLineFeedsTo() public static méthode

public static HasLineFeedsTo ( this fromNode, ITreeNode toNode ) : bool
fromNode this
toNode ITreeNode
Résultat bool

MakeIndent() public static méthode

public static MakeIndent ( this indentNode, string indent ) : void
indentNode this
indent string
Résultat void

ReplaceSpaces() public static méthode

public static ReplaceSpaces ( ITreeNode leftNode, ITreeNode rightNode, IEnumerable wsTexts ) : void
leftNode ITreeNode
rightNode ITreeNode
wsTexts IEnumerable
Résultat void