public abstract static class Compiler.HostExpr extends java.lang.Object implements Compiler.MaybePrimitiveExpr
| Constructor and Description |
|---|
HostExpr() |
| Modifier and Type | Method and Description |
|---|---|
void |
emit(Compiler.C context,
Compiler.FnExpr fn,
GeneratorAdapter gen) |
static void |
emitBoxReturn(Compiler.FnExpr fn,
GeneratorAdapter gen,
java.lang.Class returnType) |
static void |
emitUnboxArg(Compiler.FnExpr fn,
GeneratorAdapter gen,
java.lang.Class paramType) |
java.lang.Object |
eval() |
java.lang.Class |
getJavaClass() |
boolean |
hasJavaClass() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitemitUnboxedpublic static void emitBoxReturn(Compiler.FnExpr fn, GeneratorAdapter gen, java.lang.Class returnType)
public static void emitUnboxArg(Compiler.FnExpr fn, GeneratorAdapter gen, java.lang.Class paramType)
public java.lang.Object eval()
throws java.lang.Exception
java.lang.Exceptionpublic void emit(Compiler.C context, Compiler.FnExpr fn, GeneratorAdapter gen)
public boolean hasJavaClass()
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.Class getJavaClass()
throws java.lang.Exception
java.lang.Exception