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