public abstract static class Compiler.HostExpr extends Object implements Compiler.MaybePrimitiveExpr
Constructor and Description |
---|
Compiler.HostExpr() |
Modifier and Type | Method and Description |
---|---|
void |
emit(Compiler.C context,
Compiler.ObjExpr objx,
GeneratorAdapter gen) |
static void |
emitBoxReturn(Compiler.ObjExpr objx,
GeneratorAdapter gen,
Class returnType) |
static void |
emitUnboxArg(Compiler.ObjExpr objx,
GeneratorAdapter gen,
Class paramType) |
Object |
eval() |
Class |
getJavaClass() |
boolean |
hasJavaClass() |
static Class |
maybeClass(Object form,
boolean stringOk) |
static Class |
maybeSpecialTag(Symbol sym) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
canEmitPrimitive, emitUnboxed
public static void emitBoxReturn(Compiler.ObjExpr objx, GeneratorAdapter gen, Class returnType)
public static void emitUnboxArg(Compiler.ObjExpr objx, GeneratorAdapter gen, Class paramType)
public Object eval()
public void emit(Compiler.C context, Compiler.ObjExpr objx, GeneratorAdapter gen)
public boolean hasJavaClass()
public Class getJavaClass()
Copyright © 2018. All rights reserved.