Click or drag to resize

IAstRuleReturnScopeTAstLabel Interface

AST rules have trees

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public interface IAstRuleReturnScope<TAstLabel> : IAstRuleReturnScope, 
	IRuleReturnScope

Type Parameters

TAstLabel

[Missing <typeparam name="TAstLabel"/> documentation for "T:Stimulsoft.Data.Expressions.Antlr.Runtime.IAstRuleReturnScope`1"]

The IAstRuleReturnScopeTAstLabel type exposes the following members.

Properties
  NameDescription
Public propertyStart
Gets the start element from the input stream
(Inherited from IRuleReturnScope.)
Public propertyStop
Gets the stop element from the input stream
(Inherited from IRuleReturnScope.)
Public propertyTree
Has a value potentially if output=AST;
Top
See Also