public class FehlerHandler extends AbstractUdaHandler
| Modifier and Type | Field and Description |
|---|---|
private static de.bsvrz.sys.funclib.debug.Debug |
LOGGER |
| Constructor and Description |
|---|
FehlerHandler() |
| Modifier and Type | Method and Description |
|---|---|
de.bsvrz.sys.funclib.bitctrl.interpreter.Operator[] |
getHandledOperators()
.
|
private boolean |
isKonstruktor(de.bsvrz.sys.funclib.bitctrl.interpreter.Operator operator)
ermittelt, ob der übergebene Operator ein Konstruktor ist.
|
Object |
perform(de.bsvrz.sys.funclib.bitctrl.interpreter.Operator operator,
List<Object> operanden)
.
|
de.bsvrz.sys.funclib.bitctrl.interpreter.HandlerValidation |
validiereHandler(de.bsvrz.sys.funclib.bitctrl.interpreter.Operator operator,
List<? extends Object> operanden)
.
|
erzeugeHandlerFehler, isAusfuehrbar, isValidOperandpublic de.bsvrz.sys.funclib.bitctrl.interpreter.Operator[] getHandledOperators()
Handler.getHandledOperators()public de.bsvrz.sys.funclib.bitctrl.interpreter.HandlerValidation validiereHandler(de.bsvrz.sys.funclib.bitctrl.interpreter.Operator operator,
List<? extends Object> operanden)
Handler.validiereHandler(de.bsvrz.sys.funclib.bitctrl.interpreter.Operator,
java.util.List)private boolean isKonstruktor(de.bsvrz.sys.funclib.bitctrl.interpreter.Operator operator)
operator - der Operator, der geprüft werden sollCopyright © 2017 BitCtrl Systems GmbH. All rights reserved.