pub fn from_ast(
ast: &FieldAccess,
ctx: &mut IRGeneratingContext<'_>
) -> RegisterNameExpand description
Generate IR from an ast::expression::FieldAccess AST node.
pub fn from_ast(
ast: &FieldAccess,
ctx: &mut IRGeneratingContext<'_>
) -> RegisterNameGenerate IR from an ast::expression::FieldAccess AST node.