C# Class JSIL.Internal.SourceMapBuilder.Mapping

Mostrar archivo Open project: sq/JSIL

Public Methods

Method 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

Method Description
Equals ( Mapping other ) : bool

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Mapping() public method

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
return System

operator() public static method

public static operator ( ) : bool
return bool