ToString(Library?,CompilationResult?)
Method in BasicBlock
Summary
Gets a string containing the textual description of the instructions in this BasicBlock .
Parameters
Name
Description
Yarn.Library library
The Library to use when converting instructions to strings.
Yarn.Compiler.CompilationResult compilationResult
The CompilationResult that produced Node .
Returns
A string containing the text version of the instructions.
Last updated