All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
compile(ApplyExp exp,
Compilation comp,
Target target) |
static void |
compileCallCC(ApplyExp exp,
Compilation comp,
Target target,
Procedure proc) |
static void |
compileConvert(Convert proc,
ApplyExp exp,
Compilation comp,
Target target) |
static void |
compileEq(Expression[] args,
Compilation comp,
Target target,
Language language) |
void |
compileNot(Not proc,
ApplyExp exp,
Compilation comp,
Target target) |
static void |
compileNumberCompare(NumberCompare proc,
ApplyExp exp,
Compilation comp,
Target target) |
static void |
compileNumberPredicate(NumberPredicate proc,
ApplyExp exp,
Compilation comp,
Target target) |
static CompileMisc |
forConvert(java.lang.Object proc) |
static CompileMisc |
forEq(java.lang.Object proc) |
static CompileMisc |
forNot(java.lang.Object proc) |
static CompileMisc |
forNumberCompare(java.lang.Object proc) |
static CompileMisc |
forNumberPredicate(java.lang.Object proc) |
static Expression |
validateApplyAppendValues(ApplyExp exp,
InlineCalls visitor,
Type required,
Procedure proc) |
static Expression |
validateApplyCallCC(ApplyExp exp,
InlineCalls visitor,
Type required,
Procedure proc) |
static Expression |
validateApplyConstantFunction0(ApplyExp exp,
InlineCalls visitor,
Type required,
Procedure proc) |
static Expression |
validateApplyConvert(ApplyExp exp,
InlineCalls visitor,
Type required,
Procedure proc) |
static Expression |
validateApplyFormat(ApplyExp exp,
InlineCalls visitor,
Type required,
Procedure proc)
Validate-apply handling for "format".
|
static Expression |
validateApplyMakeProcedure(ApplyExp exp,
InlineCalls visitor,
Type required,
Procedure proc) |
static Expression |
validateApplyMakePromise(ApplyExp exp,
InlineCalls visitor,
Type required,
Procedure proc) |
static Expression |
validateApplyMap(ApplyExp exp,
InlineCalls visitor,
Type required,
Procedure xproc) |
static Expression |
validateApplySimpleBoolean(ApplyExp exp,
InlineCalls visitor,
Type required,
Procedure proc) |
static Expression |
validateApplyValuesMap(ApplyExp exp,
InlineCalls visitor,
Type required,
Procedure proc) |