C# Class Eocron.Core.Ast.Range

ファイルを表示 Open project: eocron/ORegex Class Usage Examples

Public Properties

Property Type Description
Index int
Length int

Public Methods

Method 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 method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Range() public method

public Range ( IParseTree tree ) : System.Diagnostics
tree IParseTree
return System.Diagnostics

Range() public method

public Range ( int index, int length ) : System.Diagnostics
index int
length int
return System.Diagnostics

ToString() public method

public ToString ( ) : string
return string

Property Details

Index public_oe property

public int Index
return int

Length public_oe property

public int Length
return int