Uses of Enum
org.jruby.RubyClass.CS_NAMES
Packages that use RubyClass.CS_NAMES
-
Uses of RubyClass.CS_NAMES in org.jruby
Fields in org.jruby declared as RubyClass.CS_NAMESModifier and TypeFieldDescriptionprivate static final RubyClass.CS_NAMES[]RubyClass.CS_NAMES.VALUESMethods in org.jruby that return RubyClass.CS_NAMESModifier and TypeMethodDescriptionstatic RubyClass.CS_NAMESRubyClass.CS_NAMES.fromOrdinal(int ordinal) static RubyClass.CS_NAMESReturns the enum constant of this type with the specified name.static RubyClass.CS_NAMES[]RubyClass.CS_NAMES.values()Returns an array containing the constants of this enum type, in the order they are declared.