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
- Antlr.Runtime.Tree.ITree:
The Antlr.Runtime.Tree.ITree that contains the abstract syntax tree result.