Class: BinaryParser::StructureDefinition::WhileDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/binary_parser/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



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

def bit_length
  @bit_length
end

#bit_positionObject

Returns the value of attribute bit_position

Returns:

  • (Object)

    the current value of bit_position



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

def bit_position
  @bit_position
end

#conditionsObject

Returns the value of attribute conditions

Returns:

  • (Object)

    the current value of conditions



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

def conditions
  @conditions
end

#klassObject

Returns the value of attribute klass

Returns:

  • (Object)

    the current value of klass



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

def klass
  @klass
end

#loop_conditionObject

Returns the value of attribute loop_condition

Returns:

  • (Object)

    the current value of loop_condition



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

def loop_condition
  @loop_condition
end