gnu.expr
Class StackTarget
java.lang.Object
gnu.expr.Target
gnu.expr.StackTarget
- Direct Known Subclasses:
- CheckedTarget
public class StackTarget
- extends Target
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StackTarget
public StackTarget(Type type)
getType
public Type getType()
- Specified by:
getType
in class Target
getInstance
public static Target getInstance(Type type)
compileFromStack0
protected boolean compileFromStack0(Compilation comp,
Type stackType)
convert
public static void convert(Compilation comp,
Type stackType,
Type targetType)
emitCoerceFromObject
protected static void emitCoerceFromObject(Type type,
Compilation comp)
compileFromStack
public void compileFromStack(Compilation comp,
Type stackType)
- Specified by:
compileFromStack
in class Target