class AdLint::MetricRecord::TypedefDeclarationRecord

Public Instance Methods

type_name() click to toggle source
# File lib/adlint/metric.rb, line 390
def type_name
  field_at(6)
end
type_rep() click to toggle source
# File lib/adlint/metric.rb, line 394
def type_rep
  field_at(7)
end
typedcl_type() click to toggle source
# File lib/adlint/metric.rb, line 386
def typedcl_type
  field_at(5)
end
typedef_declaration?() click to toggle source
# File lib/adlint/metric.rb, line 382
def typedef_declaration?
  true
end