public class StackTarget extends Target
Ignore, pushObject
Constructor and Description |
---|
StackTarget(Type type) |
Modifier and Type | Method and Description |
---|---|
void |
compileFromStack(Compilation comp,
Type stackType) |
protected boolean |
compileFromStack0(Compilation comp,
Type stackType) |
static void |
convert(Compilation comp,
Type stackType,
Type targetType) |
protected static void |
emitCoerceFromObject(Type type,
Compilation comp) |
static Target |
getInstance(Type type) |
Type |
getType() |
public StackTarget(Type type)
protected boolean compileFromStack0(Compilation comp, Type stackType)
public static void convert(Compilation comp, Type stackType, Type targetType)
protected static void emitCoerceFromObject(Type type, Compilation comp)
public void compileFromStack(Compilation comp, Type stackType)
compileFromStack
in class Target