Click or drag to resize

PairFactoryForJsonEndPair Method

Parser calls this method to provide location of end of pair.

Namespace:  Syntactik.Compiler.Steps
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public void EndPair(
	Pair pair,
	Interval endInterval,
	bool endedByEof
)

Parameters

pair
Type: Syntactik.DOMPair
Pair that the end location info belongs to.
endInterval
Type: Syntactik.DOMInterval
Location of the pair's end.
endedByEof
Type: SystemBoolean
True if pair was ended by end of file.

Implements

IPairFactoryEndPair(Pair, Interval, Boolean)
See Also