C# 클래스 ICSharpCode.NRefactory.CSharp.ConstructCompleter

파일 보기 프로젝트 열기: 0xd4d/NRefactory

공개 메소드들

메소드 설명
TryFix ( ConstructFixer fixer, SyntaxTree syntaxTree, IDocument document, TextLocation location, int &newOffset ) : bool

보호된 메소드들

메소드 설명
GetLastNonErrorChild ( AstNode node ) : AstNode

메소드 상세

GetLastNonErrorChild() 보호된 메소드

protected GetLastNonErrorChild ( AstNode node ) : AstNode
node AstNode
리턴 AstNode

TryFix() 공개 추상적인 메소드

public abstract TryFix ( ConstructFixer fixer, SyntaxTree syntaxTree, IDocument document, TextLocation location, int &newOffset ) : bool
fixer ConstructFixer
syntaxTree SyntaxTree
document IDocument
location TextLocation
newOffset int
리턴 bool