Click or drag to resize

PairFactoryForJson Class

Implementation of IPairFactory that creates Pair for JSON-modules.
Inheritance Hierarchy
SystemObject
  Syntactik.Compiler.StepsPairFactoryForJson

Namespace:  Syntactik.Compiler.Steps
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public class PairFactoryForJson : IPairFactory

The PairFactoryForJson type exposes the following members.

Constructors
  NameDescription
Public methodPairFactoryForJson
Creates instance of PairFactoryForJson.
Top
Methods
  NameDescription
Public methodAppendChild
When child pair is create, parser calls this method to add child pair to parent.
Public methodCreateMappedPair
If a pair has a literal value then parser calls this method when name, assignment and value are parsed. If a pair has a block or pair value then parser calls this method when name and assignment are parsed.
Public methodEndPair
Parser calls this method to provide location of end of pair.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodProcessComment
Method is called when parser finds a comment.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also