public class FeldInitialisiererSymbol
extends java.lang.Object
implements de.bsvrz.sys.funclib.bitctrl.interpreter.Ausdruck
Constructor and Description |
---|
FeldInitialisiererSymbol(java.util.Collection<de.bsvrz.sys.funclib.bitctrl.interpreter.Ausdruck> elemente)
Konstruktor.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<de.bsvrz.sys.funclib.bitctrl.interpreter.Ausdruck> |
getNachfolger()
.
|
java.lang.Object |
interpret(de.bsvrz.sys.funclib.bitctrl.interpreter.Kontext kontext)
.
|
public FeldInitialisiererSymbol(java.util.Collection<de.bsvrz.sys.funclib.bitctrl.interpreter.Ausdruck> elemente)
elemente
- ein Ausdruck zur Beschreibung der Elemente, mit denen ein Feld
initialisiert wirdpublic final java.lang.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 java.util.List<de.bsvrz.sys.funclib.bitctrl.interpreter.Ausdruck> getNachfolger()
getNachfolger
in interface de.bsvrz.sys.funclib.bitctrl.interpreter.Ausdruck
Ausdruck.getNachfolger()