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