public class NodeCompare extends Procedure2
Modifier and Type | Field and Description |
---|---|
static NodeCompare |
$Eq |
static NodeCompare |
$Gr |
static NodeCompare |
$Ls |
static NodeCompare |
$Ne |
compilerKey, compilerXKey, validateApplyKey, validateXApplyKey
nameKey
Constructor and Description |
---|
NodeCompare() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
apply2(java.lang.Object arg1,
java.lang.Object arg2) |
static NodeCompare |
make(java.lang.String name,
int flags) |
apply, apply, check0, check1, check2, check3, check4, checkArgCount, checkN, getReturnType, getSetter, getSourceLocation, isSideEffectFree, match0, match1, match2, match3, match4, matchN, maxArgs, maxArgs, minArgs, minArgs, set0, set1, setN, setSetter, setSourceLocation, toString
getName, getProperty, getSymbol, removeProperty, setName, setProperty, setProperty, setSymbol
public static final NodeCompare $Eq
public static final NodeCompare $Ne
public static final NodeCompare $Gr
public static final NodeCompare $Ls
public static NodeCompare make(java.lang.String name, int flags)
public java.lang.Object apply2(java.lang.Object arg1, java.lang.Object arg2)
apply2
in class Procedure2