Class in Yarn.Compiler
Inherits from Yarn.Compiler.YarnSpinnerParserBaseListener
Yarn.Compiler.YarnSpinnerParserBaseListener
Compiles Yarn code.
public class Compiler : YarnSpinnerParserBaseListener
Compile(CompilationJob)
Compiles Yarn code, as specified by a compilation job.
FlattenParseTree(IParseTree)
Flattens a tree of Antlr4.Runtime.Tree.IParseTree objects by recursively visiting their children, and converting them into a flat System.Collections.Generic.IEnumerable`1 .
Antlr4.Runtime.Tree.IParseTree
System.Collections.Generic.IEnumerable`1
GetDocumentComments(CommonTokenStream,ParserRuleContext,bool)
Gets the text of the documentation comments that either immediately precede context , or are on the same line as context .
context
GetLineIDForNodeName(string)
Generates a line id for a raw text node
Last updated 2 years ago
Was this helpful?