C# Class Eocron.Core.Ast.Range

Afficher le fichier Open project: eocron/ORegex Class Usage Examples

Méthodes publiques

Свойство Type Description
Index int
Length int

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Range ( IParseTree tree ) : System.Diagnostics
Range ( int index, int length ) : System.Diagnostics
ToString ( ) : string

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

Range() public méthode

public Range ( IParseTree tree ) : System.Diagnostics
tree IParseTree
Résultat System.Diagnostics

Range() public méthode

public Range ( int index, int length ) : System.Diagnostics
index int
length int
Résultat System.Diagnostics

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Index public_oe property

public int Index
Résultat int

Length public_oe property

public int Length
Résultat int