2006-01-02, rgf

org.apache.bsf.engines.activescript
Class ActiveScriptEngine.ArrayInfo

java.lang.Object
  extended byorg.apache.bsf.engines.activescript.ActiveScriptEngine.ArrayInfo
Enclosing class:
ActiveScriptEngine

class ActiveScriptEngine.ArrayInfo
extends java.lang.Object


Field Summary
protected  java.lang.Object arrayObject
           
 int[] dimOffset
           
protected  boolean investigated
           
 int maxDepth
           
 int[] maxDimArray
           
 char type
           
 
Constructor Summary
(package private) ActiveScriptEngine.ArrayInfo(java.lang.Object o)
           
 
Method Summary
protected  void investigate(java.lang.Object o, int curDepth)
           
 java.lang.String toString()
           
(package private)  byte[] toVariant()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

arrayObject

protected java.lang.Object arrayObject

investigated

protected boolean investigated

maxDepth

public int maxDepth

type

public char type

maxDimArray

public int[] maxDimArray

dimOffset

public int[] dimOffset
Constructor Detail

ActiveScriptEngine.ArrayInfo

ActiveScriptEngine.ArrayInfo(java.lang.Object o)
Method Detail

toString

public java.lang.String toString()

investigate

protected void investigate(java.lang.Object o,
                           int curDepth)

toVariant

byte[] toVariant()
           throws BSFException
Throws:
BSFException

2006-01-02, rgf