1: package gnu.expr; 2: 3: public interface Inlineable { 4: public void compile(ApplyExp exp, Compilation comp, Target target); 5: 6: public gnu.bytecode.Type getReturnType(Expression[] args); 7: }