C# Class ValueInjector.SourceCodeLocation

Afficher le fichier Open project: lukesandberg/PexFaultLocalization Class Usage Examples

Méthodes publiques

Méthode Description
Contains ( SourceCodeLocation other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
SourceCodeLocation ( String fn, int sl, int el, int sc, int ec ) : System
ToString ( ) : string

Method Details

Contains() public méthode

public Contains ( SourceCodeLocation other ) : bool
other SourceCodeLocation
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

SourceCodeLocation() public méthode

public SourceCodeLocation ( String fn, int sl, int el, int sc, int ec ) : System
fn String
sl int
el int
sc int
ec int
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string