Click or drag to resize

BaseTreeAdaptorRulePostProcessing Method

Transform ^(nil x) to x and nil to null

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public virtual Object RulePostProcessing(
	Object root
)

Parameters

root
Type: SystemObject

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

Return Value

Type: Object

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

Implements

ITreeAdaptorRulePostProcessing(Object)
See Also