org.jclarion.clarion.runtime
Class CArray

java.lang.Object
  extended by org.jclarion.clarion.runtime.CArray

public class CArray
extends java.lang.Object


Constructor Summary
CArray()
           
 
Method Summary
static void clear(ClarionObject[] object)
          Empty 1d array
static void clear(ClarionObject[][] object)
          Empty 2d array
static void clear(ClarionObject[][][] object)
          Empty 3d array
static void setValue(ClarionObject[] target, ClarionObject source)
          Set an array from another source
static void setValue(ClarionObject[] target, ClarionObject[] source)
          Set an array from another array Precisely what does this even do?
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CArray

public CArray()
Method Detail

clear

public static void clear(ClarionObject[] object)
Empty 1d array

Parameters:
object -

clear

public static void clear(ClarionObject[][] object)
Empty 2d array

Parameters:
object -

clear

public static void clear(ClarionObject[][][] object)
Empty 3d array

Parameters:
object -

setValue

public static void setValue(ClarionObject[] target,
                            ClarionObject source)
Set an array from another source

Parameters:
target -
source -

setValue

public static void setValue(ClarionObject[] target,
                            ClarionObject[] source)
Set an array from another array Precisely what does this even do?

Parameters:
target -
source -


Copyright © 2010. All Rights Reserved.