Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Struct in Yarn.Compiler
Inherits from System.ValueType
Contains the result of parsing a single file of source code.
This class provides only syntactic information about a parse - that is, it provides access to the parse tree, and the stream of tokens used to produce that parse tree.
Name | Description |
---|---|
Name | Description |
---|---|
Name | Description |
---|---|
Initializes a new instance of the FileParseResult struct.
The name of the file.
The tokens extracted from the file.
The parse tree extracted from the file.
object
obj
Constructor in FileParseResult
Initializes a new instance of the FileParseResult struct.
Name | Description |
---|---|
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.