
Public Member Functions | |
| String | toString () |
| Convert to string. | |
| boolean | isUnknown () |
| Check if there was an error in the evaluation. | |
| String | errorDesc () |
| Get a string describing this CValue for use in ConstantEvaluationExceptions. | |
This class is used to represent non-constant values and values resulting from expressions with type errors. class :0
| String org.jmodelica.modelica.compiler.CValueUnknown.errorDesc | ( | ) |
Get a string describing this CValue for use in ConstantEvaluationExceptions.
Reimplemented from org.jmodelica.modelica.compiler.CValue.
| boolean org.jmodelica.modelica.compiler.CValueUnknown.isUnknown | ( | ) |
Check if there was an error in the evaluation.
Reimplemented from org.jmodelica.modelica.compiler.CValue.
| String org.jmodelica.modelica.compiler.CValueUnknown.toString | ( | ) |
1.5.8