Class: Babeltrace2Gen::BTFieldClass::Option::WithSelectorField::IntegerSigned
- Inherits:
-
Babeltrace2Gen::BTFieldClass::Option::WithSelectorField
- Object
- Babeltrace2Gen::BTFieldClass
- Babeltrace2Gen::BTFieldClass::Option
- Babeltrace2Gen::BTFieldClass::Option::WithSelectorField
- Babeltrace2Gen::BTFieldClass::Option::WithSelectorField::IntegerSigned
- Extended by:
- Babeltrace2Gen::BTFromH
- Defined in:
- lib/metababel/bt2_stream_classes_generator.rb
Constant Summary
Constants included from Babeltrace2Gen::BTPrinter
Babeltrace2Gen::BTPrinter::INDENT_INCREMENT
Instance Attribute Summary collapse
-
#selector_ranges ⇒ Object
readonly
Returns the value of attribute selector_ranges.
Attributes inherited from Babeltrace2Gen::BTFieldClass::Option::WithSelectorField
Attributes inherited from Babeltrace2Gen::BTFieldClass::Option
Attributes inherited from Babeltrace2Gen::BTFieldClass
Attributes included from Babeltrace2Gen::BTLocator
Instance Method Summary collapse
-
#initialize(parent:, field_class:, selector_field_path:, selector_ranges:) ⇒ IntegerSigned
constructor
A new instance of IntegerSigned.
Methods included from Babeltrace2Gen::BTFromH
Methods inherited from Babeltrace2Gen::BTFieldClass
#bt_get_variable, from_h, #get_declarator, #get_getter, #get_setter
Methods included from Babeltrace2Gen::BTPrinter
context, #name_sanitized, pr, #scope
Methods included from Babeltrace2Gen::BTLocator
#rec_event_class, #rec_menber_class, #rec_stream_class, #resolve_path
Constructor Details
#initialize(parent:, field_class:, selector_field_path:, selector_ranges:) ⇒ IntegerSigned
753 754 755 756 |
# File 'lib/metababel/bt2_stream_classes_generator.rb', line 753 def initialize(parent:, field_class:, selector_field_path:, selector_ranges:) @selector_ranges = selector_ranges super(parent: parent, field_class: field_class, selector_field_path: selector_field_path) end |
Instance Attribute Details
#selector_ranges ⇒ Object (readonly)
Returns the value of attribute selector_ranges.
751 752 753 |
# File 'lib/metababel/bt2_stream_classes_generator.rb', line 751 def selector_ranges @selector_ranges end |