Click or drag to resize

IAstRuleReturnScope 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 : IRuleReturnScope

The IAstRuleReturnScope 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