Uses of Annotation Type
org.jruby.embed.Extension
Packages that use Extension
-
Uses of Extension in org.jruby
Modifier and TypeMethodDescriptionvoidRubyModule.defineAnnotatedMethods(Class clazz) Ruby.defineClass(String name, RubyClass superClass, ObjectAllocator allocator) Define a new class under the Object namespace.Ruby.defineClassUnder(String name, RubyClass superClass, ObjectAllocator allocator, RubyModule parent) Define a new class with the given name under the given module or class namespace.voidRubyModule.defineConstant(String name, IRubyObject value) rb_define_constRuby.defineModule(String name) Define a new module under the Object namespace.Ruby.defineModuleUnder(String name, RubyModule parent) Define a new module with the given name under the given module or class namespace.