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
Returns a new instance of QuarkUnaryCallable.
7794 7795 7796 7797 7798 7799 7800 7801 7802 7803 7804 |
# File 'lib/datawire_mdk_md.rb', line 7794 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
7844 7845 7846 7847 7848 7849 |
# File 'lib/datawire_mdk_md.rb', line 7844 def __init_fields__() super nil end |
#_getClass ⇒ Object
7823 7824 7825 7826 7827 7828 |
# File 'lib/datawire_mdk_md.rb', line 7823 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
7830 7831 7832 7833 7834 7835 |
# File 'lib/datawire_mdk_md.rb', line 7830 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
7837 7838 7839 7840 7841 7842 |
# File 'lib/datawire_mdk_md.rb', line 7837 def _setField(name, value) nil nil end |
#construct(args) ⇒ Object
7809 7810 7811 7812 7813 7814 |
# File 'lib/datawire_mdk_md.rb', line 7809 def construct(args) return nil nil end |
#isAbstract ⇒ Object
7816 7817 7818 7819 7820 7821 |
# File 'lib/datawire_mdk_md.rb', line 7816 def isAbstract() return true nil end |