Syntactik.NET Documentation
Syntactik.NET Documentation
API Reference
Syntactik.Compiler.Steps
PairFactoryForJson Class
PairFactoryForJson Methods
AppendChild Method
CreateMappedPair Method
EndPair Method
ProcessComment Method
PairFactoryForJson
EndPair 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#
Copy
public
void
EndPair
(
Pair
pair
,
Interval
endInterval
,
bool
endedByEof
)
Parameters
pair
Type:
Syntactik.DOM
Pair
Pair
that the end location info belongs to.
endInterval
Type:
Syntactik.DOM
Interval
Location of the pair's end.
endedByEof
Type:
System
Boolean
True if pair was ended by end of file.
Implements
IPairFactory
EndPair(Pair, Interval, Boolean)
See Also
Reference
PairFactoryForJson Class
Syntactik.Compiler.Steps Namespace
Send comments on this topic to
info@syntactik.com