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

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

Méthodes publiques

Свойство Type Description
attributeDecls OrderedHashSet
derivedFromName string
provideCopyFrom bool
ruleContextDecls OrderedHashSet
ruleContextListDecls OrderedHashSet
tokenDecls OrderedHashSet
tokenListDecls OrderedHashSet
tokenTypeDecls OrderedHashSet

Méthodes publiques

Méthode Description
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

Method Details

AddDecl() public méthode

public AddDecl ( Attribute a ) : void
a Antlr4.Tool.Attribute
Résultat void

AddDecl() public méthode

public AddDecl ( Decl d ) : void
d Decl
Résultat void

AddDecls() public méthode

public AddDecls ( ICollection attrList ) : void
attrList ICollection
Résultat void

AddDispatchMethods() public méthode

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

AddExtensionMember() public méthode

public AddExtensionMember ( OutputModelObject member ) : void
member OutputModelObject
Résultat void

ImplementInterface() public méthode

public ImplementInterface ( OutputModelObject value ) : void
value OutputModelObject
Résultat void

IsEmpty() public méthode

public IsEmpty ( ) : bool
Résultat bool

StructDecl() public méthode

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

Property Details

attributeDecls public_oe property

public OrderedHashSet attributeDecls
Résultat OrderedHashSet

derivedFromName public_oe property

public string derivedFromName
Résultat string

provideCopyFrom public_oe property

public bool provideCopyFrom
Résultat bool

ruleContextDecls public_oe property

public OrderedHashSet ruleContextDecls
Résultat OrderedHashSet

ruleContextListDecls public_oe property

public OrderedHashSet ruleContextListDecls
Résultat OrderedHashSet

tokenDecls public_oe property

public OrderedHashSet tokenDecls
Résultat OrderedHashSet

tokenListDecls public_oe property

public OrderedHashSet tokenListDecls
Résultat OrderedHashSet

tokenTypeDecls public_oe property

public OrderedHashSet tokenTypeDecls
Résultat OrderedHashSet