class AdLint::MetricRecord::FunctionDefinitionRecord

Public Instance Methods

function_definition?() click to toggle source
# File lib/adlint/metric.rb, line 523
def function_definition?
  true
end
function_id() click to toggle source
# File lib/adlint/metric.rb, line 535
def function_id
  FunctionId.new(field_at(7), field_at(8))
end
function_linkage_type() click to toggle source
# File lib/adlint/metric.rb, line 527
def function_linkage_type
  field_at(5)
end
function_scope_type() click to toggle source
# File lib/adlint/metric.rb, line 531
def function_scope_type
  field_at(6)
end
lines() click to toggle source
# File lib/adlint/metric.rb, line 539
def lines
  field_at(9)
end