class AdLint::Cc1::StaticTypeResolver

Private Instance Methods

fallback_type() click to toggle source
# File lib/adlint/cc1/resolver.rb, line 264
def fallback_type
  type_table.unresolved_type
end
interpreter() click to toggle source
# File lib/adlint/cc1/resolver.rb, line 260
def interpreter
  nil
end