C# Class Antlr4.Runtime.RuleDependencyAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: antlr/antlr4

Méthodes publiques

Méthode Description
RuleDependencyAttribute ( Type recognizer, int rule, int version ) : System
RuleDependencyAttribute ( Type recognizer, int rule, int version, Dependents dependents ) : System

Method Details

RuleDependencyAttribute() public méthode

public RuleDependencyAttribute ( Type recognizer, int rule, int version ) : System
recognizer System.Type
rule int
version int
Résultat System

RuleDependencyAttribute() public méthode

public RuleDependencyAttribute ( Type recognizer, int rule, int version, Dependents dependents ) : System
recognizer System.Type
rule int
version int
dependents Dependents
Résultat System