rasmus.interpreter
Class RObjects

java.lang.Object
  extended by rasmus.interpreter.RVariablePartImpl
      extended by rasmus.interpreter.RList
          extended by rasmus.interpreter.RObjects
All Implemented Interfaces:
RVariablePart

public class RObjects
extends RList


Field Summary
 
Fields inherited from class rasmus.interpreter.RList
dependvar, listeners
 
Fields inherited from class rasmus.interpreter.RVariablePartImpl
variable
 
Constructor Summary
RObjects()
           
 
Method Summary
static java.util.List asList(RVariable variable)
           
static java.lang.Object[] asObjects(RVariable variable)
           
static RVariable asVariable(java.lang.Object value)
           
static RObjects getInstance(RVariable variable)
           
static java.lang.Object getProperty(RVariable variable, java.lang.String property)
           
static RSyncList synchronizedList(RVariable variable)
           
static java.lang.String toString(RVariable variable)
           
 
Methods inherited from class rasmus.interpreter.RList
add, addListener, addObject, addObjects, clear, forceAddListener, forceRemoveListener, getObjects, isImmutable, remove, removeListener, removeObject, removeObjects, sendObjectAdded, sendObjectRemoved, sendObjectsAdded, sendObjectsRemoved, setImmutable, synchronizedList
 
Methods inherited from class rasmus.interpreter.RVariablePartImpl
getVariable, init
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RObjects

public RObjects()
Method Detail

asVariable

public static RVariable asVariable(java.lang.Object value)

asList

public static java.util.List asList(RVariable variable)

synchronizedList

public static RSyncList synchronizedList(RVariable variable)

asObjects

public static java.lang.Object[] asObjects(RVariable variable)

toString

public static java.lang.String toString(RVariable variable)

getProperty

public static java.lang.Object getProperty(RVariable variable,
                                           java.lang.String property)

getInstance

public static RObjects getInstance(RVariable variable)