C# Class Loyc.Syntax.SourceRange

Exibir arquivo Open project: qwertie/ecsharp Class Usage Examples

Public Properties

Property Type Description
Nowhere SourceRange

Public Methods

Method Description
Contains ( SourceRange inner ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
SourceRange ( ISourceFile source, Lexing token ) : System
SourceRange ( ISourceFile source, int beginIndex = -1, int length ) : System
ToString ( ) : string
operator ( ) : bool
this ( int subIndex ) : char

Method Details

Contains() public method

public Contains ( SourceRange inner ) : bool
inner SourceRange
return bool

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

SourceRange() public method

public SourceRange ( ISourceFile source, Lexing token ) : System
source ISourceFile
token Lexing
return System

SourceRange() public method

public SourceRange ( ISourceFile source, int beginIndex = -1, int length ) : System
source ISourceFile
beginIndex int
length int
return System

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool

this() public method

public this ( int subIndex ) : char
subIndex int
return char

Property Details

Nowhere public_oe static_oe property

public static SourceRange,Loyc.Syntax Nowhere
return SourceRange