class IDL::AST::Valuebox
def instantiate(instantiation_context, _enclosure)
def instantiate(instantiation_context, _enclosure) _params = { type: @boxed_type.instantiate(instantiation_context) } super(instantiation_context, _enclosure, _params) end
def instantiate(instantiation_context, _enclosure) _params = { type: @boxed_type.instantiate(instantiation_context) } super(instantiation_context, _enclosure, _params) end