Uses of Class
org.jruby.IncludedModule
Packages that use IncludedModule
-
Uses of IncludedModule in org.jruby
Subclasses of IncludedModule in org.jrubyModifier and TypeClassDescriptionclassThis class is used to provide an intermediate superclass for modules and classes that include other modules.Fields in org.jruby with type parameters of type IncludedModuleModifier and TypeFieldDescriptionprivate Map<RubyModule,IncludedModule> RubyModule.activatedRefinementsA list of refinement hosts for this refinementMethods in org.jruby that return types with arguments of type IncludedModuleModifier and TypeMethodDescriptionstatic Map<RubyModule,IncludedModule> RubyModule.newActivatedRefinementsMap()Methods in org.jruby with parameters of type IncludedModuleModifier and TypeMethodDescriptionvoidRubyModule.addIncludingHierarchy(IncludedModule hierarchy) -
Uses of IncludedModule in org.jruby.javasupport
Subclasses of IncludedModule in org.jruby.javasupportModifier and TypeClassDescription(package private) static final classThis special module wrapper is used by the Java "package modules" in order to simulate a blank slate.