gnu.kawa.reflect
public class ArraySet extends Procedure3 implements Inlineable, Externalizable
| Constructor Summary | |
|---|---|
| ArraySet(Type element_type) | |
| Method Summary | |
|---|---|
| Object | apply3(Object array, Object index, Object value) |
| void | compile(ApplyExp exp, Compilation comp, Target target) |
| Type | getReturnType(Expression[] args) |
| void | readExternal(ObjectInput in) |
| void | writeExternal(ObjectOutput out) |