gnu.jemacs.lang

Class NumberCompare

Implemented Interfaces:
Named

public class NumberCompare
extends ProcedureN

Field Summary

static NumberCompare
$Eq
static NumberCompare
$Gr
static NumberCompare
$Gr$Eq
static NumberCompare
$Ls
static NumberCompare
$Ls$Eq

Fields inherited from class gnu.mapping.ProcedureN

noArgs

Method Summary

Object
apply2(Object arg1, Object arg2)
static boolean
apply2(int flags, Object arg1, Object arg2)
Object
applyN(Object[] args)
static NumberCompare
make(String name, int flags)

Methods inherited from class gnu.mapping.ProcedureN

apply0, apply1, apply2, apply3, apply4, applyN

Methods inherited from class gnu.mapping.Procedure

apply, apply, apply0, apply1, apply2, apply3, apply4, applyN, check0, check1, check2, check3, check4, checkArgCount, checkN, getName, getProperty, getSetter, getSymbol, match0, match1, match2, match3, match4, matchN, maxArgs, minArgs, name, numArgs, removeProperty, set0, set1, setN, setName, setProperty, setProperty, setSetter, setSymbol, toString

Field Details

$Eq

public static final NumberCompare $Eq

$Gr

public static final NumberCompare $Gr

$Gr$Eq

public static final NumberCompare $Gr$Eq

$Ls

public static final NumberCompare $Ls

$Ls$Eq

public static final NumberCompare $Ls$Eq

Method Details

apply2

public Object apply2(Object arg1,
                     Object arg2)
Overrides:
apply2 in interface ProcedureN

apply2

public static boolean apply2(int flags,
                             Object arg1,
                             Object arg2)

applyN

public Object applyN(Object[] args)
Overrides:
applyN in interface ProcedureN

make

public static NumberCompare make(String name,
                                 int flags)