Show/Hide Toolbars

RiverSoftAVG Products Help

The IBaseStreamToken interface, at its most basic level, represents one token (string) parsed by a parser. However, the token can not only represent the string token parsed from a stream, but also provide methods for retrieving and setting its value based on a type. In other words, if the parser finds a string like '1234', it will create not a string token but an integer token. The IBaseStreamToken interface provides properties and methods for:

accessing the string token
 

setting and retrieving the string's type
 

determining where in the stream the token came from

The GStreams|TBaseStreamToken class implements the IBaseStreamToken interface.
 

Namespace: CommonInterfaces

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb