Method: AdLint::Cpp::UnaryArithmeticExpression#initialize
- Defined in:
- lib/adlint/cpp/syntax.rb
#initialize(val, op, expr) ⇒ UnaryArithmeticExpression
Returns a new instance of UnaryArithmeticExpression.
801 802 803 804 |
# File 'lib/adlint/cpp/syntax.rb', line 801 def initialize(val, op, expr) super(val, op) @expression = expr end |