class_javaclasswrapper.rst 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. :github_url: hide
  2. .. DO NOT EDIT THIS FILE!!!
  3. .. Generated automatically from Godot engine sources.
  4. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py.
  5. .. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/JavaClassWrapper.xml.
  6. .. _class_JavaClassWrapper:
  7. JavaClassWrapper
  8. ================
  9. **Inherits:** :ref:`Object<class_Object>`
  10. .. container:: contribute
  11. There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  12. .. rst-class:: classref-reftable-group
  13. Methods
  14. -------
  15. .. table::
  16. :widths: auto
  17. +-----------------------------------+----------------------------------------------------------------------------------------------+
  18. | :ref:`JavaClass<class_JavaClass>` | :ref:`wrap<class_JavaClassWrapper_method_wrap>` **(** :ref:`String<class_String>` name **)** |
  19. +-----------------------------------+----------------------------------------------------------------------------------------------+
  20. .. rst-class:: classref-section-separator
  21. ----
  22. .. rst-class:: classref-descriptions-group
  23. Method Descriptions
  24. -------------------
  25. .. _class_JavaClassWrapper_method_wrap:
  26. .. rst-class:: classref-method
  27. :ref:`JavaClass<class_JavaClass>` **wrap** **(** :ref:`String<class_String>` name **)**
  28. .. container:: contribute
  29. There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  30. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  31. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  32. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  33. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  34. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  35. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`
  36. .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`