Method: AdLint::Cc1::TypeofTypeSpecifier#initialize
- Defined in:
- lib/adlint/cc1/syntax.rb
#initialize(expr, type_name) ⇒ TypeofTypeSpecifier
Returns a new instance of TypeofTypeSpecifier.
3023 3024 3025 3026 3027 |
# File 'lib/adlint/cc1/syntax.rb', line 3023 def initialize(expr, type_name) super() @expression = expr @type_name = type_name end |