static class Compiler.ConstantExpr extends Compiler.LiteralExpr
Modifier and Type | Class and Description |
---|---|
(package private) static class |
Compiler.ConstantExpr.Parser |
Constructor and Description |
---|
Compiler.ConstantExpr(java.lang.Object v) |
Modifier and Type | Method and Description |
---|---|
void |
emit(Compiler.C context,
Compiler.ObjExpr objx,
GeneratorAdapter gen) |
java.lang.Class |
getJavaClass() |
boolean |
hasJavaClass() |
(package private) java.lang.Object |
val() |
eval
java.lang.Object val()
val
in class Compiler.LiteralExpr
public void emit(Compiler.C context, Compiler.ObjExpr objx, GeneratorAdapter gen)
public boolean hasJavaClass()
public java.lang.Class getJavaClass()