public class MakeList extends ProcedureN implements Inlineable
Modifier and Type | Field and Description |
---|---|
static MakeList |
list |
noArgs
compilerKey, validateApplyKey
nameKey
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, toString
getName, getProperty, getSymbol, removeProperty, setName, setProperty, setProperty, setSymbol
public 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 ProcedureN
public void compile(ApplyExp exp, Compilation comp, Target target)
compile
in interface Inlineable
public static void compile(Expression[] args, int offset, Compilation comp)
public Type getReturnType(Expression[] args)
Procedure
getReturnType
in class Procedure