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

Gets the object that contains the abstract syntax tree result.

IAstNode Ast { get; }

Property Value

IAstNode:

The object that contains the abstract syntax tree result.

Inherited Members