C# Class CFGLib.Parsers.Earley.Pointer

Afficher le fichier Open project: ellisonch/CFGLib

Méthodes publiques

Свойство Type Description
Item System.Item
Label int

Méthodes publiques

Méthode Description
Equals ( Object other ) : bool
GetHashCode ( ) : int
Pointer ( int label, System.Item item ) : System

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

Pointer() public méthode

public Pointer ( int label, System.Item item ) : System
label int
item System.Item
Résultat System

Property Details

Item public_oe property

public Item,System Item
Résultat System.Item

Label public_oe property

public int Label
Résultat int