Click or drag to resize

TreeRuleReturnScopeTTree Class

This is identical to the ParserRuleReturnScope except that the start property is a tree nodes not Token object when you are parsing trees.
Inheritance Hierarchy

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
[SerializableAttribute]
public class TreeRuleReturnScope<TTree> : IRuleReturnScope<TTree>, 
	IRuleReturnScope

Type Parameters

TTree

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

The TreeRuleReturnScopeTTree type exposes the following members.

Constructors
  NameDescription
Public methodTreeRuleReturnScopeTTree
Initializes a new instance of the TreeRuleReturnScopeTTree class
Top
Properties
  NameDescription
Public propertyStart
Gets the first node or root node of tree matched for this rule.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also