Class: AdLint::Cc1::GlobalScope

Inherits:
Scope
  • Object
show all
Defined in:
lib/adlint/cc1/scope.rb

Instance Attribute Summary

Attributes inherited from Scope

#depth

Instance Method Summary collapse

Methods inherited from Scope

#eql?, #global?, #hash, #inner_scope, #local?, #outer_scope

Constructor Details

#initializeGlobalScope

Returns a new instance of GlobalScope.



68
69
70
# File 'lib/adlint/cc1/scope.rb', line 68

def initialize
  super(0)
end