Class: BinaryParser::StructureDefinition::LoopDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/structure_definition.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bit_lengthObject

Returns the value of attribute bit_length

Returns:

  • (Object)

    the current value of bit_length



5
6
7
# File 'lib/structure_definition.rb', line 5

def bit_length
  @bit_length
end

#bit_positionObject

Returns the value of attribute bit_position

Returns:

  • (Object)

    the current value of bit_position



5
6
7
# File 'lib/structure_definition.rb', line 5

def bit_position
  @bit_position
end

#conditionsObject

Returns the value of attribute conditions

Returns:

  • (Object)

    the current value of conditions



5
6
7
# File 'lib/structure_definition.rb', line 5

def conditions
  @conditions
end

#structureObject

Returns the value of attribute structure

Returns:

  • (Object)

    the current value of structure



5
6
7
# File 'lib/structure_definition.rb', line 5

def structure
  @structure
end