[This is preliminary documentation and is subject to change.]
Performs parsing of token streams provided by lexers
System Object NFX.CodeAnalysis CommonCodeProcessor NFX.CodeAnalysis Parser TLexer NFX.CodeAnalysis.JSON JSONParser NFX.CodeAnalysis.Laconfig LaconfigParserNamespace: NFX.CodeAnalysisAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public abstract class Parser<TLexer> : CommonCodeProcessor,
IParser, ICodeProcessor
where TLexer : ILexer
public abstract class Parser<TLexer> : CommonCodeProcessor,
IParser, ICodeProcessor
where TLexer : ILexer
Public MustInherit Class Parser(Of TLexer As ILexer)
Inherits CommonCodeProcessor
Implements IParser, ICodeProcessor
Public MustInherit Class Parser(Of TLexer As ILexer)
Inherits CommonCodeProcessor
Implements IParser, ICodeProcessor
generic<typename TLexer>
where TLexer : ILexer
public ref class Parser abstract : public CommonCodeProcessor,
IParser, ICodeProcessor
generic<typename TLexer>
where TLexer : ILexer
public ref class Parser abstract : public CommonCodeProcessor,
IParser, ICodeProcessor
[<AbstractClassAttribute>]
type Parser<'TLexer when 'TLexer : ILexer> =
class
inherit CommonCodeProcessor
interface IParser
interface ICodeProcessor
end
[<AbstractClassAttribute>]
type Parser<'TLexer when 'TLexer : ILexer> =
class
inherit CommonCodeProcessor
interface IParser
interface ICodeProcessor
end
- TLexer