Class: Quark::DatawireMdkMd::QuarkRuntime
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::QuarkRuntime
- Extended by:
- DatawireQuarkCore::Static
- Defined in:
- lib/datawire_mdk_md.rb
Constant Summary
Constants included from DatawireQuarkCore::Static
DatawireQuarkCore::Static::Unassigned
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
- #construct(args) ⇒ Object
-
#initialize ⇒ QuarkRuntime
constructor
A new instance of QuarkRuntime.
- #isAbstract ⇒ Object
Methods included from DatawireQuarkCore::Static
_lazy_statics, static, unlazy_statics
Constructor Details
#initialize ⇒ QuarkRuntime
Returns a new instance of QuarkRuntime.
4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 |
# File 'lib/datawire_mdk_md.rb', line 4551 def initialize() super("quark.Runtime") (self).name = "quark.Runtime" (self).parameters = ::DatawireQuarkCore::List.new([]) (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
4601 4602 4603 4604 4605 4606 |
# File 'lib/datawire_mdk_md.rb', line 4601 def __init_fields__() super nil end |
#_getClass ⇒ Object
4580 4581 4582 4583 4584 4585 |
# File 'lib/datawire_mdk_md.rb', line 4580 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
4587 4588 4589 4590 4591 4592 |
# File 'lib/datawire_mdk_md.rb', line 4587 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
4594 4595 4596 4597 4598 4599 |
# File 'lib/datawire_mdk_md.rb', line 4594 def _setField(name, value) nil nil end |
#construct(args) ⇒ Object
4566 4567 4568 4569 4570 4571 |
# File 'lib/datawire_mdk_md.rb', line 4566 def construct(args) return nil nil end |
#isAbstract ⇒ Object
4573 4574 4575 4576 4577 4578 |
# File 'lib/datawire_mdk_md.rb', line 4573 def isAbstract() return true nil end |