Package jmri.jmrit.logixng.util.parser
Class GenericExpressionVariable
java.lang.Object
jmri.jmrit.logixng.util.parser.GenericExpressionVariable
- All Implemented Interfaces:
Variable
A variable that evaluates a generic expression
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()getValue(SymbolTable symbolTable) voidsetValue(SymbolTable symbolTable, Object value)
-
Constructor Details
-
GenericExpressionVariable
-
-
Method Details
-
getName
-
getValue
- Specified by:
getValuein interfaceVariable- Throws:
JmriException
-
setValue
- Specified by:
setValuein interfaceVariable- Throws:
JmriException
-