FileParseResult(string,IParseTree,CommonTokenStream)
Summary
public FileParseResult(string name, IParseTree tree, CommonTokenStream tokens)Parameters
Name
Description
Last updated
Was this helpful?
Constructor in FileParseResult
Initializes a new instance of the FileParseResult struct.
public FileParseResult(string name, IParseTree tree, CommonTokenStream tokens)string name
The name of the file.
Antlr4.Runtime.Tree.IParseTree tree
The parse tree extracted from the file.
Antlr4.Runtime.CommonTokenStream tokens
The tokens extracted from the file.
Last updated
Was this helpful?
Was this helpful?
