Click or drag to resize

TokenRewriteStreamGetKindOfOps Method (IListTokenRewriteStreamRewriteOperation, Type, Int32)

Get all operations before an index of a particular kind

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
protected virtual IList<TokenRewriteStreamRewriteOperation> GetKindOfOps(
	IList<TokenRewriteStreamRewriteOperation> rewrites,
	Type kind,
	int before
)

Parameters

rewrites
Type: System.Collections.GenericIListTokenRewriteStreamRewriteOperation

[Missing <param name="rewrites"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.TokenRewriteStream.GetKindOfOps(System.Collections.Generic.IList{Stimulsoft.Data.Expressions.Antlr.Runtime.TokenRewriteStream.RewriteOperation},System.Type,System.Int32)"]

kind
Type: SystemType

[Missing <param name="kind"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.TokenRewriteStream.GetKindOfOps(System.Collections.Generic.IList{Stimulsoft.Data.Expressions.Antlr.Runtime.TokenRewriteStream.RewriteOperation},System.Type,System.Int32)"]

before
Type: SystemInt32

[Missing <param name="before"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.TokenRewriteStream.GetKindOfOps(System.Collections.Generic.IList{Stimulsoft.Data.Expressions.Antlr.Runtime.TokenRewriteStream.RewriteOperation},System.Type,System.Int32)"]

Return Value

Type: IListTokenRewriteStreamRewriteOperation

[Missing <returns> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.TokenRewriteStream.GetKindOfOps(System.Collections.Generic.IList{Stimulsoft.Data.Expressions.Antlr.Runtime.TokenRewriteStream.RewriteOperation},System.Type,System.Int32)"]

See Also