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