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.
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
|
# File 'lib/datawire_mdk_md.rb', line 5724
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
5774
5775
5776
5777
5778
5779
|
# File 'lib/datawire_mdk_md.rb', line 5774
def __init_fields__()
super
nil
end
|
#_getClass ⇒ Object
5753
5754
5755
5756
5757
5758
|
# File 'lib/datawire_mdk_md.rb', line 5753
def _getClass()
return ::DatawireQuarkCore.cast(nil) { ::String }
nil
end
|
#_getField(name) ⇒ Object
5760
5761
5762
5763
5764
5765
|
# File 'lib/datawire_mdk_md.rb', line 5760
def _getField(name)
return nil
nil
end
|
#_setField(name, value) ⇒ Object
5767
5768
5769
5770
5771
5772
|
# File 'lib/datawire_mdk_md.rb', line 5767
def _setField(name, value)
nil
nil
end
|
#construct(args) ⇒ Object
5739
5740
5741
5742
5743
5744
|
# File 'lib/datawire_mdk_md.rb', line 5739
def construct(args)
return ::DatawireQuarkCore::List.new()
nil
end
|
#isAbstract ⇒ Object
5746
5747
5748
5749
5750
5751
|
# File 'lib/datawire_mdk_md.rb', line 5746
def isAbstract()
return false
nil
end
|