C# Class Microsoft.Automata.Grammars.Nonterminal

Inheritance: GrammarSymbol
Afficher le fichier Open project: AutomataDotNet/Automata Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Nonterminal ( int id ) : System
Nonterminal ( string name ) : System

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

Nonterminal() public méthode

public Nonterminal ( int id ) : System
id int
Résultat System

Nonterminal() public méthode

public Nonterminal ( string name ) : System
name string
Résultat System