gnu.expr

Interface Inlineable

Known Implementing Classes:
AddOp, AppendValues, ArrayGet, ArrayLength, ArrayNew, ArraySet, CoerceNodes, Convert, DocumentConstructor, GetFieldProc, GetRequest, GetResponse, InstanceOf, IsEq, MakeAttribute, MakeElement, MakeList, MakeText, not, NodeConstructor, 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 Details

compile

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

getReturnType

public Type getReturnType(Expression[] args)