public static class Compiler.InstanceOfExpr extends java.lang.Object implements Compiler.MaybePrimitiveExpr
| Constructor and Description |
|---|
InstanceOfExpr(java.lang.Class c,
clojure.lang.Compiler.Expr expr) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canEmitPrimitive() |
void |
emit(Compiler.C context,
Compiler.ObjExpr objx,
GeneratorAdapter gen) |
void |
emitUnboxed(Compiler.C context,
Compiler.ObjExpr objx,
GeneratorAdapter gen) |
java.lang.Object |
eval() |
java.lang.Class |
getJavaClass() |
boolean |
hasJavaClass() |
public InstanceOfExpr(java.lang.Class c,
clojure.lang.Compiler.Expr expr)
public java.lang.Object eval()
public boolean canEmitPrimitive()
canEmitPrimitive in interface Compiler.MaybePrimitiveExprpublic void emitUnboxed(Compiler.C context, Compiler.ObjExpr objx, GeneratorAdapter gen)
emitUnboxed in interface Compiler.MaybePrimitiveExprpublic void emit(Compiler.C context, Compiler.ObjExpr objx, GeneratorAdapter gen)
public boolean hasJavaClass()
public java.lang.Class getJavaClass()