gnu.expr
public abstract class Target extends Object
Field Summary | |
---|---|
static Target | Ignore A Target which means that the result is ignored. |
static Target | pushObject A Target which means to push an Object on the JVM stack. |
Method Summary | |
---|---|
abstract void | compileFromStack(Compilation comp, Type stackType) |
abstract Type | getType() |
static Target | pushValue(Type type) Return a Target to push a value of specified type on JCM stack. |