public class MakeList extends ProcedureN implements Inlineable
| Modifier and Type | Field and Description |
|---|---|
static MakeList |
list |
applyToObject, noArgsapplyMethodType, applyToConsumerDefault, applyToConsumerMethod, applyToObjectDefault, applyToObjectMethod, compilerKey, compilerXKey, inlineIfConstantSymbol, 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) |
applyToObjectapply0, apply1, apply2, apply3, apply4, applyL, applyToConsumerDefault, applyToObjectDefault, checkArgCount, checkBadCode, getApplyMethod, getApplyToConsumerMethod, getApplyToObjectMethod, getSetter, getSourceLocation, isSideEffectFree, lookupApplyHandle, 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 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