Home
last modified time | relevance | path

Searched refs:AttributeTargets (Results 1 – 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DGrammarRuleAttribute.cs35 using AttributeTargets = System.AttributeTargets; typedef
38 [AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DGrammarRuleAttribute.cs36 using AttributeTargets = System.AttributeTargets; typedef
39 [AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]