java.lang.Object
simula.runtime.RTS_RTObject.ForElt
simula.runtime.RTS_RTObject.WhileTValElt
- Enclosing class:
RTS_RTObject
For-statement While-element with Text Value Assignment.
For t:= <TextExpr> while <Cond> // Text Value Assignment
-
Field Summary
Modifier and TypeFieldDescription(package private) RTS_RTObject.RTS_NAME
<Boolean> The condition that determines whether to continue.(package private) final RTS_RTObject.RTS_NAME
<RTS_TXT> The for-statement control variable.(package private) final RTS_RTObject.RTS_NAME
<RTS_TXT> A Text Value expression.Fields inherited from class simula.runtime.RTS_RTObject.ForElt
more
-
Constructor Summary
ConstructorDescriptionWhileTValElt
(RTS_RTObject.RTS_NAME<RTS_TXT> cvar, RTS_RTObject.RTS_NAME<RTS_TXT> expr, RTS_RTObject.RTS_NAME<Boolean> cond) Create Text Value While-element. -
Method Summary
Methods inherited from class simula.runtime.RTS_RTObject.ForElt
hasNext
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Field Details
-
cvar
The for-statement control variable. -
expr
A Text Value expression. -
cond
RTS_RTObject.RTS_NAME<Boolean> condThe condition that determines whether to continue.
-
-
Constructor Details
-
WhileTValElt
public WhileTValElt(RTS_RTObject.RTS_NAME<RTS_TXT> cvar, RTS_RTObject.RTS_NAME<RTS_TXT> expr, RTS_RTObject.RTS_NAME<Boolean> cond) Create Text Value While-element.- Parameters:
cvar
- the for-statement control variableexpr
- a Text Value expressioncond
- a Boolean expression
-
-
Method Details
-
next
-