gnu.expr
Interface Inlineable

All Known Implementing Classes:
AddOp, AppendValues, ArrayGet, ArrayLength, ArrayNew, ArraySet, CoerceNodes, Convert, DocumentConstructor, GetFieldProc, GetRequest, GetResponse, InstanceOf, IsEq, MakeAttribute, MakeElement, MakeList, MakeText, NodeConstructor, not, NumberCompare, OrderedMap, prim_throw, PrimProcedure, SetFieldProc, SlotGet, SlotSet, SortNodes, StaticGet, StaticSet, TypeSwitch, UnionNodes, ValuesMap

public interface Inlineable


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

Method Detail

compile

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

getReturnType

Type getReturnType(Expression[] args)