gnu.expr
Interface Inlineable

All Known Implementing Classes:
convert, eq_p, eqv_p, GetFieldProc, instance, list_v, not, prim_throw, PrimProcedure, SetFieldProc, ArrayLength, Invoke, SlotSet, ArraySet, ArrayGet, StaticSet, ArrayNew, SlotGet, StaticGet

public interface Inlineable


Method Summary
 void compile(ApplyExp exp, Compilation comp, Target target)
           
 Type getReturnType(Expression[] args)
           
 

Method Detail

compile

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

getReturnType

public Type getReturnType(Expression[] args)