public static interface Compiler.MaybePrimitiveExpr
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() |
boolean canEmitPrimitive()
void emitUnboxed(Compiler.C context, Compiler.ObjExpr objx, GeneratorAdapter gen)
java.lang.Object eval()
void emit(Compiler.C context, Compiler.ObjExpr objx, GeneratorAdapter gen)
boolean hasJavaClass()
java.lang.Class getJavaClass()