C# Class ICSharpCode.NRefactory.CSharp.ConstructCompleter

Show file Open project: 0xd4d/NRefactory

Public Methods

Method Description
TryFix ( ConstructFixer fixer, SyntaxTree syntaxTree, IDocument document, TextLocation location, int &newOffset ) : bool

Protected Methods

Method Description
GetLastNonErrorChild ( AstNode node ) : AstNode

Method Details

GetLastNonErrorChild() protected method

protected GetLastNonErrorChild ( AstNode node ) : AstNode
node AstNode
return AstNode

TryFix() public abstract method

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