kawa.standard

Class prim_throw

public class prim_throw extends Procedure1 implements Inlineable

Field Summary
static prim_throwprimitiveThrow
Method Summary
Objectapply1(Object arg1)
voidcompile(ApplyExp exp, Compilation comp, Target target)
TypegetReturnType(Expression[] args)
static voidthrow_it(Object arg1)

Field Detail

primitiveThrow

public static final prim_throw primitiveThrow

Method Detail

apply1

public Object apply1(Object arg1)

compile

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

getReturnType

public Type getReturnType(Expression[] args)

throw_it

public static void throw_it(Object arg1)