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.
4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 |
# File 'lib/datawire_mdk_md.rb', line 4497 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
4547 4548 4549 4550 4551 4552 |
# File 'lib/datawire_mdk_md.rb', line 4547 def __init_fields__() super nil end |
#_getClass ⇒ Object
4526 4527 4528 4529 4530 4531 |
# File 'lib/datawire_mdk_md.rb', line 4526 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
4533 4534 4535 4536 4537 4538 |
# File 'lib/datawire_mdk_md.rb', line 4533 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
4540 4541 4542 4543 4544 4545 |
# File 'lib/datawire_mdk_md.rb', line 4540 def _setField(name, value) nil nil end |
#construct(args) ⇒ Object
4512 4513 4514 4515 4516 4517 |
# File 'lib/datawire_mdk_md.rb', line 4512 def construct(args) return nil nil end |
#isAbstract ⇒ Object
4519 4520 4521 4522 4523 4524 |
# File 'lib/datawire_mdk_md.rb', line 4519 def isAbstract() return true nil end |