IGrammarRuleProxy Description interface Tinman.Core.Parsing.IGrammarRuleProxy Derived from IGrammarRule A grammar rule that acts as a proxy by delegating to some other rule. Proxies are used to build cyclic dependencies between grammar rules. Public / Methods SetProxyTarget public method SetProxyTarget → (2) rule in : IRule The target rule or null. flags opt : GrammarRuleFlags = GrammarRuleFlags.None The grammar rule flags to use. Specifies the target rule of this proxy. IGrammarRule IPsiNode