gnu.expr
public class SeriesTarget extends Target
Field Summary | |
---|---|
Label | done Where to go when done executing the Expression whose target this is.
|
Label | function A function to call (using jsr/jsr_w). |
Declaration | param Where to place each value. |
Scope | scope A surrounding Scope for local Variables.
|
Method Summary | |
---|---|
void | compileFromStack(Compilation comp, Type stackType) |
void | compileFromStackSimple(Compilation comp, Type stackType) |
Type | getType() |
String | toString() |