namespace Antlr.Runtime { /** AST rules have trees */ public interface IAstRuleReturnScope { /** Has a value potentially if output=AST; */ TAstLabel Tree { get; } } }