public class ConstantLookupSite
extends java.lang.Object
| Constructor and Description |
|---|
ConstantLookupSite(RubySymbol name) |
| Modifier and Type | Method and Description |
|---|---|
IRubyObject |
inheritanceSearchConst(ThreadContext context,
IRubyObject cmVal) |
IRubyObject |
lexicalSearchConst(ThreadContext context,
StaticScope staticScope) |
IRubyObject |
searchConst(ThreadContext context,
StaticScope currScope,
boolean publicOnly) |
IRubyObject |
searchModuleForConst(ThreadContext context,
IRubyObject cmVal,
boolean publicOnly,
boolean callConstMissing) |
public ConstantLookupSite(RubySymbol name)
public IRubyObject searchConst(ThreadContext context, StaticScope currScope, boolean publicOnly)
public IRubyObject lexicalSearchConst(ThreadContext context, StaticScope staticScope)
public IRubyObject inheritanceSearchConst(ThreadContext context, IRubyObject cmVal)
public IRubyObject searchModuleForConst(ThreadContext context, IRubyObject cmVal, boolean publicOnly, boolean callConstMissing)
Copyright © 2001-2022 JRuby. All Rights Reserved.