Click or drag to resize

XmlGeneratorAddLocationMapRecord Method

Adds record about IMappedPair in the LocationMap.

Namespace:  Syntactik.Compiler.Generator
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
protected virtual void AddLocationMapRecord(
	string fileName,
	IMappedPair pair
)

Parameters

fileName
Type: SystemString
Module file name.
pair
Type: Syntactik.DOM.MappedIMappedPair
Mapped pair.
See Also