Package | Description |
---|---|
org.jruby.truffle.nodes.dispatch | |
org.jruby.truffle.nodes.objects | |
org.jruby.truffle.runtime | |
org.jruby.truffle.runtime.core |
Modifier and Type | Method and Description |
---|---|
protected RubyConstant |
DispatchNode.lookupConstant(RubyModule module,
String name,
boolean ignoreVisibility) |
Modifier and Type | Method and Description |
---|---|
protected RubyConstant |
DefineOrGetModuleNode.lookupForExistingModule(com.oracle.truffle.api.frame.VirtualFrame frame,
RubyModule lexicalParent) |
Modifier and Type | Method and Description |
---|---|
static RubyConstant |
ModuleOperations.lookupConstant(RubyContext context,
LexicalScope lexicalScope,
RubyModule module,
String name) |
Modifier and Type | Method and Description |
---|---|
static Map<String,RubyConstant> |
ModuleOperations.getAllConstants(RubyModule module) |
Modifier and Type | Method and Description |
---|---|
Map<String,RubyConstant> |
RubyModule.getConstants() |
Copyright © 2001-2015 JRuby. All Rights Reserved.