Click or drag to resize

Interval Constructor (ICharStream)

Creates instance of the class.

Namespace:  Syntactik.DOM
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public Interval(
	ICharStream input
)

Parameters

input
Type: Syntactik.IOICharStream
Uses current position of the ICharStream to calculate start and end of the interval.
See Also