Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'platform_specific/2019-12/org.eclipse.egf.emf.pattern/generated/org/eclipse/egf/emf/pattern/tests/call/TestCase/TestCaseimplementedGenOperationoverride.java')
-rw-r--r--platform_specific/2019-12/org.eclipse.egf.emf.pattern/generated/org/eclipse/egf/emf/pattern/tests/call/TestCase/TestCaseimplementedGenOperationoverride.java264
1 files changed, 264 insertions, 0 deletions
diff --git a/platform_specific/2019-12/org.eclipse.egf.emf.pattern/generated/org/eclipse/egf/emf/pattern/tests/call/TestCase/TestCaseimplementedGenOperationoverride.java b/platform_specific/2019-12/org.eclipse.egf.emf.pattern/generated/org/eclipse/egf/emf/pattern/tests/call/TestCase/TestCaseimplementedGenOperationoverride.java
new file mode 100644
index 000000000..c7d0cf00b
--- /dev/null
+++ b/platform_specific/2019-12/org.eclipse.egf.emf.pattern/generated/org/eclipse/egf/emf/pattern/tests/call/TestCase/TestCaseimplementedGenOperationoverride.java
@@ -0,0 +1,264 @@
+//Generated with EGF 1.6.1.201902111324
+package org.eclipse.egf.emf.pattern.tests.call.TestCase;
+
+import org.eclipse.egf.emf.pattern.base.*;
+import org.eclipse.emf.codegen.ecore.genmodel.util.GenModelUtil;
+import org.eclipse.emf.codegen.ecore.genmodel.*;
+import org.eclipse.emf.codegen.ecore.genmodel.impl.*;
+import org.eclipse.emf.codegen.ecore.genmodel.generator.*;
+import org.eclipse.emf.codegen.util.*;
+import org.eclipse.emf.ecore.util.*;
+import org.eclipse.emf.common.util.*;
+import org.eclipse.egf.common.helper.*;
+import java.util.*;
+import org.eclipse.emf.ecore.*;
+import org.eclipse.egf.model.pattern.*;
+import org.eclipse.egf.pattern.execution.*;
+import org.eclipse.egf.pattern.query.*;
+
+public class TestCaseimplementedGenOperationoverride {
+ protected static String nl;
+
+ public static synchronized TestCaseimplementedGenOperationoverride create(String lineSeparator) {
+ nl = lineSeparator;
+ TestCaseimplementedGenOperationoverride result = new TestCaseimplementedGenOperationoverride();
+ nl = null;
+ return result;
+ }
+
+ public final String NL = nl == null ? (System.getProperties().getProperty("line.separator")) : nl;
+ protected final String TEXT_1 = NL + NL + "\t/**" + NL + "\t * Tests the '{@link ";
+ protected final String TEXT_2 = "#";
+ protected final String TEXT_3 = "(";
+ protected final String TEXT_4 = ") <em>";
+ protected final String TEXT_5 = "</em>}' operation." + NL + "\t * <!-- begin-user-doc -->" + NL
+ + "\t * <!-- end-user-doc -->" + NL + "\t * @see ";
+ protected final String TEXT_6 = ")";
+ protected final String TEXT_7 = NL + "\t * ";
+ protected final String TEXT_8 = NL + "\t * @generated" + NL + "\t */";
+ protected final String TEXT_9 = NL;
+ protected final String TEXT_10 = NL + "\t@Deprecated";
+ protected final String TEXT_11 = NL + "\tpublic void test";
+ protected final String TEXT_12 = "()" + NL + "\t{";
+ protected final String TEXT_13 = NL + "\t}";
+ protected final String TEXT_14 = NL;
+
+ public TestCaseimplementedGenOperationoverride() {
+ //Here is the constructor
+ StringBuffer stringBuffer = new StringBuffer();
+
+ // add initialisation of the pattern variables (declaration has been already done).
+
+ }
+
+ public String generate(Object argument) throws Exception {
+ final StringBuffer stringBuffer = new StringBuffer();
+
+ InternalPatternContext ctx = (InternalPatternContext) argument;
+ Map<String, String> queryCtx = null;
+ IQuery.ParameterDescription paramDesc = null;
+ Node.Container currentNode = ctx.getNode();
+
+ List<Object> genOperationList = null;
+ //this pattern can only be called by another (i.e. it's not an entry point in execution)
+ List<Object> genClassList = null;
+ //this pattern can only be called by another (i.e. it's not an entry point in execution)
+ List<Object> genPackageList = null;
+ //this pattern can only be called by another (i.e. it's not an entry point in execution)
+ List<Object> genModelList = null;
+ //this pattern can only be called by another (i.e. it's not an entry point in execution)
+ List<Object> isJDK50List = null;
+ //this pattern can only be called by another (i.e. it's not an entry point in execution)
+
+ for (Object genOperationParameter : genOperationList) {
+ for (Object genClassParameter : genClassList) {
+ for (Object genPackageParameter : genPackageList) {
+ for (Object genModelParameter : genModelList) {
+ for (Object isJDK50Parameter : isJDK50List) {
+
+ this.genOperation = (org.eclipse.emf.codegen.ecore.genmodel.GenOperation) genOperationParameter;
+ this.genClass = (org.eclipse.emf.codegen.ecore.genmodel.GenClass) genClassParameter;
+ this.genPackage = (org.eclipse.emf.codegen.ecore.genmodel.GenPackage) genPackageParameter;
+ this.genModel = (org.eclipse.emf.codegen.ecore.genmodel.GenModel) genModelParameter;
+ this.isJDK50 = (java.lang.Boolean) isJDK50Parameter;
+
+ if (preCondition(ctx)) {
+ ctx.setNode(new Node.Container(currentNode, getClass()));
+ orchestration(ctx);
+ }
+
+ }
+ }
+ }
+ }
+ }
+ ctx.setNode(currentNode);
+ if (ctx.useReporter()) {
+ ctx.getReporter().executionFinished(OutputManager.computeExecutionOutput(ctx), ctx);
+ }
+
+ stringBuffer.append(TEXT_14);
+ stringBuffer.append(TEXT_14);
+ return stringBuffer.toString();
+ }
+
+ public String orchestration(PatternContext ctx) throws Exception {
+ InternalPatternContext ictx = (InternalPatternContext) ctx;
+
+ method_doGenerate(new StringBuffer(), ictx);
+
+ if (ictx.useReporter()) {
+ Map<String, Object> parameterValues = new HashMap<String, Object>();
+ parameterValues.put("genOperation", this.genOperation);
+ parameterValues.put("genClass", this.genClass);
+ parameterValues.put("genPackage", this.genPackage);
+ parameterValues.put("genModel", this.genModel);
+ parameterValues.put("isJDK50", this.isJDK50);
+ String outputWithCallBack = OutputManager.computeLoopOutput(ictx);
+ String loop = OutputManager.computeLoopOutputWithoutCallback(ictx);
+ ictx.getReporter().loopFinished(loop, outputWithCallBack, ictx, parameterValues);
+ }
+ return null;
+ }
+
+ protected org.eclipse.emf.codegen.ecore.genmodel.GenOperation genOperation = null;
+
+ public void set_genOperation(org.eclipse.emf.codegen.ecore.genmodel.GenOperation object) {
+ this.genOperation = object;
+ }
+
+ protected org.eclipse.emf.codegen.ecore.genmodel.GenClass genClass = null;
+
+ public void set_genClass(org.eclipse.emf.codegen.ecore.genmodel.GenClass object) {
+ this.genClass = object;
+ }
+
+ protected org.eclipse.emf.codegen.ecore.genmodel.GenPackage genPackage = null;
+
+ public void set_genPackage(org.eclipse.emf.codegen.ecore.genmodel.GenPackage object) {
+ this.genPackage = object;
+ }
+
+ protected org.eclipse.emf.codegen.ecore.genmodel.GenModel genModel = null;
+
+ public void set_genModel(org.eclipse.emf.codegen.ecore.genmodel.GenModel object) {
+ this.genModel = object;
+ }
+
+ protected java.lang.Boolean isJDK50 = null;
+
+ public void set_isJDK50(java.lang.Boolean object) {
+ this.isJDK50 = object;
+ }
+
+ public Map<String, Object> getParameters() {
+ final Map<String, Object> parameters = new HashMap<String, Object>();
+ parameters.put("genOperation", this.genOperation);
+ parameters.put("genClass", this.genClass);
+ parameters.put("genPackage", this.genPackage);
+ parameters.put("genModel", this.genModel);
+ parameters.put("isJDK50", this.isJDK50);
+ return parameters;
+ }
+
+ protected void method_doGenerate(final StringBuffer stringBuffer, final PatternContext ctx) throws Exception {
+
+ stringBuffer.append(TEXT_1);
+ stringBuffer.append(genOperation.getGenClass().getRawQualifiedInterfaceName());
+ stringBuffer.append(TEXT_2);
+ stringBuffer.append(genOperation.getName());
+ stringBuffer.append(TEXT_3);
+ stringBuffer.append(genOperation.getParameterTypes(", "));
+ stringBuffer.append(TEXT_4);
+ stringBuffer.append(genOperation.getFormattedName());
+ stringBuffer.append(TEXT_5);
+ stringBuffer.append(genOperation.getGenClass().getRawQualifiedInterfaceName());
+ stringBuffer.append(TEXT_2);
+ stringBuffer.append(genOperation.getName());
+ stringBuffer.append(TEXT_3);
+ stringBuffer.append(genOperation.getParameterTypes(", "));
+ stringBuffer.append(TEXT_6);
+ if (genOperation.hasAPITags()) {
+ stringBuffer.append(TEXT_7);
+ stringBuffer.append(genOperation.getAPITags(genModel.getIndentation(stringBuffer)));
+ }
+ stringBuffer.append(TEXT_8);
+ if (genModel.getComplianceLevel().getValue() >= GenJDKLevel.JDK50) { //TestCase/genOperation.annotations.insert.javajetinc
+ stringBuffer.append(TEXT_9);
+ {
+ //<%@ egf:patternCall patternId="platform:/plugin/org.eclipse.egf.emf.pattern/egf/EMF_Pattern.fcore#LogicalName=org.eclipse.egf.emf.pattern.tests.call.TestCase.TestCase.genOperation.annotations.insert" args="genOperation:genOperation,genClass:genClass,genPackage:genPackage,genModel:genModel,isJDK50:isJDK50"%>
+
+ InternalPatternContext ictx = (InternalPatternContext) ctx;
+ new Node.DataLeaf(ictx.getNode(), getClass(), null, stringBuffer.toString());
+ stringBuffer.setLength(0);
+
+ final Map<String, Object> callParameters = new HashMap<String, Object>();
+ callParameters.put("genOperation", genOperation);
+ callParameters.put("genClass", genClass);
+ callParameters.put("genPackage", genPackage);
+ callParameters.put("genModel", genModel);
+ callParameters.put("isJDK50", isJDK50);
+ CallHelper.executeWithParameterInjection(
+ "platform:/plugin/org.eclipse.egf.emf.pattern/egf/EMF_Pattern.fcore#_1C7qUGJ-Ed-FqczH3ESmRw",
+ new ExecutionContext((InternalPatternContext) ctx), callParameters);
+ stringBuffer.setLength(0);
+ }
+
+ }
+ if (isJDK50 && genOperation.hasAPIDeprecatedTag()) {
+ stringBuffer.append(TEXT_10);
+ }
+ stringBuffer.append(TEXT_11);
+ stringBuffer.append(genClass.getUniqueName(genOperation));
+ stringBuffer.append(TEXT_12);
+ stringBuffer.append(TEXT_9);
+ {
+ //<%@ egf:patternCall patternId="platform:/plugin/org.eclipse.egf.emf.pattern/egf/EMF_Pattern.fcore#LogicalName=org.eclipse.egf.emf.pattern.tests.call.TestCase.TestCase.implementedGenOperation.TODO.override" args="genOperation:genOperation,genClass:genClass,genPackage:genPackage,genModel:genModel,isJDK50:isJDK50"%>
+
+ InternalPatternContext ictx = (InternalPatternContext) ctx;
+ new Node.DataLeaf(ictx.getNode(), getClass(), null, stringBuffer.toString());
+ stringBuffer.setLength(0);
+
+ final Map<String, Object> callParameters = new HashMap<String, Object>();
+ callParameters.put("genOperation", genOperation);
+ callParameters.put("genClass", genClass);
+ callParameters.put("genPackage", genPackage);
+ callParameters.put("genModel", genModel);
+ callParameters.put("isJDK50", isJDK50);
+ CallHelper.executeWithParameterInjection(
+ "platform:/plugin/org.eclipse.egf.emf.pattern/egf/EMF_Pattern.fcore#_1DFbUGJ-Ed-FqczH3ESmRw",
+ new ExecutionContext((InternalPatternContext) ctx), callParameters);
+ stringBuffer.setLength(0);
+ }
+
+ //TestCase/implementedGenOperation.todo.override.javajetinc
+ stringBuffer.append(TEXT_13);
+ stringBuffer.append(TEXT_9);
+ {
+ //<%@ egf:patternCall patternId="platform:/plugin/org.eclipse.egf.emf.pattern/egf/EMF_Pattern.fcore#LogicalName=org.eclipse.egf.emf.pattern.tests.call.TestCase.TestCase.implementedGenOperation.insert" args="genOperation:genOperation,genClass:genClass,genPackage:genPackage,genModel:genModel,isJDK50:isJDK50"%>
+
+ InternalPatternContext ictx = (InternalPatternContext) ctx;
+ new Node.DataLeaf(ictx.getNode(), getClass(), null, stringBuffer.toString());
+ stringBuffer.setLength(0);
+
+ final Map<String, Object> callParameters = new HashMap<String, Object>();
+ callParameters.put("genOperation", genOperation);
+ callParameters.put("genClass", genClass);
+ callParameters.put("genPackage", genPackage);
+ callParameters.put("genModel", genModel);
+ callParameters.put("isJDK50", isJDK50);
+ CallHelper.executeWithParameterInjection(
+ "platform:/plugin/org.eclipse.egf.emf.pattern/egf/EMF_Pattern.fcore#_1DOlQGJ-Ed-FqczH3ESmRw",
+ new ExecutionContext((InternalPatternContext) ctx), callParameters);
+ stringBuffer.setLength(0);
+ }
+
+ stringBuffer.append(TEXT_9);
+ InternalPatternContext ictx = (InternalPatternContext) ctx;
+ new Node.DataLeaf(ictx.getNode(), getClass(), "doGenerate", stringBuffer.toString());
+ }
+
+ public boolean preCondition(PatternContext ctx) throws Exception {
+ return true;
+ }
+} \ No newline at end of file

Back to the top