BufferedTreeNodeStreamPush Method |
Make stream jump to a new location, saving old location.
Switch back with pop().
Namespace:
Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:
Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntaxpublic virtual void Push(
int index
)
Public Overridable Sub Push (
index As Integer
)
Parameters
- index
- Type: SystemInt32
[Missing <param name="index"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.BufferedTreeNodeStream.Push(System.Int32)"]
See Also