Class: Quark::DatawireMdkMd::QuarkUnaryCallable
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::QuarkUnaryCallable
- 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 ⇒ QuarkUnaryCallable
constructor
A new instance of QuarkUnaryCallable.
- #isAbstract ⇒ Object
Methods included from DatawireQuarkCore::Static
_lazy_statics, static, unlazy_statics
Constructor Details
#initialize ⇒ QuarkUnaryCallable
7740 7741 7742 7743 7744 7745 7746 7747 7748 7749 7750 |
# File 'lib/datawire_mdk_md.rb', line 7740 def initialize() super("quark.UnaryCallable") (self).name = "quark.UnaryCallable" (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
7790 7791 7792 7793 7794 7795 |
# File 'lib/datawire_mdk_md.rb', line 7790 def __init_fields__() super nil end |
#_getClass ⇒ Object
7769 7770 7771 7772 7773 7774 |
# File 'lib/datawire_mdk_md.rb', line 7769 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
7776 7777 7778 7779 7780 7781 |
# File 'lib/datawire_mdk_md.rb', line 7776 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
7783 7784 7785 7786 7787 7788 |
# File 'lib/datawire_mdk_md.rb', line 7783 def _setField(name, value) nil nil end |
#construct(args) ⇒ Object
7755 7756 7757 7758 7759 7760 |
# File 'lib/datawire_mdk_md.rb', line 7755 def construct(args) return nil nil end |
#isAbstract ⇒ Object
7762 7763 7764 7765 7766 7767 |
# File 'lib/datawire_mdk_md.rb', line 7762 def isAbstract() return true nil end |