Searched defs:IRuleReturnScope (Results 1 - 5 of 5) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DRuleReturnScope.cs38 public interface IRuleReturnScope<TLabel> { interface in namespace:Antlr.Runtime
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DIRuleReturnScope.cs38 public interface IRuleReturnScope interface in namespace:Antlr.Runtime
H A DIRuleReturnScope`1.cs39 public interface IRuleReturnScope<TLabel> : IRuleReturnScope interface in namespace:Antlr.Runtime
H A DParserRuleReturnScope.cs59 public class ParserRuleReturnScope<TToken> : IRuleReturnScope<TToken>
90 object IRuleReturnScope.Start
98 object IRuleReturnScope.Stop
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeRuleReturnScope`1.cs42 public class TreeRuleReturnScope<TTree> : IRuleReturnScope<TTree>
60 object IRuleReturnScope.Start
68 TTree IRuleReturnScope<TTree>.Stop
76 object IRuleReturnScope.Stop

Completed in 100 milliseconds