|
UTJML | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.utep.cs.utjml.rat.ArrayValue
public class ArrayValue
A class to represent array values.
| Constructor Summary | |
|---|---|
ArrayValue(CType type,
Denotable[] values)
Creates an array of given type and value. |
|
| Method Summary | |
|---|---|
static void |
assign(Object array,
int i,
Denotable elem)
Unwraps the given denotable, elem, and assigns it
to the i-th element of the given array, array. |
String |
toString()
Returns the string representation of this array. |
Class |
type()
Returns the type of this array. |
Object |
value()
Returns the value of this array. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ArrayValue(CType type,
Denotable[] values)
| Method Detail |
|---|
public static void assign(Object array,
int i,
Denotable elem)
elem, and assigns it
to the i-th element of the given array, array.
public Class type()
type in interface Denotablepublic Object value()
value in interface Denotablepublic String toString()
toString in interface DenotabletoString in class Object
|
UTJML | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||