gnu.kawa.reflect

Class ArrayNew

public class ArrayNew extends Procedure1 implements Inlineable, Externalizable

Constructor Summary
ArrayNew(Type element_type)
Method Summary
Objectapply1(Object count)
voidcompile(ApplyExp exp, Compilation comp, Target target)
TypegetReturnType(Expression[] args)
voidreadExternal(ObjectInput in)
voidwriteExternal(ObjectOutput out)

Constructor Detail

ArrayNew

public ArrayNew(Type element_type)

Method Detail

apply1

public Object apply1(Object count)

compile

public void compile(ApplyExp exp, Compilation comp, Target target)

getReturnType

public Type getReturnType(Expression[] args)

readExternal

public void readExternal(ObjectInput in)

writeExternal

public void writeExternal(ObjectOutput out)