Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.osbp.xtext.table/src-gen/org/eclipse/osbp/xtext/table/services/TableDSLGrammarAccess.java')
-rw-r--r--org.eclipse.osbp.xtext.table/src-gen/org/eclipse/osbp/xtext/table/services/TableDSLGrammarAccess.java23
1 files changed, 7 insertions, 16 deletions
diff --git a/org.eclipse.osbp.xtext.table/src-gen/org/eclipse/osbp/xtext/table/services/TableDSLGrammarAccess.java b/org.eclipse.osbp.xtext.table/src-gen/org/eclipse/osbp/xtext/table/services/TableDSLGrammarAccess.java
index 8fa384c..e1cee54 100644
--- a/org.eclipse.osbp.xtext.table/src-gen/org/eclipse/osbp/xtext/table/services/TableDSLGrammarAccess.java
+++ b/org.eclipse.osbp.xtext.table/src-gen/org/eclipse/osbp/xtext/table/services/TableDSLGrammarAccess.java
@@ -2132,19 +2132,16 @@ public class TableDSLGrammarAccess extends AbstractGrammarElementFinder {
private final RuleCall cPropertyDateStyleParserRuleCall_5 = (RuleCall)cAlternatives.eContents().get(5);
private final RuleCall cPropertyNumberStyleParserRuleCall_6 = (RuleCall)cAlternatives.eContents().get(6);
private final RuleCall cPropertyImageStyleParserRuleCall_7 = (RuleCall)cAlternatives.eContents().get(7);
- private final RuleCall cPropertyQuantityStyleParserRuleCall_8 = (RuleCall)cAlternatives.eContents().get(8);
- private final RuleCall cPropertyPriceStyleParserRuleCall_9 = (RuleCall)cAlternatives.eContents().get(9);
- private final RuleCall cGridPropIndicatorStyleParserRuleCall_10 = (RuleCall)cAlternatives.eContents().get(10);
+ private final RuleCall cGridPropIndicatorStyleParserRuleCall_8 = (RuleCall)cAlternatives.eContents().get(8);
//PropertyStyle style::CxGridPropStyle:
// PropertyButtonStyle | PropertyHtmlStyle | PropertyProgressbarStyle | PropertyTextStyle | PropertyBooleanStyle |
- // PropertyDateStyle | PropertyNumberStyle | PropertyImageStyle | PropertyQuantityStyle | PropertyPriceStyle |
- // GridPropIndicatorStyle;
+ // PropertyDateStyle | PropertyNumberStyle | PropertyImageStyle | GridPropIndicatorStyle /*|
+ // PropertyPriceStyle | PropertyQuantityStyle */;
@Override public ParserRule getRule() { return rule; }
//PropertyButtonStyle | PropertyHtmlStyle | PropertyProgressbarStyle | PropertyTextStyle | PropertyBooleanStyle |
- //PropertyDateStyle | PropertyNumberStyle | PropertyImageStyle | PropertyQuantityStyle | PropertyPriceStyle |
- //GridPropIndicatorStyle
+ //PropertyDateStyle | PropertyNumberStyle | PropertyImageStyle | GridPropIndicatorStyle
public Alternatives getAlternatives() { return cAlternatives; }
//PropertyButtonStyle
@@ -2171,14 +2168,8 @@ public class TableDSLGrammarAccess extends AbstractGrammarElementFinder {
//PropertyImageStyle
public RuleCall getPropertyImageStyleParserRuleCall_7() { return cPropertyImageStyleParserRuleCall_7; }
- //PropertyQuantityStyle
- public RuleCall getPropertyQuantityStyleParserRuleCall_8() { return cPropertyQuantityStyleParserRuleCall_8; }
-
- //PropertyPriceStyle
- public RuleCall getPropertyPriceStyleParserRuleCall_9() { return cPropertyPriceStyleParserRuleCall_9; }
-
//GridPropIndicatorStyle
- public RuleCall getGridPropIndicatorStyleParserRuleCall_10() { return cGridPropIndicatorStyleParserRuleCall_10; }
+ public RuleCall getGridPropIndicatorStyleParserRuleCall_8() { return cGridPropIndicatorStyleParserRuleCall_8; }
}
public class PropertyButtonStyleElements extends AbstractParserRuleElementFinder {
private final ParserRule rule = (ParserRule) GrammarUtil.findRuleForName(getGrammar(), "org.eclipse.osbp.xtext.table.TableDSL.PropertyButtonStyle");
@@ -3758,8 +3749,8 @@ public class TableDSLGrammarAccess extends AbstractGrammarElementFinder {
//PropertyStyle style::CxGridPropStyle:
// PropertyButtonStyle | PropertyHtmlStyle | PropertyProgressbarStyle | PropertyTextStyle | PropertyBooleanStyle |
- // PropertyDateStyle | PropertyNumberStyle | PropertyImageStyle | PropertyQuantityStyle | PropertyPriceStyle |
- // GridPropIndicatorStyle;
+ // PropertyDateStyle | PropertyNumberStyle | PropertyImageStyle | GridPropIndicatorStyle /*|
+ // PropertyPriceStyle | PropertyQuantityStyle */;
public PropertyStyleElements getPropertyStyleAccess() {
return pPropertyStyle;
}

Back to the top