-
-
Method Summary
void
Update the value of this char literal.
char
Methods inherited from interface dev.civl.mc.model.IF.expression.Expression
calculateConstantValue, calculateDerefs, constantValue, containsHere, expressionKind, expressionScope, freeVariables, getExpressionType, hasConstantValue, hasDerefs, isErrorFree, isPurelyLocal, lowestScope, purelyLocalAnalysis, purelyLocalAnalysisOfVariables, replaceWith, replaceWith, setErrorFree, variableAddressedOf, variableAddressedOf
-
Method Details
-
value
char value()
- Returns:
- The char value.
-
setValue
void setValue(char value)
Update the value of this char literal.
- Parameters:
value - The char to be used as the value of the char literal.