C# Class Antlr4.Codegen.Model.Decl.AltLabelStructDecl

Inheritance: StructDecl
Afficher le fichier Open project: sharwell/antlr4cs Class Usage Examples

Méthodes publiques

Méthode Description
AddDispatchMethods ( Rule r ) : void
AltLabelStructDecl ( OutputModelFactory factory, Rule r, string label ) : System.Collections.Generic
Equals ( object obj ) : bool
GetHashCode ( ) : int

Method Details

AddDispatchMethods() public méthode

public AddDispatchMethods ( Rule r ) : void
r Antlr4.Tool.Rule
Résultat void

AltLabelStructDecl() public méthode

public AltLabelStructDecl ( OutputModelFactory factory, Rule r, string label ) : System.Collections.Generic
factory OutputModelFactory
r Antlr4.Tool.Rule
label string
Résultat System.Collections.Generic

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int