C# Класс Antlr4.Codegen.Model.Decl.AltLabelStructDecl

Наследование: StructDecl
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AddDispatchMethods ( Rule r ) : void
AltLabelStructDecl ( OutputModelFactory factory, Rule r, string label ) : System.Collections.Generic
Equals ( object obj ) : bool
GetHashCode ( ) : int

Описание методов

AddDispatchMethods() публичный метод

public AddDispatchMethods ( Rule r ) : void
r Antlr4.Tool.Rule
Результат void

AltLabelStructDecl() публичный метод

public AltLabelStructDecl ( OutputModelFactory factory, Rule r, string label ) : System.Collections.Generic
factory OutputModelFactory
r Antlr4.Tool.Rule
label string
Результат System.Collections.Generic

Equals() публичный метод

public Equals ( object obj ) : bool
obj object
Результат bool

GetHashCode() публичный метод

public GetHashCode ( ) : int
Результат int