Class: Quark::DatawireMdkMd::QuarkTestSafeMethodCallerCallMethodMethod
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::QuarkTestSafeMethodCallerCallMethodMethod
- Defined in:
- lib/datawire_mdk_md.rb
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
-
#initialize ⇒ QuarkTestSafeMethodCallerCallMethodMethod
constructor
A new instance of QuarkTestSafeMethodCallerCallMethodMethod.
- #invoke(object, args) ⇒ Object
Constructor Details
#initialize ⇒ QuarkTestSafeMethodCallerCallMethodMethod
Returns a new instance of QuarkTestSafeMethodCallerCallMethodMethod.
14632 14633 14634 14635 14636 14637 |
# File 'lib/datawire_mdk_md.rb', line 14632 def initialize() super("quark.bool", "callMethod", ::DatawireQuarkCore::List.new(["quark.reflect.Method", "quark.Object"])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
14671 14672 14673 14674 14675 14676 |
# File 'lib/datawire_mdk_md.rb', line 14671 def __init_fields__() super nil end |
#_getClass ⇒ Object
14650 14651 14652 14653 14654 14655 |
# File 'lib/datawire_mdk_md.rb', line 14650 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
14657 14658 14659 14660 14661 14662 |
# File 'lib/datawire_mdk_md.rb', line 14657 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
14664 14665 14666 14667 14668 14669 |
# File 'lib/datawire_mdk_md.rb', line 14664 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
14642 14643 14644 14645 14646 14647 14648 |
# File 'lib/datawire_mdk_md.rb', line 14642 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.quark.test.SafeMethodCaller } return ::Quark.quark.test.SafeMethodCaller.callMethod(::DatawireQuarkCore.cast((args)[0]) { ::Quark.quark.reflect.Method }, (args)[1]) nil end |