C# Class Antlr4.Runtime.RuleDependencyAttribute

Inheritance: System.Attribute
Show file Open project: antlr/antlr4

Public Methods

Method Description
RuleDependencyAttribute ( Type recognizer, int rule, int version ) : System
RuleDependencyAttribute ( Type recognizer, int rule, int version, Dependents dependents ) : System

Method Details

RuleDependencyAttribute() public method

public RuleDependencyAttribute ( Type recognizer, int rule, int version ) : System
recognizer System.Type
rule int
version int
return System

RuleDependencyAttribute() public method

public RuleDependencyAttribute ( Type recognizer, int rule, int version, Dependents dependents ) : System
recognizer System.Type
rule int
version int
dependents Dependents
return System