C# Class Loyc.Syntax.SourceRange

Afficher le fichier Open project: qwertie/ecsharp Class Usage Examples

Méthodes publiques

Свойство Type Description
Nowhere SourceRange

Méthodes publiques

Méthode 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 méthode

public Contains ( SourceRange inner ) : bool
inner SourceRange
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

SourceRange() public méthode

public SourceRange ( ISourceFile source, Lexing token ) : System
source ISourceFile
token Lexing
Résultat System

SourceRange() public méthode

public SourceRange ( ISourceFile source, int beginIndex = -1, int length ) : System
source ISourceFile
beginIndex int
length int
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool

this() public méthode

public this ( int subIndex ) : char
subIndex int
Résultat char

Property Details

Nowhere public_oe static_oe property

public static SourceRange,Loyc.Syntax Nowhere
Résultat SourceRange