class AdLint::MetricRecord::VariableDefinitionRecord

Public Instance Methods

storage_class_type() click to toggle source
# File lib/adlint/metric.rb, line 508
def storage_class_type
  field_at(7)
end
type_rep() click to toggle source
# File lib/adlint/metric.rb, line 516
def type_rep
  field_at(9)
end
variable_definition?() click to toggle source
# File lib/adlint/metric.rb, line 496
def variable_definition?
  true
end
variable_linkage_type() click to toggle source
# File lib/adlint/metric.rb, line 500
def variable_linkage_type
  field_at(5)
end
variable_name() click to toggle source
# File lib/adlint/metric.rb, line 512
def variable_name
  field_at(8)
end
variable_scope_type() click to toggle source
# File lib/adlint/metric.rb, line 504
def variable_scope_type
  field_at(6)
end