Uses of Interface
org.jruby.runtime.builtin.Variable

Packages that use Variable
org.jruby   
org.jruby.runtime.builtin   
org.jruby.runtime.component   
org.jruby.runtime.marshal   
 

Uses of Variable in org.jruby
 

Methods in org.jruby that return types with arguments of type Variable
 java.util.List<Variable<IRubyObject>> RubyModule.getClassVariableList()
           
 java.util.List<Variable<IRubyObject>> RubyBasicObject.getInstanceVariableList()
           
 java.util.List<Variable<IRubyObject>> RubyBasicObject.getInternalVariableList()
           
 java.util.List<Variable<IRubyObject>> RubyModule.getStoredConstantList()
          Deprecated. 
 java.util.List<Variable<IRubyObject>> RubyBasicObject.getVariableList()
          Gets a list of all variables in this object.
 

Method parameters in org.jruby with type arguments of type Variable
 void RubyBasicObject.syncVariables(java.util.List<Variable<IRubyObject>> variables)
          Sync one variable table with another - this is used to make rbClone work correctly.
protected  void IncludedModuleWrapper.variableTableSync(java.util.List<Variable<IRubyObject>> vars)
           
protected  void RubyBasicObject.variableTableSync(java.util.List<Variable<IRubyObject>> vars)
          Synchronize the variable table with the argument.
 

Uses of Variable in org.jruby.runtime.builtin
 

Methods in org.jruby.runtime.builtin that return types with arguments of type Variable
 java.util.List<Variable<IRubyObject>> InstanceVariables.getInstanceVariableList()
           
 java.util.List<Variable<IRubyObject>> InternalVariables.getInternalVariableList()
           
 java.util.List<Variable<IRubyObject>> IRubyObject.getVariableList()
           
 

Method parameters in org.jruby.runtime.builtin with type arguments of type Variable
 void IRubyObject.syncVariables(java.util.List<Variable<IRubyObject>> variables)
          Sets object's variables to those in the supplied list, removing/replacing any previously defined variables.
 

Uses of Variable in org.jruby.runtime.component
 

Classes in org.jruby.runtime.component that implement Variable
 class VariableEntry<BaseObjectType>
           
 

Uses of Variable in org.jruby.runtime.marshal
 

Method parameters in org.jruby.runtime.marshal with type arguments of type Variable
 void MarshalStream.dumpVariables(java.util.List<Variable<IRubyObject>> vars)
           
 



Copyright © 2002-2007 JRuby Team. All Rights Reserved.