Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.osbp.xtext.datainterchange/antlr4gen/src-gen/CodebuffBaseListener.java')
-rw-r--r--org.eclipse.osbp.xtext.datainterchange/antlr4gen/src-gen/CodebuffBaseListener.java38
1 files changed, 37 insertions, 1 deletions
diff --git a/org.eclipse.osbp.xtext.datainterchange/antlr4gen/src-gen/CodebuffBaseListener.java b/org.eclipse.osbp.xtext.datainterchange/antlr4gen/src-gen/CodebuffBaseListener.java
index bde73c2..e1045b6 100644
--- a/org.eclipse.osbp.xtext.datainterchange/antlr4gen/src-gen/CodebuffBaseListener.java
+++ b/org.eclipse.osbp.xtext.datainterchange/antlr4gen/src-gen/CodebuffBaseListener.java
@@ -1,4 +1,4 @@
-// Generated from C:\gitlist\org.eclipse.osbp.xtext.datainterchange\org.eclipse.osbp.xtext.datainterchange\..\org.eclipse.osbp.xtext.datainterchange\src-gen/org/eclipse/osbp/xtext/datainterchange/parser/antlr/internal/Codebuff.g4 by ANTLR 4.5.3
+// Generated from C:\git\org.eclipse.osbp.xtext.datainterchange\org.eclipse.osbp.xtext.datainterchange\..\org.eclipse.osbp.xtext.datainterchange\src-gen/org/eclipse/osbp/xtext/datainterchange/parser/antlr/internal/Codebuff.g4 by ANTLR 4.5.3
package org.antlr.codebuff;
import org.antlr.v4.runtime.ParserRuleContext;
@@ -256,6 +256,18 @@ public class CodebuffBaseListener implements CodebuffListener {
*
* <p>The default implementation does nothing.</p>
*/
+ @Override public void enterRuleDataInterchangeJoinAttr(CodebuffParser.RuleDataInterchangeJoinAttrContext ctx) { }
+ /**
+ * {@inheritDoc}
+ *
+ * <p>The default implementation does nothing.</p>
+ */
+ @Override public void exitRuleDataInterchangeJoinAttr(CodebuffParser.RuleDataInterchangeJoinAttrContext ctx) { }
+ /**
+ * {@inheritDoc}
+ *
+ * <p>The default implementation does nothing.</p>
+ */
@Override public void enterRuleDataInterchangeFilter(CodebuffParser.RuleDataInterchangeFilterContext ctx) { }
/**
* {@inheritDoc}
@@ -436,6 +448,30 @@ public class CodebuffBaseListener implements CodebuffListener {
*
* <p>The default implementation does nothing.</p>
*/
+ @Override public void enterRuleDataInterchangeLookupMapping(CodebuffParser.RuleDataInterchangeLookupMappingContext ctx) { }
+ /**
+ * {@inheritDoc}
+ *
+ * <p>The default implementation does nothing.</p>
+ */
+ @Override public void exitRuleDataInterchangeLookupMapping(CodebuffParser.RuleDataInterchangeLookupMappingContext ctx) { }
+ /**
+ * {@inheritDoc}
+ *
+ * <p>The default implementation does nothing.</p>
+ */
+ @Override public void enterRuleDataInterchangeSkipMapping(CodebuffParser.RuleDataInterchangeSkipMappingContext ctx) { }
+ /**
+ * {@inheritDoc}
+ *
+ * <p>The default implementation does nothing.</p>
+ */
+ @Override public void exitRuleDataInterchangeSkipMapping(CodebuffParser.RuleDataInterchangeSkipMappingContext ctx) { }
+ /**
+ * {@inheritDoc}
+ *
+ * <p>The default implementation does nothing.</p>
+ */
@Override public void enterRuleLFQN(CodebuffParser.RuleLFQNContext ctx) { }
/**
* {@inheritDoc}

Back to the top