public class MakeList extends ProcedureN implements Inlineable
| Modifier and Type | Field and Description |
|---|---|
static MakeList |
list |
noArgscompilerKey, compilerXKey, validateApplyKey, validateXApplyKeynameKey| Constructor and Description |
|---|
MakeList() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
applyN(java.lang.Object[] args) |
void |
compile(ApplyExp exp,
Compilation comp,
Target target) |
static void |
compile(Expression[] args,
int offset,
Compilation comp) |
Type |
getReturnType(Expression[] args)
Semi-deprecated - instead should be set at Inline time.
|
static java.lang.Object |
list$V(java.lang.Object[] args) |
apply, apply, check0, check1, check2, check3, check4, checkArgCount, checkN, getSetter, getSourceLocation, isSideEffectFree, match0, match1, match2, match3, match4, matchN, maxArgs, maxArgs, minArgs, minArgs, numArgs, set0, set1, setN, setSetter, setSourceLocation, toStringgetName, getProperty, getSymbol, removeProperty, setName, setProperty, setProperty, setSymbolpublic static final MakeList list
public static java.lang.Object list$V(java.lang.Object[] args)
public java.lang.Object applyN(java.lang.Object[] args)
applyN in class ProcedureNpublic void compile(ApplyExp exp, Compilation comp, Target target)
compile in interface Inlineablepublic static void compile(Expression[] args, int offset, Compilation comp)
public Type getReturnType(Expression[] args)
ProceduregetReturnType in class Procedure