Uses of Class
org.jruby.runtime.scope.ManyVarsDynamicScope
Packages that use ManyVarsDynamicScope
-
Uses of ManyVarsDynamicScope in org.jruby.embed
Methods in org.jruby.embed that return ManyVarsDynamicScopeModifier and TypeMethodDescriptiondefault ManyVarsDynamicScopeEmbedEvalUnit.getScope()Deprecated. -
Uses of ManyVarsDynamicScope in org.jruby.embed.variable
Methods in org.jruby.embed.variable with parameters of type ManyVarsDynamicScopeModifier and TypeMethodDescriptionstatic voidVariableInterceptor.inject(BiVariableMap map, Ruby runtime, ManyVarsDynamicScope scope) Deprecated. -
Uses of ManyVarsDynamicScope in org.jruby.runtime.scope
Methods in org.jruby.runtime.scope with parameters of type ManyVarsDynamicScopeModifier and TypeMethodDescriptionprivate static StringManyVarsDynamicScope.failGet(ManyVarsDynamicScope scope, int offset) private static StringManyVarsDynamicScope.failGet(ManyVarsDynamicScope scope, int offset, int depth) private static StringManyVarsDynamicScope.failSet(ManyVarsDynamicScope scope, IRubyObject value, int offset)