|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclarion.clarion.runtime.CArray
public class CArray
| 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 |
|---|
public CArray()
| Method Detail |
|---|
public static void clear(ClarionObject[] object)
object - public static void clear(ClarionObject[][] object)
object - public static void clear(ClarionObject[][][] object)
object -
public static void setValue(ClarionObject[] target,
ClarionObject source)
target - source -
public static void setValue(ClarionObject[] target,
ClarionObject[] source)
target - source -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||