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