IPairFactoryEndPair Method
|
Parser calls this method to provide location of end of pair.
Namespace:
Syntactik.DOM
Assembly:
Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntaxvoid EndPair(
Pair pair,
Interval endInterval,
bool endedByEof = false
)
Parameters
- pair
- Type: Syntactik.DOMPair
Pair that the end location info belongs to. - endInterval
- Type: Syntactik.DOMInterval
Location of the pair's end. - endedByEof (Optional)
- Type: SystemBoolean
True if pair was ended by end of file.
See Also