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 voidBasicObjectStub.syncVariables(IRubyObject self, List<Variable<Object>> variables) voidRubyBasicObject.syncVariables(List<Variable<Object>> variables) Deprecated.protected voidIncludedModuleWrapper.variableTableSync(List<Variable<Object>> vars) protected voidRubyBasicObject.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 TypeMethodDescriptionvoidUndefinedValue.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 TypeMethodDescriptionvoidIRubyObject.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 TypeMethodDescriptionvoidMarshalStream.dumpVariables(List<Variable<Object>> vars) Deprecated, for removal: This API element is subject to removal in a future version.voidMarshalStream.dumpVariablesWithEncoding(List<Variable<Object>> vars, IRubyObject obj) Deprecated, for removal: This API element is subject to removal in a future version.