Uses of Enum Class
org.jruby.common.RubyWarnings.Category
Packages that use RubyWarnings.Category
-
Uses of RubyWarnings.Category in org.jruby
Methods in org.jruby that return types with arguments of type RubyWarnings.CategoryModifier and TypeMethodDescriptionRuby.getWarningCategories()Get the current enabled warning categories.RubyInstanceConfig.getWarningCategories()Get the set of enabled warning categories. -
Uses of RubyWarnings.Category in org.jruby.common
Methods in org.jruby.common that return RubyWarnings.CategoryModifier and TypeMethodDescriptionstatic RubyWarnings.Categorystatic RubyWarnings.CategoryReturns the enum constant of this class with the specified name.static RubyWarnings.Category[]RubyWarnings.Category.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jruby.common with parameters of type RubyWarnings.CategoryModifier and TypeMethodDescriptionvoidRubyWarnings.warn(String file, int line, String message, RubyWarnings.Category category) voidRubyWarnings.warn(String message, RubyWarnings.Category category)