C# Class ICSharpCode.NRefactory.CSharp.CodeActions.TestRefactoringContext

Inheritance: RefactoringContext
Afficher le fichier Open project: mono-soc-2012/NRefactory Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
Print ( AstNode node ) : void

Method Details

Create() public static méthode

public static Create ( string content ) : TestRefactoringContext
content string
Résultat TestRefactoringContext

GetLineByOffset() public méthode

public GetLineByOffset ( int offset ) : IDocumentLine
offset int
Résultat IDocumentLine

GetLocation() public méthode

public GetLocation ( int offset ) : TextLocation
offset int
Résultat TextLocation

GetOffset() public méthode

public GetOffset ( TextLocation location ) : int
location TextLocation
Résultat int

GetText() public méthode

public GetText ( ISegment segment ) : string
segment ISegment
Résultat string

GetText() public méthode

public GetText ( int offset, int length ) : string
offset int
length int
Résultat string

StartScript() public méthode

public StartScript ( ) : Script
Résultat Script

Supports() public méthode

public Supports ( System.Version version ) : bool
version System.Version
Résultat bool

TestRefactoringContext() public méthode

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