public static class RubyModule.ConstantEntry extends java.lang.Object implements RubyModule.SourceLocation
| Modifier and Type | Field and Description |
|---|---|
boolean |
hidden |
IRubyObject |
value |
| Constructor and Description |
|---|
ConstantEntry(IRubyObject value,
boolean hidden) |
| Modifier and Type | Method and Description |
|---|---|
RubyModule.ConstantEntry |
dup() |
java.lang.String |
getFile() |
int |
getLine() |
public final IRubyObject value
public final boolean hidden
public ConstantEntry(IRubyObject value, boolean hidden)
public java.lang.String getFile()
getFile in interface RubyModule.SourceLocationpublic int getLine()
getLine in interface RubyModule.SourceLocationpublic RubyModule.ConstantEntry dup()
Copyright © 2001-2023 JRuby. All Rights Reserved.