net.ep.db4o.javassist
Class JVSTArray

java.lang.Object
  extended by com.db4o.reflect.core.AbstractReflectArray
      extended by net.ep.db4o.javassist.JVSTArray
All Implemented Interfaces:
com.db4o.reflect.ReflectArray

public class JVSTArray
extends com.db4o.reflect.core.AbstractReflectArray


Field Summary
 
Fields inherited from class com.db4o.reflect.core.AbstractReflectArray
_reflector
 
Method Summary
 void analyze(java.lang.Object obj, com.db4o.reflect.ArrayInfo info)
           
 java.lang.Object newInstance(com.db4o.reflect.ReflectClass componentType, com.db4o.reflect.ArrayInfo info)
           
 java.lang.Object newInstance(com.db4o.reflect.ReflectClass componentType, int length)
           
 java.lang.Object newInstance(com.db4o.reflect.ReflectClass componentType, int[] dimensions)
           
 
Methods inherited from class com.db4o.reflect.core.AbstractReflectArray
dimensions, flatten, get, getComponentType, getLength, isNDimensional, set, shape
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newInstance

public java.lang.Object newInstance(com.db4o.reflect.ReflectClass componentType,
                                    int length)
Specified by:
newInstance in interface com.db4o.reflect.ReflectArray
Specified by:
newInstance in class com.db4o.reflect.core.AbstractReflectArray

newInstance

public java.lang.Object newInstance(com.db4o.reflect.ReflectClass componentType,
                                    int[] dimensions)
Specified by:
newInstance in interface com.db4o.reflect.ReflectArray
Specified by:
newInstance in class com.db4o.reflect.core.AbstractReflectArray

analyze

public void analyze(java.lang.Object obj,
                    com.db4o.reflect.ArrayInfo info)

newInstance

public java.lang.Object newInstance(com.db4o.reflect.ReflectClass componentType,
                                    com.db4o.reflect.ArrayInfo info)


Copyright © 2009. All Rights Reserved.