|
@@ -276,15 +276,14 @@ Boolean isSingleton(Object this) : (
|
|
|
|
|
|
String getDebugFeatureValue(Object this) :
|
|
String getDebugFeatureValue(Object this) :
|
|
(
|
|
(
|
|
- (this.genEntry().getFeatureConfiguration(getYacopFeature()) != null) ? (
|
|
|
|
- (this.genEntry().getFeatureConfiguration(getYacopFeature()).getParameterValue(getDebugFeature()) != null) ?
|
|
|
|
- this.genEntry().getFeatureConfiguration(getYacopFeature()).getParameterValue(getDebugFeature()).getStringValue()
|
|
|
|
|
|
+ (this.genEntry().getFeatureConfiguration(getCCodeFeature()) != null) ? (
|
|
|
|
+ (this.genEntry().getFeatureConfiguration(getCCodeFeature()).getParameterValue(getDebugFeature()) != null) ?
|
|
|
|
+ this.genEntry().getFeatureConfiguration(getCCodeFeature()).getParameterValue(getDebugFeature()).getStringValue()
|
|
: "")
|
|
: "")
|
|
: ""
|
|
: ""
|
|
);
|
|
);
|
|
|
|
|
|
Boolean isDebugCout(Object this) : (getDebugFeatureValue() == debugTypeCout());
|
|
Boolean isDebugCout(Object this) : (getDebugFeatureValue() == debugTypeCout());
|
|
-Boolean isDebugCandera(Object this) : (getDebugFeatureValue() == debugTypeCandera());
|
|
|
|
|
|
|
|
String getComment(Step this) :
|
|
String getComment(Step this) :
|
|
if comment!=null then
|
|
if comment!=null then
|