public class ProgramVariable extends Object
Constructor and Description |
---|
ProgramVariable(Program program,
String varName) |
Modifier and Type | Method and Description |
---|---|
Program |
getProgram() |
Object |
getValue() |
String |
getVariableName() |
void |
setValue(Object value) |