![]() |
EOS 2
1.1.0
Einfache Objektbasierte Sprache
|
Öffentliche Methoden | |
Loop (Sequence sequence, Expression condition) | |
Sequence | getSequence () |
Expression | getCondition () |
![]() | |
abstract void | compile (ArrayList< Command > ops, boolean autoWindow) throws Exception |
abstract void | resolveNamesAndTypes (Expression with, Environment env) |
Node () | |
abstract String | getLabel () |
![]() | |
MarkedNode () | |
final Marker | getMarker () |
final void | setMarker (Marker cr) |
final void | sameMarker (Node node) |
final Type | getType () |
![]() | |
boolean | isPre () |
String | getLabel () |
Geschützte Attribute | |
final Sequence | sequence |
final Expression | condition |
![]() | |
Marker | marker |
Type | type = Type.getVoid() |
Weitere Geerbte Elemente | |
![]() | |
final String | createText (String id, Object... args) |
![]() | |
static final ResourceBundle | LABEL = ResourceBundle.getBundle("text.label") |
de.lathanda.eos.baseparser.Loop.Loop | ( | Sequence | sequence, |
Expression | condition | ||
) |
Expression de.lathanda.eos.baseparser.Loop.getCondition | ( | ) |
Sequence de.lathanda.eos.baseparser.Loop.getSequence | ( | ) |
Implementiert de.lathanda.eos.baseparser.LoopUnit.
|
protected |
|
protected |