public class CheckedTarget extends StackTarget
Ignore, pushObject
Constructor and Description |
---|
CheckedTarget(Type type) |
CheckedTarget(Type type,
LambdaExp proc,
int argno) |
CheckedTarget(Type type,
java.lang.String procname,
int argno) |
Modifier and Type | Method and Description |
---|---|
void |
compileFromStack(Compilation comp,
Type stackType) |
static void |
emitCheckedCoerce(Compilation comp,
LambdaExp proc,
int argno,
Type type) |
static void |
emitCheckedCoerce(Compilation comp,
LambdaExp proc,
int argno,
Type type,
Variable argValue) |
static void |
emitCheckedCoerce(Compilation comp,
java.lang.String procname,
int argno,
Type type) |
static Target |
getInstance(Declaration decl) |
static Target |
getInstance(Type type) |
static Target |
getInstance(Type type,
LambdaExp proc,
int argno) |
static Target |
getInstance(Type type,
java.lang.String procname,
int argno) |
compileFromStack0, convert, emitCoerceFromObject, getType
public CheckedTarget(Type type)
public CheckedTarget(Type type, java.lang.String procname, int argno)
public static Target getInstance(Declaration decl)
public void compileFromStack(Compilation comp, Type stackType)
compileFromStack
in class StackTarget
public static void emitCheckedCoerce(Compilation comp, java.lang.String procname, int argno, Type type)
public static void emitCheckedCoerce(Compilation comp, LambdaExp proc, int argno, Type type)
public static void emitCheckedCoerce(Compilation comp, LambdaExp proc, int argno, Type type, Variable argValue)