class AdLint::Cc1::ImplicitFunction
Public Class Methods
new(type, name)
click to toggle source
Calls superclass method
AdLint::Cc1::NamedFunction::new
# File lib/adlint/cc1/object.rb, line 1066 def initialize(type, name) super(nil, type, name) end
Public Instance Methods
builtin?()
click to toggle source
# File lib/adlint/cc1/object.rb, line 1074 def builtin? false end
explicit?()
click to toggle source
# File lib/adlint/cc1/object.rb, line 1070 def explicit? false end