Parser TLexer  ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Performs parsing of token streams provided by lexers
Inheritance Hierarchy

OnlineSystem Object
  NFX.CodeAnalysis CommonCodeProcessor
    NFX.CodeAnalysis Parser TLexer 
      NFX.CodeAnalysis.JSON JSONParser
      NFX.CodeAnalysis.Laconfig LaconfigParser

Namespace: NFX.CodeAnalysis
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public abstract class Parser<TLexer> : CommonCodeProcessor, 
	IParser, ICodeProcessor 
where TLexer : ILexer
Type Parameters

TLexer
See Also