protected RubyModule.ConstantEntry |
RubyModule.constantEntryFetch(java.lang.String name) |
protected RubyModule.ConstantEntry |
PrependedModule.constantEntryFetch(java.lang.String name) |
protected RubyModule.ConstantEntry |
IncludedModuleWrapper.constantEntryFetch(java.lang.String name) |
RubyModule.ConstantEntry |
RubyModule.ConstantEntry.dup() |
RubyModule.ConstantEntry |
RubyModule.fetchConstantEntry(java.lang.String name,
boolean includePrivate)
The equivalent for fetchConstant but is useful for extra state like whether the constant is
private or not.
|