Class: RegularExpression::Bytecode::Insns::JumpValuesInvert
- Inherits:
-
Struct
- Object
- Struct
- RegularExpression::Bytecode::Insns::JumpValuesInvert
- Defined in:
- lib/regular_expression/bytecode.rb
Overview
If it’s possible to read a character off the input and that character is not contained within the list of values, then do so and jump to the target instruction.
Instance Attribute Summary collapse
-
#chars ⇒ Object
Returns the value of attribute chars.
-
#target ⇒ Object
Returns the value of attribute target.
Instance Attribute Details
#chars ⇒ Object
Returns the value of attribute chars
116 117 118 |
# File 'lib/regular_expression/bytecode.rb', line 116 def chars @chars end |
#target ⇒ Object
Returns the value of attribute target
116 117 118 |
# File 'lib/regular_expression/bytecode.rb', line 116 def target @target end |