Class: Quark::DatawireMdkMd::QuarkListQuarkReflectClass
Constant Summary
DatawireQuarkCore::Static::Unassigned
Instance Method Summary
collapse
_lazy_statics, static, unlazy_statics
Constructor Details
Returns a new instance of QuarkListQuarkReflectClass.
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
|
# File 'lib/datawire_mdk_md.rb', line 5670
def initialize()
super("quark.List<quark.reflect.Class>")
(self).name = "quark.List"
(self).parameters = ::DatawireQuarkCore::List.new(["quark.reflect.Class"])
(self).fields = ::DatawireQuarkCore::List.new([])
(self).methods = ::DatawireQuarkCore::List.new([])
(self).parents = ::DatawireQuarkCore::List.new(["quark.Object"])
nil
end
|
Instance Method Details
#__init_fields__ ⇒ Object
5720
5721
5722
5723
5724
5725
|
# File 'lib/datawire_mdk_md.rb', line 5720
def __init_fields__()
super
nil
end
|
#_getClass ⇒ Object
5699
5700
5701
5702
5703
5704
|
# File 'lib/datawire_mdk_md.rb', line 5699
def _getClass()
return ::DatawireQuarkCore.cast(nil) { ::String }
nil
end
|
#_getField(name) ⇒ Object
5706
5707
5708
5709
5710
5711
|
# File 'lib/datawire_mdk_md.rb', line 5706
def _getField(name)
return nil
nil
end
|
#_setField(name, value) ⇒ Object
5713
5714
5715
5716
5717
5718
|
# File 'lib/datawire_mdk_md.rb', line 5713
def _setField(name, value)
nil
nil
end
|
#construct(args) ⇒ Object
5685
5686
5687
5688
5689
5690
|
# File 'lib/datawire_mdk_md.rb', line 5685
def construct(args)
return ::DatawireQuarkCore::List.new()
nil
end
|
#isAbstract ⇒ Object
5692
5693
5694
5695
5696
5697
|
# File 'lib/datawire_mdk_md.rb', line 5692
def isAbstract()
return false
nil
end
|