public class ListenInitialisiererSymbol extends Object implements de.bsvrz.sys.funclib.bitctrl.interpreter.Ausdruck
Modifier and Type | Field and Description |
---|---|
private Collection<de.bsvrz.sys.funclib.bitctrl.interpreter.Ausdruck> |
elemente
die Liste der Ausdrücke, die die initialien Elemente der zu erstellenden
Liste beschreiben.
|
Constructor and Description |
---|
ListenInitialisiererSymbol(Collection<de.bsvrz.sys.funclib.bitctrl.interpreter.Ausdruck> elemente)
Konstruktor.
|
Modifier and Type | Method and Description |
---|---|
List<de.bsvrz.sys.funclib.bitctrl.interpreter.Ausdruck> |
getNachfolger()
.
|
Object |
interpret(de.bsvrz.sys.funclib.bitctrl.interpreter.Kontext kontext)
.
|
private final Collection<de.bsvrz.sys.funclib.bitctrl.interpreter.Ausdruck> elemente
public ListenInitialisiererSymbol(Collection<de.bsvrz.sys.funclib.bitctrl.interpreter.Ausdruck> elemente)
elemente
- ein Ausdruck, der die Elemente zur Initialisierung einer Liste
beschreibtpublic final Object interpret(de.bsvrz.sys.funclib.bitctrl.interpreter.Kontext kontext)
interpret
in interface de.bsvrz.sys.funclib.bitctrl.interpreter.Ausdruck
Ausdruck.interpret(de.bsvrz.sys.funclib.bitctrl.interpreter.Kontext)
public List<de.bsvrz.sys.funclib.bitctrl.interpreter.Ausdruck> getNachfolger()
getNachfolger
in interface de.bsvrz.sys.funclib.bitctrl.interpreter.Ausdruck
Ausdruck.getNachfolger()
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.