| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgnu.expr.Target
gnu.expr.SeriesTarget
public class SeriesTarget
The value in the result (as a sequence of values) is passed to a function.
| Field Summary | |
|---|---|
|  Label | doneWhere to go when done. | 
|  Label | functionA function to call (using jsr/jsr_w). | 
|  Declaration | paramWhere to place each value. | 
|  Scope | scopeA surrounding Scope for local Variables. | 
| Fields inherited from class gnu.expr.Target | 
|---|
| Ignore, pushObject | 
| Constructor Summary | |
|---|---|
| SeriesTarget() | |
| Method Summary | |
|---|---|
|  void | compileFromStack(Compilation comp,
                 Type stackType) | 
|  void | compileFromStackSimple(Compilation comp,
                       Type stackType) | 
|  Type | getType() | 
| static boolean | isSingletonType(Type type) | 
| Methods inherited from class gnu.expr.Target | 
|---|
| pushValue | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public Declaration param
public Label function
public Label done
public Scope scope
| Constructor Detail | 
|---|
public SeriesTarget()
| Method Detail | 
|---|
public void compileFromStackSimple(Compilation comp,
                                   Type stackType)
public void compileFromStack(Compilation comp,
                             Type stackType)
compileFromStack in class Targetpublic Type getType()
getType in class Targetpublic static boolean isSingletonType(Type type)
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||