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

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

Открытые свойства

Свойство Тип Описание
attributeDecls OrderedHashSet
derivedFromName string
provideCopyFrom bool
ruleContextDecls OrderedHashSet
ruleContextListDecls OrderedHashSet
tokenDecls OrderedHashSet
tokenListDecls OrderedHashSet
tokenTypeDecls OrderedHashSet

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

Метод Описание
AddDecl ( Attribute a ) : void
AddDecl ( Decl d ) : void
AddDecls ( ICollection attrList ) : void
AddDispatchMethods ( Rule r ) : void
AddExtensionMember ( OutputModelObject member ) : void
ImplementInterface ( OutputModelObject value ) : void
IsEmpty ( ) : bool
StructDecl ( OutputModelFactory factory, Rule r ) : System.Collections.Generic

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

AddDecl() публичный Метод

public AddDecl ( Attribute a ) : void
a Antlr4.Tool.Attribute
Результат void

AddDecl() публичный Метод

public AddDecl ( Decl d ) : void
d Decl
Результат void

AddDecls() публичный Метод

public AddDecls ( ICollection attrList ) : void
attrList ICollection
Результат void

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

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

AddExtensionMember() публичный Метод

public AddExtensionMember ( OutputModelObject member ) : void
member OutputModelObject
Результат void

ImplementInterface() публичный Метод

public ImplementInterface ( OutputModelObject value ) : void
value OutputModelObject
Результат void

IsEmpty() публичный Метод

public IsEmpty ( ) : bool
Результат bool

StructDecl() публичный Метод

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

Описание свойств

attributeDecls публичное свойство

public OrderedHashSet attributeDecls
Результат OrderedHashSet

derivedFromName публичное свойство

public string derivedFromName
Результат string

provideCopyFrom публичное свойство

public bool provideCopyFrom
Результат bool

ruleContextDecls публичное свойство

public OrderedHashSet ruleContextDecls
Результат OrderedHashSet

ruleContextListDecls публичное свойство

public OrderedHashSet ruleContextListDecls
Результат OrderedHashSet

tokenDecls публичное свойство

public OrderedHashSet tokenDecls
Результат OrderedHashSet

tokenListDecls публичное свойство

public OrderedHashSet tokenListDecls
Результат OrderedHashSet

tokenTypeDecls публичное свойство

public OrderedHashSet tokenTypeDecls
Результат OrderedHashSet