In This Article

IAntlrParseData Interface

Provides the base requirements for a class that contains the results of an ANTLR parsing operation.

public interface IAntlrParseData : IParseData

Properties

Ast

The Antlr.Runtime.Tree.ITree that contains the abstract syntax tree result.

ITree? Ast { get; }

Property Value

ITree

Extension Methods