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

Inheritance: StructDecl
Datei anzeigen Open project: sharwell/antlr4cs Class Usage Examples

Public Methods

Method 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 method

public AddDispatchMethods ( Rule r ) : void
r Antlr4.Tool.Rule
return void

AltLabelStructDecl() public method

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

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int