C# Class CFGLib.Parsers.Forests.IntermediateNode

Inheritance: InteriorNode
Afficher le fichier Open project: ellisonch/CFGLib

Méthodes publiques

Méthode Description
Equals ( Object other ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Private Methods

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

Method Details

Equals() public méthode

public Equals ( Object other ) : bool
other Object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string