Méthode | Description | |
---|---|---|
Create ( string content ) : TestRefactoringContext | ||
GetLineByOffset ( int offset ) : IDocumentLine | ||
GetLocation ( int offset ) : TextLocation | ||
GetOffset ( TextLocation location ) : int | ||
GetText ( ISegment segment ) : string | ||
GetText ( int offset, int length ) : string | ||
StartScript ( ) : Script | ||
Supports ( System.Version version ) : bool | ||
TestRefactoringContext ( IDocument document, TextLocation location, ICSharpCode.NRefactory.CSharp.Resolver.CSharpAstResolver resolver ) : System |
Méthode | Description | |
---|---|---|
Print ( AstNode node ) : void |
public static Create ( string content ) : TestRefactoringContext | ||
content | string | |
Résultat | TestRefactoringContext |
public GetLineByOffset ( int offset ) : IDocumentLine | ||
offset | int | |
Résultat | IDocumentLine |
public GetLocation ( int offset ) : TextLocation | ||
offset | int | |
Résultat | TextLocation |
public GetOffset ( TextLocation location ) : int | ||
location | TextLocation | |
Résultat | int |
public GetText ( ISegment segment ) : string | ||
segment | ISegment | |
Résultat | string |
public GetText ( int offset, int length ) : string | ||
offset | int | |
length | int | |
Résultat | string |
public Supports ( System.Version version ) : bool | ||
version | System.Version | |
Résultat | bool |
public TestRefactoringContext ( IDocument document, TextLocation location, ICSharpCode.NRefactory.CSharp.Resolver.CSharpAstResolver resolver ) : System | ||
document | IDocument | |
location | TextLocation | |
resolver | ICSharpCode.NRefactory.CSharp.Resolver.CSharpAstResolver | |
Résultat | System |