public static class Compiler.MethodParamExpr extends Object implements Compiler.MaybePrimitiveExpr
| Constructor and Description |
|---|
MethodParamExpr(Class c) |
| 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) |
Object |
eval() |
Class |
getJavaClass() |
boolean |
hasJavaClass() |
public MethodParamExpr(Class c)
public Object eval()
public void emit(Compiler.C context, Compiler.ObjExpr objx, GeneratorAdapter gen)
public boolean hasJavaClass()
public Class getJavaClass()
public boolean canEmitPrimitive()
canEmitPrimitive in interface Compiler.MaybePrimitiveExprpublic void emitUnboxed(Compiler.C context, Compiler.ObjExpr objx, GeneratorAdapter gen)
emitUnboxed in interface Compiler.MaybePrimitiveExprCopyright © 2021. All rights reserved.