public class MultiArrayOperand
extends java.lang.Object
| Constructor | Description |
|---|---|
MultiArrayOperand(Type type,
int dim) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
dimensions() |
Get the number of dimensions of the array.
|
java.lang.String |
toString() |
Convert the operand to a string.
|
Type |
type() |
Get the element type of the array.
|
public MultiArrayOperand(Type type, int dim)
type - The element type of the array.dim - The number of dimensions of the array.public Type type()
public int dimensions()
public java.lang.String toString()
toString in class java.lang.Object