C# Class ICSharpCode.NRefactory.CSharp.ConstructCompleter

Afficher le fichier Open project: 0xd4d/NRefactory

Méthodes publiques

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

Méthodes protégées

Méthode Description
GetLastNonErrorChild ( AstNode node ) : AstNode

Method Details

GetLastNonErrorChild() protected méthode

protected GetLastNonErrorChild ( AstNode node ) : AstNode
node AstNode
Résultat AstNode

TryFix() public abstract méthode

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