Module: AdLint::Cc1::InterpObjectBridge

Included in:
InterpreterMediator
Defined in:
lib/adlint/cc1/object.rb

Instance Method Summary collapse

Instance Method Details

#_interp_object_bridge_Object

NOTE: InterpreterMediator includes this module to bridge runtime object

creator to this layer.


154
155
156
157
158
159
# File 'lib/adlint/cc1/object.rb', line 154

def _interp_object_bridge_
  {
    create_tmpvar:   method(:create_tmpvar),
    scalar_value_of: method(:scalar_value_of)
  }
end