public class SortNodes extends Procedure1 implements Inlineable
| Modifier and Type | Field and Description |
|---|---|
static Method |
canonicalizeMethod |
static Method |
makeSortedNodesMethod |
static SortNodes |
sortNodes |
static ClassType |
typeSortedNodes |
compilerKey, compilerXKey, validateApplyKey, validateXApplyKeynameKey| Constructor and Description |
|---|
SortNodes() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
apply1(java.lang.Object values) |
void |
compile(ApplyExp exp,
Compilation comp,
Target target) |
Type |
getReturnType(Expression[] args)
Semi-deprecated - instead should be set at Inline time.
|
apply, apply, check0, check1, check2, check3, check4, checkArgCount, checkN, getSetter, getSourceLocation, isSideEffectFree, match0, match1, match2, match3, match4, matchN, maxArgs, maxArgs, minArgs, minArgs, set0, set1, setN, setSetter, setSourceLocation, toStringgetName, getProperty, getSymbol, removeProperty, setName, setProperty, setProperty, setSymbolpublic static final SortNodes sortNodes
public static final ClassType typeSortedNodes
public static final Method makeSortedNodesMethod
public static final Method canonicalizeMethod
public java.lang.Object apply1(java.lang.Object values)
apply1 in class Procedure1public void compile(ApplyExp exp, Compilation comp, Target target)
compile in interface Inlineablepublic Type getReturnType(Expression[] args)
ProceduregetReturnType in class Procedure