ITreeAdaptorGetChildIndex Method |
What index is this node in the child list? Range: 0..n-1
If your node type doesn't handle this, it's ok but the tree rewrites
in tree parsers need this functionality.
Namespace:
Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:
Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntaxint GetChildIndex(
Object t
)
Function GetChildIndex (
t As Object
) As Integer
Parameters
- t
- Type: SystemObject
[Missing <param name="t"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.ITreeAdaptor.GetChildIndex(System.Object)"]
Return Value
Type:
Int32[Missing <returns> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.ITreeAdaptor.GetChildIndex(System.Object)"]
See Also