| Package | Description |
|---|---|
| org.jruby.ast | |
| org.jruby.ast.executable | |
| org.jruby.runtime.opto |
| Modifier and Type | Field and Description |
|---|---|
private ConstantCache |
Colon2ConstNode.cache |
protected ConstantCache |
Colon3Node.cache |
private ConstantCache |
ConstNode.cache |
| Modifier and Type | Field and Description |
|---|---|
ConstantCache[] |
RuntimeCache.constants |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ConstantCache.isCached(ConstantCache cache)
Check if the given ConstantCache is non-null and valid.
|
static boolean |
ConstantCache.isCachedFrom(RubyModule target,
ConstantCache cache)
Check if the given ConstantCache is non-null and valid, given the target module.
|