In This Article

ILLParseData Interface

Provides the base requirements for an object that stores the results of a ILLParser parsing operation.

public interface ILLParseData : IParseData, IParseErrorProvider

Properties

Ast

The object that contains the abstract syntax tree result.

IAstNode? Ast { get; }

Property Value

IAstNode

Inherited Members

Extension Methods