public class DSLValueVisitor extends MetricDSLSwitch<java.lang.Double>
| Constructor and Description |
|---|
DSLValueVisitor() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
caseConstant(Constant object)
Returns the result of interpreting the object as an instance of 'Constant'.
|
java.lang.Double |
caseParameter(Parameter object)
Returns the result of interpreting the object as an instance of 'Parameter'.
|
caseBoundAndWeight, caseExternalMetric, caseInternalMetric, caseMetric, caseMetricAndWeight, caseMetricDefinition, caseMetricModel, caseNumber, caseRatioMetric, caseStepwiseMetric, caseWeightedMetric, defaultCasepublic java.lang.Double caseConstant(Constant object)
MetricDSLSwitchcaseConstant in class MetricDSLSwitch<java.lang.Double>object - the target of the switch.doSwitch(EObject)public java.lang.Double caseParameter(Parameter object)
MetricDSLSwitchcaseParameter in class MetricDSLSwitch<java.lang.Double>object - the target of the switch.doSwitch(EObject)