|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gnu.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 |
done
Where to go when done. |
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. |
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 Target
public Type getType()
getType
in class Target
public static boolean isSingletonType(Type type)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |