Class SmodelDumper
java.lang.Object
org.eclipse.emf.ecore.util.Switch<T>
org.palladiosimulator.simexp.dsl.smodel.smodel.util.SmodelSwitch<String>
org.palladiosimulator.simexp.dsl.smodel.interpreter.impl.SmodelDumper
-
Field Summary
Fields inherited from class org.palladiosimulator.simexp.dsl.smodel.smodel.util.SmodelSwitch
modelPackage
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncaseExpression
(Expression expression) Returns the result of interpreting the object as an instance of 'Expression'.formatValue
(Object value) Methods inherited from class org.palladiosimulator.simexp.dsl.smodel.smodel.util.SmodelSwitch
caseAction, caseActionArguments, caseActionCall, caseBoolLiteral, caseBounds, caseConstant, caseDoubleLiteral, caseEnvVariable, caseExternalField, caseField, caseGlobalStatement, caseIfStatement, caseInternalField, caseIntLiteral, caseLiteral, caseOptimizable, caseParameter, caseParameterValue, caseProbe, caseRangeBounds, caseSetBounds, caseSmodel, caseStatement, caseStringLiteral, caseUnaryExpr, caseVariable, caseVariableAssignment, defaultCase, doSwitch, isSwitchFor
-
Constructor Details
-
SmodelDumper
-
-
Method Details
-
caseExpression
Description copied from class:SmodelSwitch
Returns the result of interpreting the object as an instance of 'Expression'. This implementation returns null; returning a non-null result will terminate the switch.- Overrides:
caseExpression
in classSmodelSwitch<String>
- Parameters:
expression
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Expression'.
- See Also:
-
formatValue
-