Method: AdLint::Cc1::BitAccessByValueExpression#inspect
- Defined in:
- lib/adlint/cc1/syntax.rb
#inspect(indent = 0) ⇒ Object
1106 1107 1108 1109 |
# File 'lib/adlint/cc1/syntax.rb', line 1106 def inspect(indent = 0) " " * indent + "#{short_class_name} (#{location.inspect}) " + "#{@expression.inspect}.#{@constant.value}" end |