class AdLint::Cc1::DynamicTypeResolver

Attributes

interpreter[R]

Public Class Methods

new(type_tbl, interp) click to toggle source
Calls superclass method AdLint::Cc1::TypeResolver::new
# File lib/adlint/cc1/resolver.rb, line 270
def initialize(type_tbl, interp)
  super(type_tbl)
  @interpreter = interp
end

Private Instance Methods

fallback_type() click to toggle source
# File lib/adlint/cc1/resolver.rb, line 278
def fallback_type
  type_table.undeclared_type
end