luaur_ast/records/
cst_expr_interp_string.rs1#[repr(C)]
2#[derive(Debug, Clone)]
3pub struct CstExprInterpString {
4 pub base: crate::records::cst_node::CstNode,
5 pub source_strings:
6 crate::records::ast_array::AstArray<crate::records::ast_array::AstArray<i8>>,
7 pub string_positions: crate::records::ast_array::AstArray<crate::records::position::Position>,
8}
9
10impl crate::rtti::CstNodeClass for CstExprInterpString {
11 const CLASS_INDEX: i32 = crate::rtti::ast_rtti_index("CstExprInterpString");
12}