public static class Compiler.MetaExpr extends java.lang.Object implements Compiler.Expr
| Modifier and Type | Field and Description | 
|---|---|
| Compiler.Expr | expr | 
| (package private) static Type | IOBJ_TYPE | 
| Compiler.Expr | meta | 
| (package private) static Method | withMetaMethod | 
| Constructor and Description | 
|---|
| Compiler.MetaExpr(Compiler.Expr expr,
                 Compiler.Expr meta) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | emit(Compiler.C context,
    Compiler.ObjExpr objx,
    GeneratorAdapter gen) | 
| java.lang.Object | eval() | 
| java.lang.Class | getJavaClass() | 
| boolean | hasJavaClass() | 
public final Compiler.Expr expr
public final Compiler.Expr meta
static final Type IOBJ_TYPE
static final Method withMetaMethod
public Compiler.MetaExpr(Compiler.Expr expr, Compiler.Expr meta)
public java.lang.Object eval()
eval in interface Compiler.Exprpublic void emit(Compiler.C context, Compiler.ObjExpr objx, GeneratorAdapter gen)
emit in interface Compiler.Exprpublic boolean hasJavaClass()
hasJavaClass in interface Compiler.Exprpublic java.lang.Class getJavaClass()
getJavaClass in interface Compiler.Expr