Uses of Interface
org.jruby.runtime.builtin.Variable
Packages that use Variable
Package
Description
-
Uses of Variable in org.jruby
Modifier and TypeMethodDescriptionBasicObjectStub.DummyInstanceVariables.getInstanceVariableList()
RubyBasicObject.getInstanceVariableList()
Gets a list of all variables in this object.RubyBasicObject.getMarshalVariableList()
RubyModule.getStoredConstantList()
Deprecated.BasicObjectStub.getVariableList
(IRubyObject self) RubyBasicObject.getVariableList()
Gets a list of all variables in this object.RubyException.getVariableList()
Modifier and TypeMethodDescriptionstatic void
BasicObjectStub.syncVariables
(IRubyObject self, List<Variable<Object>> variables) void
RubyBasicObject.syncVariables
(List<Variable<Object>> variables) Deprecated.protected void
IncludedModuleWrapper.variableTableSync
(List<Variable<Object>> vars) protected void
RubyBasicObject.variableTableSync
(List<Variable<Object>> vars) Synchronize the variable table with the argument. -
Uses of Variable in org.jruby.ir.operands
Methods in org.jruby.ir.operands that return types with arguments of type VariableMethod parameters in org.jruby.ir.operands with type arguments of type VariableModifier and TypeMethodDescriptionvoid
UndefinedValue.syncVariables
(List<Variable<Object>> variables) Deprecated. -
Uses of Variable in org.jruby.runtime.builtin
Methods in org.jruby.runtime.builtin that return types with arguments of type VariableModifier and TypeMethodDescriptionInstanceVariables.getInstanceVariableList()
list of instance variablesIRubyObject.getMarshalVariableList()
all marshable valuesIRubyObject.getVariableList()
list of all variablesMethod parameters in org.jruby.runtime.builtin with type arguments of type VariableModifier and TypeMethodDescriptionvoid
IRubyObject.syncVariables
(List<Variable<Object>> variables) Deprecated. -
Uses of Variable in org.jruby.runtime.component
Classes in org.jruby.runtime.component that implement Variable -
Uses of Variable in org.jruby.runtime.marshal
Method parameters in org.jruby.runtime.marshal with type arguments of type VariableModifier and TypeMethodDescriptionvoid
MarshalStream.dumpVariables
(List<Variable<Object>> vars) Deprecated, for removal: This API element is subject to removal in a future version.void
MarshalStream.dumpVariablesWithEncoding
(List<Variable<Object>> vars, IRubyObject obj) Deprecated, for removal: This API element is subject to removal in a future version.