public class GanzZahlLiteral extends Object implements ZahlenLiteral
| Constructor and Description |
|---|
GanzZahlLiteral(long wert)
Konstruktor mit Angabe des Werts.
|
| Modifier and Type | Method and Description |
|---|---|
List<de.bsvrz.sys.funclib.bitctrl.interpreter.Ausdruck> |
getNachfolger()
.
|
Long |
getWert()
.
|
Long |
interpret(de.bsvrz.sys.funclib.bitctrl.interpreter.Kontext kontext)
Die Auswertung des Ausdrucks liefert in jedem Fall eine Instanz der
Klasse Long.
|
public GanzZahlLiteral(long wert)
wert - der Wertpublic final Long interpret(de.bsvrz.sys.funclib.bitctrl.interpreter.Kontext kontext)
interpret in interface ZahlenLiteralinterpret in interface de.bsvrz.sys.funclib.bitctrl.interpreter.Ausdruckkontext - der Kontext, in dem der Ausdruck ausgewertet wirdZahlenLiteral.interpret(de.bsvrz.sys.funclib.bitctrl.interpreter.Kontext)public Long getWert()
getWert in interface de.bsvrz.sys.funclib.bitctrl.interpreter.LiteralLiteral.getWert()public List<de.bsvrz.sys.funclib.bitctrl.interpreter.Ausdruck> getNachfolger()
getNachfolger in interface de.bsvrz.sys.funclib.bitctrl.interpreter.AusdruckAusdruck.getNachfolger()Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.