Package org.jruby

Class RubyModule.ConstantEntry

java.lang.Object
org.jruby.RubyModule.ConstantEntry
Enclosing class:
RubyModule

public static class RubyModule.ConstantEntry extends Object
Represents a constant value, possibly hidden (private).
  • Field Details

    • value

      public final IRubyObject value
    • hidden

      public final boolean hidden
    • deprecated

      final boolean deprecated
  • Constructor Details

    • ConstantEntry

      public ConstantEntry(IRubyObject value, boolean hidden)
    • ConstantEntry

      ConstantEntry(IRubyObject value, boolean hidden, boolean deprecated)
  • Method Details