gnu.kawa.functions
public class IsEq extends Procedure2 implements Inlineable
| Constructor Summary | |
|---|---|
| IsEq(Language language, String name) | |
| Method Summary | |
|---|---|
| boolean | apply(Object arg1, Object arg2) |
| Object | apply2(Object arg1, Object arg2) |
| void | compile(ApplyExp exp, Compilation comp, Target target) |
| static void | compile(Expression[] args, Compilation comp, Target target, Language language) |
| Type | getReturnType(Expression[] args) |