org.apache.bsf.engines.activescript
Class ActiveScriptEngine.ArrayInfo
java.lang.Object
org.apache.bsf.engines.activescript.ActiveScriptEngine.ArrayInfo
- Enclosing class:
- ActiveScriptEngine
- class ActiveScriptEngine.ArrayInfo
- extends java.lang.Object
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 |
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
ActiveScriptEngine.ArrayInfo
ActiveScriptEngine.ArrayInfo(java.lang.Object o)
toString
public java.lang.String toString()
investigate
protected void investigate(java.lang.Object o,
int curDepth)
toVariant
byte[] toVariant()
throws BSFException
- Throws:
BSFException