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
 

Classes in org.jruby that implement Variable
protected static class RubyModule.ConstantTableEntry
           
 

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

Method parameters in org.jruby with type arguments of type Variable
protected  void IncludedModuleWrapper.constantTableSync(java.util.List<Variable<IRubyObject>> vars)
           
protected  void RubyModule.constantTableSync(java.util.List<Variable<IRubyObject>> vars)
           
 void RubyModule.syncVariables(java.util.List<Variable<IRubyObject>> variables)
           
 void RubyObject.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 RubyModule.variableTableSync(java.util.List<Variable<IRubyObject>> vars)
           
protected  void RubyObject.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.