class AdLint::MetricRecord::FunctionDeclarationRecord

Public Instance Methods

function_declaration?() click to toggle source
# File lib/adlint/metric.rb, line 473
def function_declaration?
  true
end
function_declaration_type() click to toggle source
# File lib/adlint/metric.rb, line 485
def function_declaration_type
  field_at(7)
end
function_id() click to toggle source
# File lib/adlint/metric.rb, line 489
def function_id
  FunctionId.new(field_at(8), field_at(9))
end
function_linkage_type() click to toggle source
# File lib/adlint/metric.rb, line 477
def function_linkage_type
  field_at(5)
end
function_scope_type() click to toggle source
# File lib/adlint/metric.rb, line 481
def function_scope_type
  field_at(6)
end