Click or drag to resize

AstParserRuleReturnScopeTTree, TToken Class

[Missing <summary> documentation for "T:Stimulsoft.Data.Expressions.Antlr.Runtime.AstParserRuleReturnScope`2"]

Inheritance Hierarchy
SystemObject
  Stimulsoft.Data.Expressions.Antlr.RuntimeParserRuleReturnScopeTToken
    Stimulsoft.Data.Expressions.Antlr.RuntimeAstParserRuleReturnScopeTTree, TToken

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public class AstParserRuleReturnScope<TTree, TToken> : ParserRuleReturnScope<TToken>, 
	IAstRuleReturnScope<TTree>, IAstRuleReturnScope, IRuleReturnScope

Type Parameters

TTree

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

TToken

[Missing <typeparam name="TToken"/> documentation for "T:Stimulsoft.Data.Expressions.Antlr.Runtime.AstParserRuleReturnScope`2"]

The AstParserRuleReturnScopeTTree, TToken type exposes the following members.

Constructors
  NameDescription
Public methodAstParserRuleReturnScopeTTree, TToken
Initializes a new instance of the AstParserRuleReturnScopeTTree, TToken class
Top
Properties
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