Click or drag to resize

BaseTreeAdaptorBecomeRoot Method (IToken, Object)

[Missing <summary> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.BaseTreeAdaptor.BecomeRoot(Stimulsoft.Data.Expressions.Antlr.Runtime.IToken,System.Object)"]

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public virtual Object BecomeRoot(
	IToken newRoot,
	Object oldRoot
)

Parameters

newRoot
Type: Stimulsoft.Data.Expressions.Antlr.RuntimeIToken

[Missing <param name="newRoot"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.BaseTreeAdaptor.BecomeRoot(Stimulsoft.Data.Expressions.Antlr.Runtime.IToken,System.Object)"]

oldRoot
Type: SystemObject

[Missing <param name="oldRoot"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.BaseTreeAdaptor.BecomeRoot(Stimulsoft.Data.Expressions.Antlr.Runtime.IToken,System.Object)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.BaseTreeAdaptor.BecomeRoot(Stimulsoft.Data.Expressions.Antlr.Runtime.IToken,System.Object)"]

Implements

ITreeAdaptorBecomeRoot(IToken, Object)
See Also