Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/generate
Description
String callbacks that can contribute to abstract syntax. In all string callbacks, every non-empty Snippet's text span is guaranteed to be inside the parser's input string.
| Name | Text |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Parser/VerseGrammar.h |
| Include Path | #include "uLang/Parser/VerseGrammar.h" |
void Text
(
capture_t & Capture,
const snippet & Snippet,
place Place
) const