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

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

ITree Ast { get; }

Property Value

ITree:

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