Uses of Class
org.jruby.runtime.opto.ConstantCache
Packages that use ConstantCache
-
Uses of ConstantCache in org.jruby.ast.executable
Fields in org.jruby.ast.executable declared as ConstantCache -
Uses of ConstantCache in org.jruby.runtime.opto
Methods in org.jruby.runtime.opto with parameters of type ConstantCacheModifier and TypeMethodDescriptionstatic 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.