C# 클래스 JetBrains.ReSharper.Psi.Secret.Formatter.SecretFormatterHelper

파일 보기 프로젝트 열기: xsburg/ReSharper.NTriples 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
CreateWhitespaces ( [ wsTexts ) : IWhitespaceNode[]
GetLineFeedsTo ( this fromNode, ITreeNode toNode ) : IEnumerable

메소드 상세

CreateNewLine() 공개 정적인 메소드

public static CreateNewLine ( string text ) : IWhitespaceNode
text string
리턴 IWhitespaceNode

CreateSpace() 공개 정적인 메소드

public static CreateSpace ( string spaceText ) : IWhitespaceNode
spaceText string
리턴 IWhitespaceNode

HasLineFeedsTo() 공개 정적인 메소드

public static HasLineFeedsTo ( this fromNode, ITreeNode toNode ) : bool
fromNode this
toNode ITreeNode
리턴 bool

MakeIndent() 공개 정적인 메소드

public static MakeIndent ( this indentNode, string indent ) : void
indentNode this
indent string
리턴 void

ReplaceSpaces() 공개 정적인 메소드

public static ReplaceSpaces ( ITreeNode leftNode, ITreeNode rightNode, IEnumerable wsTexts ) : void
leftNode ITreeNode
rightNode ITreeNode
wsTexts IEnumerable
리턴 void