C# Class CFGLib.Parsers.Forests.IntermediateNode

Inheritance: InteriorNode
Show file Open project: ellisonch/CFGLib

Public Methods

Method Description
Equals ( Object other ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Private Methods

Method Description
IntermediateNode ( System.Item item, int startPosition, int endPosition ) : CFGLib.Parsers.Earley
ToStringSimple ( ) : string

Method Details

Equals() public method

public Equals ( Object other ) : bool
other Object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string