C# Class JSIL.Internal.SourceMapBuilder.Mapping

Afficher le fichier Open project: sq/JSIL

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Mapping ( int generatedLine, int generatedColumn, int originalLine, int originalColumn, string source, string name ) : System
operator ( ) : bool

Private Methods

Méthode Description
Equals ( Mapping other ) : bool

Method Details

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Mapping() public méthode

public Mapping ( int generatedLine, int generatedColumn, int originalLine, int originalColumn, string source, string name ) : System
generatedLine int
generatedColumn int
originalLine int
originalColumn int
source string
name string
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool