gnu.expr
Interface Inlineable

All Known Implementing Classes:
AppendValues, ArithOp, CallCC, CastableAs, CoerceNodes, CompileArith, CompileArrays, CompileMisc, DocumentConstructor, GetFieldProc, GetModuleClass, InstanceOf, IsEq, MakeAttribute, MakeElement, MakeList, MakeProcInst, MakeText, MakeWithBaseUri, NodeConstructor, NumberCompare, NumberPredicate, OrderedMap, prim_throw, PrimProcedure, RelativeStep, SetFieldProc, SlotGet, SlotSet, SortNodes, StaticGet, StaticSet, TypeSwitch, UnionNodes, ValuesFilter, ValuesMap

public interface Inlineable


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

Method Detail

compile

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