|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectslime.absynt.Absynt
slime.absynt.absfc.Absfc
slime.absynt.absfc.Statement
slime.absynt.absfc.StmtOutput
Class for output-statements. An output-statement consists of an variable and a value.
| Field Summary | |
Expr |
val
|
Variable |
var
|
| Fields inherited from class slime.absynt.absfc.Statement |
elemNr |
| Fields inherited from class slime.absynt.absfc.Absfc |
depth, end_step, hascontent, nodetype, processed, start_step, stmt_trans |
| Fields inherited from class slime.absynt.Absynt |
pos |
| Constructor Summary | |
StmtOutput()
|
|
StmtOutput(Variable x,
Expr e)
|
|
| Method Summary | |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public Variable var
public Expr val
| Constructor Detail |
public StmtOutput(Variable x,
Expr e)
public StmtOutput()
| Method Detail |
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||