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

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

공개 메소드들

메소드 설명
PsiCodeFormattingContext ( SecretCodeFormatter secretCodeFormatter, ITreeNode firstNode, ITreeNode lastNode ) : JetBrains.Application.Progress

보호된 메소드들

메소드 설명
CanModifyNode ( ITreeNode element, NodeModificationType nodeModificationType ) : bool

메소드 상세

CanModifyNode() 보호된 메소드

protected CanModifyNode ( ITreeNode element, NodeModificationType nodeModificationType ) : bool
element ITreeNode
nodeModificationType NodeModificationType
리턴 bool

PsiCodeFormattingContext() 공개 메소드

public PsiCodeFormattingContext ( SecretCodeFormatter secretCodeFormatter, ITreeNode firstNode, ITreeNode lastNode ) : JetBrains.Application.Progress
secretCodeFormatter SecretCodeFormatter
firstNode ITreeNode
lastNode ITreeNode
리턴 JetBrains.Application.Progress