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