Class: SorobanRustBackend::Instruction::Field
- Defined in:
- lib/instruction/field.rb
Overview
This class is responsible for generating Rust code for the Field instruction.
Instance Method Summary collapse
Methods inherited from Handler
#format_assign, handle, #initialize
Constructor Details
This class inherits a constructor from SorobanRustBackend::Instruction::Handler
Instance Method Details
#handle ⇒ Object
5 6 7 |
# File 'lib/instruction/field.rb', line 5 def handle "#{handle_field_assign}#{handle_field_call}" end |