Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDslLexer.java')
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDslLexer.java5744
1 files changed, 3300 insertions, 2444 deletions
diff --git a/plugins/org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDslLexer.java b/plugins/org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDslLexer.java
index 573ed8b8b32..7e975310db1 100644
--- a/plugins/org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDslLexer.java
+++ b/plugins/org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDslLexer.java
@@ -2,2514 +2,3370 @@ package org.eclipse.osee.framework.core.dsl.parser.antlr.internal;
// Hack: Use our own Lexer superclass by means of import.
// Currently there is no other way to specify the superclass for the lexer.
-import org.antlr.runtime.BaseRecognizer;
-import org.antlr.runtime.CharStream;
-import org.antlr.runtime.DFA;
-import org.antlr.runtime.EarlyExitException;
-import org.antlr.runtime.MismatchedSetException;
-import org.antlr.runtime.NoViableAltException;
-import org.antlr.runtime.RecognitionException;
import org.eclipse.xtext.parser.antlr.Lexer;
+
+import org.antlr.runtime.*;
+import java.util.Stack;
+import java.util.List;
+import java.util.ArrayList;
+
@SuppressWarnings("all")
public class InternalOseeDslLexer extends Lexer {
- public static final int T75 = 75;
- public static final int T76 = 76;
- public static final int T73 = 73;
- public static final int RULE_ID = 5;
- public static final int T74 = 74;
- public static final int T77 = 77;
- public static final int T78 = 78;
- public static final int RULE_ANY_OTHER = 11;
- public static final int T29 = 29;
- public static final int T28 = 28;
- public static final int T27 = 27;
- public static final int T26 = 26;
- public static final int T25 = 25;
- public static final int EOF = -1;
- public static final int T24 = 24;
- public static final int T23 = 23;
- public static final int T22 = 22;
- public static final int T72 = 72;
- public static final int T21 = 21;
- public static final int T71 = 71;
- public static final int T20 = 20;
- public static final int T70 = 70;
- public static final int T62 = 62;
- public static final int T63 = 63;
- public static final int T64 = 64;
- public static final int T65 = 65;
- public static final int T66 = 66;
- public static final int T67 = 67;
- public static final int T68 = 68;
- public static final int T69 = 69;
- public static final int RULE_INT = 7;
- public static final int T38 = 38;
- public static final int T37 = 37;
- public static final int T39 = 39;
- public static final int T34 = 34;
- public static final int T33 = 33;
- public static final int T36 = 36;
- public static final int T35 = 35;
- public static final int T30 = 30;
- public static final int T61 = 61;
- public static final int T32 = 32;
- public static final int T60 = 60;
- public static final int T31 = 31;
- public static final int RULE_WHOLE_NUM_STR = 6;
- public static final int T49 = 49;
- public static final int T48 = 48;
- public static final int T43 = 43;
- public static final int Tokens = 79;
- public static final int RULE_SL_COMMENT = 9;
- public static final int T42 = 42;
- public static final int T41 = 41;
- public static final int T40 = 40;
- public static final int T47 = 47;
- public static final int T46 = 46;
- public static final int T45 = 45;
- public static final int RULE_ML_COMMENT = 8;
- public static final int T44 = 44;
- public static final int RULE_STRING = 4;
- public static final int T50 = 50;
- public static final int T59 = 59;
- public static final int T12 = 12;
- public static final int T13 = 13;
- public static final int T14 = 14;
- public static final int T52 = 52;
- public static final int T15 = 15;
- public static final int RULE_WS = 10;
- public static final int T51 = 51;
- public static final int T16 = 16;
- public static final int T54 = 54;
- public static final int T17 = 17;
- public static final int T53 = 53;
- public static final int T18 = 18;
- public static final int T56 = 56;
- public static final int T19 = 19;
- public static final int T55 = 55;
- public static final int T58 = 58;
- public static final int T57 = 57;
-
- public InternalOseeDslLexer() {
- ;
- }
-
- public InternalOseeDslLexer(CharStream input) {
- super(input);
- }
-
- public String getGrammarFileName() {
- return "../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g";
- }
-
- // $ANTLR start T12
- public final void mT12() throws RecognitionException {
- try {
- int _type = T12;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:10:5: ( 'import' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:10:7: 'import'
- {
- match("import");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T12
-
- // $ANTLR start T13
- public final void mT13() throws RecognitionException {
- try {
- int _type = T13;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:11:5: ( '.' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:11:7: '.'
- {
- match('.');
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T13
-
- // $ANTLR start T14
- public final void mT14() throws RecognitionException {
- try {
- int _type = T14;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:12:5: ( 'abstract' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:12:7: 'abstract'
- {
- match("abstract");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T14
-
- // $ANTLR start T15
- public final void mT15() throws RecognitionException {
- try {
- int _type = T15;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:13:5: ( 'artifactType' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:13:7: 'artifactType'
- {
- match("artifactType");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T15
-
- // $ANTLR start T16
- public final void mT16() throws RecognitionException {
- try {
- int _type = T16;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:14:5: ( 'extends' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:14:7: 'extends'
- {
- match("extends");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T16
-
- // $ANTLR start T17
- public final void mT17() throws RecognitionException {
- try {
- int _type = T17;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:15:5: ( ',' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:15:7: ','
- {
- match(',');
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T17
-
- // $ANTLR start T18
- public final void mT18() throws RecognitionException {
- try {
- int _type = T18;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:16:5: ( '{' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:16:7: '{'
- {
- match('{');
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T18
-
- // $ANTLR start T19
- public final void mT19() throws RecognitionException {
- try {
- int _type = T19;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:17:5: ( 'guid' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:17:7: 'guid'
- {
- match("guid");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T19
-
- // $ANTLR start T20
- public final void mT20() throws RecognitionException {
- try {
- int _type = T20;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:18:5: ( '}' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:18:7: '}'
- {
- match('}');
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T20
-
- // $ANTLR start T21
- public final void mT21() throws RecognitionException {
- try {
- int _type = T21;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:19:5: ( 'attribute' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:19:7: 'attribute'
- {
- match("attribute");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T21
-
- // $ANTLR start T22
- public final void mT22() throws RecognitionException {
- try {
- int _type = T22;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:20:5: ( 'branchGuid' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:20:7: 'branchGuid'
- {
- match("branchGuid");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T22
-
- // $ANTLR start T23
- public final void mT23() throws RecognitionException {
- try {
- int _type = T23;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:21:5: ( 'attributeType' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:21:7: 'attributeType'
- {
- match("attributeType");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T23
-
- // $ANTLR start T24
- public final void mT24() throws RecognitionException {
- try {
- int _type = T24;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:22:5: ( 'overrides' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:22:7: 'overrides'
- {
- match("overrides");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T24
-
- // $ANTLR start T25
- public final void mT25() throws RecognitionException {
- try {
- int _type = T25;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:23:5: ( 'dataProvider' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:23:7: 'dataProvider'
- {
- match("dataProvider");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T25
-
- // $ANTLR start T26
- public final void mT26() throws RecognitionException {
- try {
- int _type = T26;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:24:5: ( 'DefaultAttributeDataProvider' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:24:7: 'DefaultAttributeDataProvider'
- {
- match("DefaultAttributeDataProvider");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T26
-
- // $ANTLR start T27
- public final void mT27() throws RecognitionException {
- try {
- int _type = T27;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:25:5: ( 'UriAttributeDataProvider' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:25:7: 'UriAttributeDataProvider'
- {
- match("UriAttributeDataProvider");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T27
-
- // $ANTLR start T28
- public final void mT28() throws RecognitionException {
- try {
- int _type = T28;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:26:5: ( 'min' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:26:7: 'min'
- {
- match("min");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T28
-
- // $ANTLR start T29
- public final void mT29() throws RecognitionException {
- try {
- int _type = T29;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:27:5: ( 'max' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:27:7: 'max'
- {
- match("max");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T29
-
- // $ANTLR start T30
- public final void mT30() throws RecognitionException {
- try {
- int _type = T30;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:28:5: ( 'unlimited' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:28:7: 'unlimited'
- {
- match("unlimited");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T30
-
- // $ANTLR start T31
- public final void mT31() throws RecognitionException {
- try {
- int _type = T31;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:29:5: ( 'taggerId' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:29:7: 'taggerId'
- {
- match("taggerId");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T31
-
- // $ANTLR start T32
- public final void mT32() throws RecognitionException {
- try {
- int _type = T32;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:30:5: ( 'DefaultAttributeTaggerProvider' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:30:7: 'DefaultAttributeTaggerProvider'
- {
- match("DefaultAttributeTaggerProvider");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T32
-
- // $ANTLR start T33
- public final void mT33() throws RecognitionException {
- try {
- int _type = T33;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:31:5: ( 'enumType' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:31:7: 'enumType'
- {
- match("enumType");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T33
-
- // $ANTLR start T34
- public final void mT34() throws RecognitionException {
- try {
- int _type = T34;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:32:5: ( 'description' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:32:7: 'description'
- {
- match("description");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T34
-
- // $ANTLR start T35
- public final void mT35() throws RecognitionException {
- try {
- int _type = T35;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:33:5: ( 'defaultValue' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:33:7: 'defaultValue'
- {
- match("defaultValue");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T35
-
- // $ANTLR start T36
- public final void mT36() throws RecognitionException {
- try {
- int _type = T36;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:34:5: ( 'fileExtension' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:34:7: 'fileExtension'
- {
- match("fileExtension");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T36
-
- // $ANTLR start T37
- public final void mT37() throws RecognitionException {
- try {
- int _type = T37;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:35:5: ( 'BooleanAttribute' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:35:7: 'BooleanAttribute'
- {
- match("BooleanAttribute");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T37
-
- // $ANTLR start T38
- public final void mT38() throws RecognitionException {
- try {
- int _type = T38;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:36:5: ( 'CompressedContentAttribute' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:36:7: 'CompressedContentAttribute'
- {
- match("CompressedContentAttribute");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T38
-
- // $ANTLR start T39
- public final void mT39() throws RecognitionException {
- try {
- int _type = T39;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:37:5: ( 'DateAttribute' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:37:7: 'DateAttribute'
- {
- match("DateAttribute");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T39
-
- // $ANTLR start T40
- public final void mT40() throws RecognitionException {
- try {
- int _type = T40;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:38:5: ( 'EnumeratedAttribute' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:38:7: 'EnumeratedAttribute'
- {
- match("EnumeratedAttribute");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T40
-
- // $ANTLR start T41
- public final void mT41() throws RecognitionException {
- try {
- int _type = T41;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:39:5: ( 'FloatingPointAttribute' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:39:7: 'FloatingPointAttribute'
- {
- match("FloatingPointAttribute");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T41
-
- // $ANTLR start T42
- public final void mT42() throws RecognitionException {
- try {
- int _type = T42;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:40:5: ( 'IntegerAttribute' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:40:7: 'IntegerAttribute'
- {
- match("IntegerAttribute");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T42
-
- // $ANTLR start T43
- public final void mT43() throws RecognitionException {
- try {
- int _type = T43;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:41:5: ( 'JavaObjectAttribute' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:41:7: 'JavaObjectAttribute'
- {
- match("JavaObjectAttribute");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T43
-
- // $ANTLR start T44
- public final void mT44() throws RecognitionException {
- try {
- int _type = T44;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:42:5: ( 'StringAttribute' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:42:7: 'StringAttribute'
- {
- match("StringAttribute");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T44
-
- // $ANTLR start T45
- public final void mT45() throws RecognitionException {
- try {
- int _type = T45;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:43:5: ( 'WordAttribute' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:43:7: 'WordAttribute'
- {
- match("WordAttribute");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T45
-
- // $ANTLR start T46
- public final void mT46() throws RecognitionException {
- try {
- int _type = T46;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:44:5: ( 'oseeEnumType' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:44:7: 'oseeEnumType'
- {
- match("oseeEnumType");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T46
-
- // $ANTLR start T47
- public final void mT47() throws RecognitionException {
- try {
- int _type = T47;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:45:5: ( 'entry' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:45:7: 'entry'
- {
- match("entry");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T47
-
- // $ANTLR start T48
- public final void mT48() throws RecognitionException {
- try {
- int _type = T48;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:46:5: ( 'entryGuid' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:46:7: 'entryGuid'
- {
- match("entryGuid");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T48
-
- // $ANTLR start T49
- public final void mT49() throws RecognitionException {
- try {
- int _type = T49;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:47:5: ( 'overrides enum' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:47:7: 'overrides enum'
- {
- match("overrides enum");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T49
-
- // $ANTLR start T50
- public final void mT50() throws RecognitionException {
- try {
- int _type = T50;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:48:5: ( 'inheritAll' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:48:7: 'inheritAll'
- {
- match("inheritAll");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T50
-
- // $ANTLR start T51
- public final void mT51() throws RecognitionException {
- try {
- int _type = T51;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:49:5: ( 'add' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:49:7: 'add'
- {
- match("add");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T51
-
- // $ANTLR start T52
- public final void mT52() throws RecognitionException {
- try {
- int _type = T52;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:50:5: ( 'remove' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:50:7: 'remove'
- {
- match("remove");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T52
-
- // $ANTLR start T53
- public final void mT53() throws RecognitionException {
- try {
- int _type = T53;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:51:5: ( 'relationType' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:51:7: 'relationType'
- {
- match("relationType");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T53
-
- // $ANTLR start T54
- public final void mT54() throws RecognitionException {
- try {
- int _type = T54;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:52:5: ( 'sideAName' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:52:7: 'sideAName'
- {
- match("sideAName");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T54
-
- // $ANTLR start T55
- public final void mT55() throws RecognitionException {
- try {
- int _type = T55;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:53:5: ( 'sideAArtifactType' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:53:7: 'sideAArtifactType'
- {
- match("sideAArtifactType");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T55
-
- // $ANTLR start T56
- public final void mT56() throws RecognitionException {
- try {
- int _type = T56;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:54:5: ( 'sideBName' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:54:7: 'sideBName'
- {
- match("sideBName");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T56
-
- // $ANTLR start T57
- public final void mT57() throws RecognitionException {
- try {
- int _type = T57;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:55:5: ( 'sideBArtifactType' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:55:7: 'sideBArtifactType'
- {
- match("sideBArtifactType");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T57
-
- // $ANTLR start T58
- public final void mT58() throws RecognitionException {
- try {
- int _type = T58;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:56:5: ( 'defaultOrderType' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:56:7: 'defaultOrderType'
- {
- match("defaultOrderType");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T58
-
- // $ANTLR start T59
- public final void mT59() throws RecognitionException {
- try {
- int _type = T59;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:57:5: ( 'multiplicity' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:57:7: 'multiplicity'
- {
- match("multiplicity");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T59
-
- // $ANTLR start T60
- public final void mT60() throws RecognitionException {
- try {
- int _type = T60;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:58:5: ( 'Lexicographical_Ascending' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:58:7: 'Lexicographical_Ascending'
- {
- match("Lexicographical_Ascending");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T60
-
- // $ANTLR start T61
- public final void mT61() throws RecognitionException {
- try {
- int _type = T61;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:59:5: ( 'Lexicographical_Descending' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:59:7: 'Lexicographical_Descending'
- {
- match("Lexicographical_Descending");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T61
-
- // $ANTLR start T62
- public final void mT62() throws RecognitionException {
- try {
- int _type = T62;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:60:5: ( 'Unordered' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:60:7: 'Unordered'
- {
- match("Unordered");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T62
-
- // $ANTLR start T63
- public final void mT63() throws RecognitionException {
- try {
- int _type = T63;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:61:5: ( 'artifact' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:61:7: 'artifact'
- {
- match("artifact");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T63
-
- // $ANTLR start T64
- public final void mT64() throws RecognitionException {
- try {
- int _type = T64;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:62:5: ( 'artGuid' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:62:7: 'artGuid'
- {
- match("artGuid");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T64
-
- // $ANTLR start T65
- public final void mT65() throws RecognitionException {
- try {
- int _type = T65;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:63:5: ( ';' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:63:7: ';'
- {
- match(';');
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T65
-
- // $ANTLR start T66
- public final void mT66() throws RecognitionException {
- try {
- int _type = T66;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:64:5: ( 'branch' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:64:7: 'branch'
- {
- match("branch");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T66
-
- // $ANTLR start T67
- public final void mT67() throws RecognitionException {
- try {
- int _type = T67;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:65:5: ( 'accessContext' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:65:7: 'accessContext'
- {
- match("accessContext");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T67
-
- // $ANTLR start T68
- public final void mT68() throws RecognitionException {
- try {
- int _type = T68;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:66:5: ( 'childrenOf' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:66:7: 'childrenOf'
- {
- match("childrenOf");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T68
-
- // $ANTLR start T69
- public final void mT69() throws RecognitionException {
- try {
- int _type = T69;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:67:5: ( 'edit' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:67:7: 'edit'
- {
- match("edit");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T69
-
- // $ANTLR start T70
- public final void mT70() throws RecognitionException {
- try {
- int _type = T70;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:68:5: ( 'of' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:68:7: 'of'
- {
- match("of");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T70
-
- // $ANTLR start T71
- public final void mT71() throws RecognitionException {
- try {
- int _type = T71;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:69:5: ( 'ONE_TO_ONE' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:69:7: 'ONE_TO_ONE'
- {
- match("ONE_TO_ONE");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T71
-
- // $ANTLR start T72
- public final void mT72() throws RecognitionException {
- try {
- int _type = T72;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:70:5: ( 'ONE_TO_MANY' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:70:7: 'ONE_TO_MANY'
- {
- match("ONE_TO_MANY");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T72
-
- // $ANTLR start T73
- public final void mT73() throws RecognitionException {
- try {
- int _type = T73;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:71:5: ( 'MANY_TO_ONE' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:71:7: 'MANY_TO_ONE'
- {
- match("MANY_TO_ONE");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T73
-
- // $ANTLR start T74
- public final void mT74() throws RecognitionException {
- try {
- int _type = T74;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:72:5: ( 'MANY_TO_MANY' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:72:7: 'MANY_TO_MANY'
- {
- match("MANY_TO_MANY");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T74
-
- // $ANTLR start T75
- public final void mT75() throws RecognitionException {
- try {
- int _type = T75;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:73:5: ( 'ALLOW' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:73:7: 'ALLOW'
- {
- match("ALLOW");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T75
-
- // $ANTLR start T76
- public final void mT76() throws RecognitionException {
- try {
- int _type = T76;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:74:5: ( 'DENY' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:74:7: 'DENY'
- {
- match("DENY");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T76
-
- // $ANTLR start T77
- public final void mT77() throws RecognitionException {
- try {
- int _type = T77;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:75:5: ( 'SIDE_A' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:75:7: 'SIDE_A'
- {
- match("SIDE_A");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T77
-
- // $ANTLR start T78
- public final void mT78() throws RecognitionException {
- try {
- int _type = T78;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:76:5: ( 'SIDE_B' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:76:7: 'SIDE_B'
- {
- match("SIDE_B");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end T78
-
- // $ANTLR start RULE_WHOLE_NUM_STR
- public final void mRULE_WHOLE_NUM_STR() throws RecognitionException {
- try {
- int _type = RULE_WHOLE_NUM_STR;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3206:20: ( ( '0' .. '9' )+ )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3206:22: ( '0' .. '9' )+
- {
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3206:22: ( '0' .. '9' )+
- int cnt1 = 0;
- loop1: do {
- int alt1 = 2;
- int LA1_0 = input.LA(1);
-
- if (LA1_0 >= '0' && LA1_0 <= '9') {
- alt1 = 1;
- }
-
- switch (alt1) {
- case 1:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3206:23: '0' .. '9'
- {
- matchRange('0', '9');
-
- }
- break;
-
- default:
- if (cnt1 >= 1) {
- break loop1;
- }
- EarlyExitException eee = new EarlyExitException(1, input);
- throw eee;
- }
- cnt1++;
- } while (true);
+ public static final int T75=75;
+ public static final int T76=76;
+ public static final int T73=73;
+ public static final int RULE_ID=5;
+ public static final int T74=74;
+ public static final int T79=79;
+ public static final int T77=77;
+ public static final int T78=78;
+ public static final int RULE_ANY_OTHER=11;
+ public static final int T29=29;
+ public static final int T28=28;
+ public static final int T27=27;
+ public static final int T26=26;
+ public static final int T25=25;
+ public static final int EOF=-1;
+ public static final int T24=24;
+ public static final int T23=23;
+ public static final int T22=22;
+ public static final int T72=72;
+ public static final int T21=21;
+ public static final int T71=71;
+ public static final int T20=20;
+ public static final int T70=70;
+ public static final int T62=62;
+ public static final int T63=63;
+ public static final int T64=64;
+ public static final int T65=65;
+ public static final int T66=66;
+ public static final int T67=67;
+ public static final int T68=68;
+ public static final int T69=69;
+ public static final int RULE_INT=7;
+ public static final int T38=38;
+ public static final int T37=37;
+ public static final int T39=39;
+ public static final int T34=34;
+ public static final int T33=33;
+ public static final int T36=36;
+ public static final int T35=35;
+ public static final int T30=30;
+ public static final int T61=61;
+ public static final int T32=32;
+ public static final int T60=60;
+ public static final int T31=31;
+ public static final int RULE_WHOLE_NUM_STR=6;
+ public static final int T49=49;
+ public static final int T48=48;
+ public static final int T43=43;
+ public static final int Tokens=80;
+ public static final int RULE_SL_COMMENT=9;
+ public static final int T42=42;
+ public static final int T41=41;
+ public static final int T40=40;
+ public static final int T47=47;
+ public static final int T46=46;
+ public static final int T45=45;
+ public static final int RULE_ML_COMMENT=8;
+ public static final int T44=44;
+ public static final int RULE_STRING=4;
+ public static final int T50=50;
+ public static final int T59=59;
+ public static final int T12=12;
+ public static final int T13=13;
+ public static final int T14=14;
+ public static final int T52=52;
+ public static final int T15=15;
+ public static final int RULE_WS=10;
+ public static final int T51=51;
+ public static final int T16=16;
+ public static final int T54=54;
+ public static final int T17=17;
+ public static final int T53=53;
+ public static final int T18=18;
+ public static final int T56=56;
+ public static final int T19=19;
+ public static final int T55=55;
+ public static final int T58=58;
+ public static final int T57=57;
+ public InternalOseeDslLexer() {;}
+ public InternalOseeDslLexer(CharStream input) {
+ super(input);
+ }
+ public String getGrammarFileName() { return "../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g"; }
+
+ // $ANTLR start T12
+ public final void mT12() throws RecognitionException {
+ try {
+ int _type = T12;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:10:5: ( 'import' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:10:7: 'import'
+ {
+ match("import");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T12
+
+ // $ANTLR start T13
+ public final void mT13() throws RecognitionException {
+ try {
+ int _type = T13;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:11:5: ( '.' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:11:7: '.'
+ {
+ match('.');
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T13
+
+ // $ANTLR start T14
+ public final void mT14() throws RecognitionException {
+ try {
+ int _type = T14;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:12:5: ( 'abstract' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:12:7: 'abstract'
+ {
+ match("abstract");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T14
+
+ // $ANTLR start T15
+ public final void mT15() throws RecognitionException {
+ try {
+ int _type = T15;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:13:5: ( 'artifactType' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:13:7: 'artifactType'
+ {
+ match("artifactType");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T15
+
+ // $ANTLR start T16
+ public final void mT16() throws RecognitionException {
+ try {
+ int _type = T16;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:14:5: ( 'extends' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:14:7: 'extends'
+ {
+ match("extends");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T16
+
+ // $ANTLR start T17
+ public final void mT17() throws RecognitionException {
+ try {
+ int _type = T17;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:15:5: ( ',' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:15:7: ','
+ {
+ match(',');
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T17
+
+ // $ANTLR start T18
+ public final void mT18() throws RecognitionException {
+ try {
+ int _type = T18;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:16:5: ( '{' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:16:7: '{'
+ {
+ match('{');
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T18
+
+ // $ANTLR start T19
+ public final void mT19() throws RecognitionException {
+ try {
+ int _type = T19;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:17:5: ( 'guid' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:17:7: 'guid'
+ {
+ match("guid");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T19
+
+ // $ANTLR start T20
+ public final void mT20() throws RecognitionException {
+ try {
+ int _type = T20;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:18:5: ( '}' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:18:7: '}'
+ {
+ match('}');
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T20
+
+ // $ANTLR start T21
+ public final void mT21() throws RecognitionException {
+ try {
+ int _type = T21;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:19:5: ( 'attribute' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:19:7: 'attribute'
+ {
+ match("attribute");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T21
+
+ // $ANTLR start T22
+ public final void mT22() throws RecognitionException {
+ try {
+ int _type = T22;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:20:5: ( 'branchGuid' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:20:7: 'branchGuid'
+ {
+ match("branchGuid");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T22
+
+ // $ANTLR start T23
+ public final void mT23() throws RecognitionException {
+ try {
+ int _type = T23;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:21:5: ( 'attributeType' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:21:7: 'attributeType'
+ {
+ match("attributeType");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T23
+
+ // $ANTLR start T24
+ public final void mT24() throws RecognitionException {
+ try {
+ int _type = T24;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:22:5: ( 'overrides' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:22:7: 'overrides'
+ {
+ match("overrides");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T24
+
+ // $ANTLR start T25
+ public final void mT25() throws RecognitionException {
+ try {
+ int _type = T25;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:23:5: ( 'dataProvider' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:23:7: 'dataProvider'
+ {
+ match("dataProvider");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T25
+
+ // $ANTLR start T26
+ public final void mT26() throws RecognitionException {
+ try {
+ int _type = T26;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:24:5: ( 'DefaultAttributeDataProvider' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:24:7: 'DefaultAttributeDataProvider'
+ {
+ match("DefaultAttributeDataProvider");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T26
+
+ // $ANTLR start T27
+ public final void mT27() throws RecognitionException {
+ try {
+ int _type = T27;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:25:5: ( 'UriAttributeDataProvider' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:25:7: 'UriAttributeDataProvider'
+ {
+ match("UriAttributeDataProvider");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T27
+
+ // $ANTLR start T28
+ public final void mT28() throws RecognitionException {
+ try {
+ int _type = T28;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:26:5: ( 'min' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:26:7: 'min'
+ {
+ match("min");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T28
+
+ // $ANTLR start T29
+ public final void mT29() throws RecognitionException {
+ try {
+ int _type = T29;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:27:5: ( 'max' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:27:7: 'max'
+ {
+ match("max");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T29
+
+ // $ANTLR start T30
+ public final void mT30() throws RecognitionException {
+ try {
+ int _type = T30;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:28:5: ( 'unlimited' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:28:7: 'unlimited'
+ {
+ match("unlimited");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T30
+
+ // $ANTLR start T31
+ public final void mT31() throws RecognitionException {
+ try {
+ int _type = T31;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:29:5: ( 'taggerId' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:29:7: 'taggerId'
+ {
+ match("taggerId");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T31
+
+ // $ANTLR start T32
+ public final void mT32() throws RecognitionException {
+ try {
+ int _type = T32;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:30:5: ( 'DefaultAttributeTaggerProvider' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:30:7: 'DefaultAttributeTaggerProvider'
+ {
+ match("DefaultAttributeTaggerProvider");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T32
+
+ // $ANTLR start T33
+ public final void mT33() throws RecognitionException {
+ try {
+ int _type = T33;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:31:5: ( 'enumType' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:31:7: 'enumType'
+ {
+ match("enumType");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T33
+
+ // $ANTLR start T34
+ public final void mT34() throws RecognitionException {
+ try {
+ int _type = T34;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:32:5: ( 'description' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:32:7: 'description'
+ {
+ match("description");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T34
+
+ // $ANTLR start T35
+ public final void mT35() throws RecognitionException {
+ try {
+ int _type = T35;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:33:5: ( 'defaultValue' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:33:7: 'defaultValue'
+ {
+ match("defaultValue");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T35
+
+ // $ANTLR start T36
+ public final void mT36() throws RecognitionException {
+ try {
+ int _type = T36;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:34:5: ( 'fileExtension' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:34:7: 'fileExtension'
+ {
+ match("fileExtension");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T36
+
+ // $ANTLR start T37
+ public final void mT37() throws RecognitionException {
+ try {
+ int _type = T37;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:35:5: ( 'BooleanAttribute' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:35:7: 'BooleanAttribute'
+ {
+ match("BooleanAttribute");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T37
+
+ // $ANTLR start T38
+ public final void mT38() throws RecognitionException {
+ try {
+ int _type = T38;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:36:5: ( 'CompressedContentAttribute' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:36:7: 'CompressedContentAttribute'
+ {
+ match("CompressedContentAttribute");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T38
+
+ // $ANTLR start T39
+ public final void mT39() throws RecognitionException {
+ try {
+ int _type = T39;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:37:5: ( 'DateAttribute' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:37:7: 'DateAttribute'
+ {
+ match("DateAttribute");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T39
+
+ // $ANTLR start T40
+ public final void mT40() throws RecognitionException {
+ try {
+ int _type = T40;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:38:5: ( 'EnumeratedAttribute' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:38:7: 'EnumeratedAttribute'
+ {
+ match("EnumeratedAttribute");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T40
+
+ // $ANTLR start T41
+ public final void mT41() throws RecognitionException {
+ try {
+ int _type = T41;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:39:5: ( 'FloatingPointAttribute' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:39:7: 'FloatingPointAttribute'
+ {
+ match("FloatingPointAttribute");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T41
+
+ // $ANTLR start T42
+ public final void mT42() throws RecognitionException {
+ try {
+ int _type = T42;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:40:5: ( 'IntegerAttribute' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:40:7: 'IntegerAttribute'
+ {
+ match("IntegerAttribute");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T42
+
+ // $ANTLR start T43
+ public final void mT43() throws RecognitionException {
+ try {
+ int _type = T43;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:41:5: ( 'JavaObjectAttribute' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:41:7: 'JavaObjectAttribute'
+ {
+ match("JavaObjectAttribute");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T43
+
+ // $ANTLR start T44
+ public final void mT44() throws RecognitionException {
+ try {
+ int _type = T44;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:42:5: ( 'StringAttribute' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:42:7: 'StringAttribute'
+ {
+ match("StringAttribute");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T44
+
+ // $ANTLR start T45
+ public final void mT45() throws RecognitionException {
+ try {
+ int _type = T45;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:43:5: ( 'WordAttribute' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:43:7: 'WordAttribute'
+ {
+ match("WordAttribute");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T45
+
+ // $ANTLR start T46
+ public final void mT46() throws RecognitionException {
+ try {
+ int _type = T46;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:44:5: ( 'oseeEnumType' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:44:7: 'oseeEnumType'
+ {
+ match("oseeEnumType");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T46
+
+ // $ANTLR start T47
+ public final void mT47() throws RecognitionException {
+ try {
+ int _type = T47;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:45:5: ( 'entry' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:45:7: 'entry'
+ {
+ match("entry");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T47
+
+ // $ANTLR start T48
+ public final void mT48() throws RecognitionException {
+ try {
+ int _type = T48;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:46:5: ( 'entryGuid' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:46:7: 'entryGuid'
+ {
+ match("entryGuid");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T48
+
+ // $ANTLR start T49
+ public final void mT49() throws RecognitionException {
+ try {
+ int _type = T49;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:47:5: ( 'overrides enum' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:47:7: 'overrides enum'
+ {
+ match("overrides enum");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T49
+
+ // $ANTLR start T50
+ public final void mT50() throws RecognitionException {
+ try {
+ int _type = T50;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:48:5: ( 'inheritAll' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:48:7: 'inheritAll'
+ {
+ match("inheritAll");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T50
+
+ // $ANTLR start T51
+ public final void mT51() throws RecognitionException {
+ try {
+ int _type = T51;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:49:5: ( 'add' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:49:7: 'add'
+ {
+ match("add");
- }
- this.type = _type;
- } finally {
- }
- }
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T51
+
+ // $ANTLR start T52
+ public final void mT52() throws RecognitionException {
+ try {
+ int _type = T52;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:50:5: ( 'remove' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:50:7: 'remove'
+ {
+ match("remove");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T52
+
+ // $ANTLR start T53
+ public final void mT53() throws RecognitionException {
+ try {
+ int _type = T53;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:51:5: ( 'relationType' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:51:7: 'relationType'
+ {
+ match("relationType");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T53
+
+ // $ANTLR start T54
+ public final void mT54() throws RecognitionException {
+ try {
+ int _type = T54;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:52:5: ( 'sideAName' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:52:7: 'sideAName'
+ {
+ match("sideAName");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T54
+
+ // $ANTLR start T55
+ public final void mT55() throws RecognitionException {
+ try {
+ int _type = T55;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:53:5: ( 'sideAArtifactType' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:53:7: 'sideAArtifactType'
+ {
+ match("sideAArtifactType");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T55
+
+ // $ANTLR start T56
+ public final void mT56() throws RecognitionException {
+ try {
+ int _type = T56;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:54:5: ( 'sideBName' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:54:7: 'sideBName'
+ {
+ match("sideBName");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T56
+
+ // $ANTLR start T57
+ public final void mT57() throws RecognitionException {
+ try {
+ int _type = T57;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:55:5: ( 'sideBArtifactType' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:55:7: 'sideBArtifactType'
+ {
+ match("sideBArtifactType");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T57
+
+ // $ANTLR start T58
+ public final void mT58() throws RecognitionException {
+ try {
+ int _type = T58;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:56:5: ( 'defaultOrderType' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:56:7: 'defaultOrderType'
+ {
+ match("defaultOrderType");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T58
+
+ // $ANTLR start T59
+ public final void mT59() throws RecognitionException {
+ try {
+ int _type = T59;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:57:5: ( 'multiplicity' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:57:7: 'multiplicity'
+ {
+ match("multiplicity");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T59
+
+ // $ANTLR start T60
+ public final void mT60() throws RecognitionException {
+ try {
+ int _type = T60;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:58:5: ( 'Lexicographical_Ascending' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:58:7: 'Lexicographical_Ascending'
+ {
+ match("Lexicographical_Ascending");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T60
+
+ // $ANTLR start T61
+ public final void mT61() throws RecognitionException {
+ try {
+ int _type = T61;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:59:5: ( 'Lexicographical_Descending' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:59:7: 'Lexicographical_Descending'
+ {
+ match("Lexicographical_Descending");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T61
+
+ // $ANTLR start T62
+ public final void mT62() throws RecognitionException {
+ try {
+ int _type = T62;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:60:5: ( 'Unordered' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:60:7: 'Unordered'
+ {
+ match("Unordered");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T62
+
+ // $ANTLR start T63
+ public final void mT63() throws RecognitionException {
+ try {
+ int _type = T63;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:61:5: ( 'artifact' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:61:7: 'artifact'
+ {
+ match("artifact");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T63
+
+ // $ANTLR start T64
+ public final void mT64() throws RecognitionException {
+ try {
+ int _type = T64;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:62:5: ( 'artGuid' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:62:7: 'artGuid'
+ {
+ match("artGuid");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T64
+
+ // $ANTLR start T65
+ public final void mT65() throws RecognitionException {
+ try {
+ int _type = T65;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:63:5: ( ';' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:63:7: ';'
+ {
+ match(';');
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T65
+
+ // $ANTLR start T66
+ public final void mT66() throws RecognitionException {
+ try {
+ int _type = T66;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:64:5: ( 'branch' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:64:7: 'branch'
+ {
+ match("branch");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T66
+
+ // $ANTLR start T67
+ public final void mT67() throws RecognitionException {
+ try {
+ int _type = T67;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:65:5: ( 'accessContext' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:65:7: 'accessContext'
+ {
+ match("accessContext");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T67
+
+ // $ANTLR start T68
+ public final void mT68() throws RecognitionException {
+ try {
+ int _type = T68;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:66:5: ( 'childrenOf' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:66:7: 'childrenOf'
+ {
+ match("childrenOf");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T68
+
+ // $ANTLR start T69
+ public final void mT69() throws RecognitionException {
+ try {
+ int _type = T69;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:67:5: ( 'edit' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:67:7: 'edit'
+ {
+ match("edit");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T69
+
+ // $ANTLR start T70
+ public final void mT70() throws RecognitionException {
+ try {
+ int _type = T70;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:68:5: ( 'of' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:68:7: 'of'
+ {
+ match("of");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T70
- // $ANTLR end RULE_WHOLE_NUM_STR
+ // $ANTLR start T71
+ public final void mT71() throws RecognitionException {
+ try {
+ int _type = T71;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:69:5: ( 'ONE_TO_ONE' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:69:7: 'ONE_TO_ONE'
+ {
+ match("ONE_TO_ONE");
- // $ANTLR start RULE_ID
- public final void mRULE_ID() throws RecognitionException {
- try {
- int _type = RULE_ID;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3208:9: ( ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3208:11: ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
- {
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3208:11: ( '^' )?
- int alt2 = 2;
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T71
+
+ // $ANTLR start T72
+ public final void mT72() throws RecognitionException {
+ try {
+ int _type = T72;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:70:5: ( 'ONE_TO_MANY' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:70:7: 'ONE_TO_MANY'
+ {
+ match("ONE_TO_MANY");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T72
+
+ // $ANTLR start T73
+ public final void mT73() throws RecognitionException {
+ try {
+ int _type = T73;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:71:5: ( 'MANY_TO_ONE' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:71:7: 'MANY_TO_ONE'
+ {
+ match("MANY_TO_ONE");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T73
+
+ // $ANTLR start T74
+ public final void mT74() throws RecognitionException {
+ try {
+ int _type = T74;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:72:5: ( 'MANY_TO_MANY' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:72:7: 'MANY_TO_MANY'
+ {
+ match("MANY_TO_MANY");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T74
+
+ // $ANTLR start T75
+ public final void mT75() throws RecognitionException {
+ try {
+ int _type = T75;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:73:5: ( 'ALLOW' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:73:7: 'ALLOW'
+ {
+ match("ALLOW");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T75
+
+ // $ANTLR start T76
+ public final void mT76() throws RecognitionException {
+ try {
+ int _type = T76;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:74:5: ( 'DENY' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:74:7: 'DENY'
+ {
+ match("DENY");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T76
+
+ // $ANTLR start T77
+ public final void mT77() throws RecognitionException {
+ try {
+ int _type = T77;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:75:5: ( 'SIDE_A' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:75:7: 'SIDE_A'
+ {
+ match("SIDE_A");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T77
+
+ // $ANTLR start T78
+ public final void mT78() throws RecognitionException {
+ try {
+ int _type = T78;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:76:5: ( 'SIDE_B' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:76:7: 'SIDE_B'
+ {
+ match("SIDE_B");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T78
+
+ // $ANTLR start T79
+ public final void mT79() throws RecognitionException {
+ try {
+ int _type = T79;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:77:5: ( 'BOTH' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:77:7: 'BOTH'
+ {
+ match("BOTH");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end T79
+
+ // $ANTLR start RULE_WHOLE_NUM_STR
+ public final void mRULE_WHOLE_NUM_STR() throws RecognitionException {
+ try {
+ int _type = RULE_WHOLE_NUM_STR;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3193:20: ( ( '0' .. '9' )+ )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3193:22: ( '0' .. '9' )+
+ {
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3193:22: ( '0' .. '9' )+
+ int cnt1=0;
+ loop1:
+ do {
+ int alt1=2;
+ int LA1_0 = input.LA(1);
+
+ if ( ((LA1_0>='0' && LA1_0<='9')) ) {
+ alt1=1;
+ }
+
+
+ switch (alt1) {
+ case 1 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3193:23: '0' .. '9'
+ {
+ matchRange('0','9');
+
+ }
+ break;
+
+ default :
+ if ( cnt1 >= 1 ) break loop1;
+ EarlyExitException eee =
+ new EarlyExitException(1, input);
+ throw eee;
+ }
+ cnt1++;
+ } while (true);
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end RULE_WHOLE_NUM_STR
+
+ // $ANTLR start RULE_ID
+ public final void mRULE_ID() throws RecognitionException {
+ try {
+ int _type = RULE_ID;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3195:9: ( ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3195:11: ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
+ {
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3195:11: ( '^' )?
+ int alt2=2;
int LA2_0 = input.LA(1);
- if (LA2_0 == '^') {
- alt2 = 1;
+ if ( (LA2_0=='^') ) {
+ alt2=1;
}
switch (alt2) {
- case 1:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3208:11: '^'
- {
- match('^');
+ case 1 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3195:11: '^'
+ {
+ match('^');
- }
- break;
+ }
+ break;
}
- if (input.LA(1) >= 'A' && input.LA(1) <= 'Z' || input.LA(1) == '_' || input.LA(1) >= 'a' && input.LA(1) <= 'z') {
- input.consume();
+ if ( (input.LA(1)>='A' && input.LA(1)<='Z')||input.LA(1)=='_'||(input.LA(1)>='a' && input.LA(1)<='z') ) {
+ input.consume();
- } else {
- MismatchedSetException mse = new MismatchedSetException(null, input);
- recover(mse);
- throw mse;
+ }
+ else {
+ MismatchedSetException mse =
+ new MismatchedSetException(null,input);
+ recover(mse); throw mse;
}
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3208:40: ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
- loop3: do {
- int alt3 = 2;
- int LA3_0 = input.LA(1);
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3195:40: ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
+ loop3:
+ do {
+ int alt3=2;
+ int LA3_0 = input.LA(1);
- if (LA3_0 >= '0' && LA3_0 <= '9' || LA3_0 >= 'A' && LA3_0 <= 'Z' || LA3_0 == '_' || LA3_0 >= 'a' && LA3_0 <= 'z') {
- alt3 = 1;
- }
+ if ( ((LA3_0>='0' && LA3_0<='9')||(LA3_0>='A' && LA3_0<='Z')||LA3_0=='_'||(LA3_0>='a' && LA3_0<='z')) ) {
+ alt3=1;
+ }
- switch (alt3) {
- case 1:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:
- {
- if (input.LA(1) >= '0' && input.LA(1) <= '9' || input.LA(1) >= 'A' && input.LA(1) <= 'Z' || input.LA(1) == '_' || input.LA(1) >= 'a' && input.LA(1) <= 'z') {
- input.consume();
- } else {
- MismatchedSetException mse = new MismatchedSetException(null, input);
- recover(mse);
- throw mse;
- }
+ switch (alt3) {
+ case 1 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:
+ {
+ if ( (input.LA(1)>='0' && input.LA(1)<='9')||(input.LA(1)>='A' && input.LA(1)<='Z')||input.LA(1)=='_'||(input.LA(1)>='a' && input.LA(1)<='z') ) {
+ input.consume();
- }
- break;
+ }
+ else {
+ MismatchedSetException mse =
+ new MismatchedSetException(null,input);
+ recover(mse); throw mse;
+ }
- default:
- break loop3;
- }
- } while (true);
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end RULE_ID
-
- // $ANTLR start RULE_INT
- public final void mRULE_INT() throws RecognitionException {
- try {
- int _type = RULE_INT;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3210:10: ( ( '0' .. '9' )+ )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3210:12: ( '0' .. '9' )+
- {
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3210:12: ( '0' .. '9' )+
- int cnt4 = 0;
- loop4: do {
- int alt4 = 2;
- int LA4_0 = input.LA(1);
-
- if (LA4_0 >= '0' && LA4_0 <= '9') {
- alt4 = 1;
- }
-
- switch (alt4) {
- case 1:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3210:13: '0' .. '9'
- {
- matchRange('0', '9');
-
- }
- break;
-
- default:
- if (cnt4 >= 1) {
- break loop4;
- }
- EarlyExitException eee = new EarlyExitException(4, input);
- throw eee;
- }
- cnt4++;
+ }
+ break;
+
+ default :
+ break loop3;
+ }
} while (true);
- }
- this.type = _type;
- } finally {
- }
- }
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end RULE_ID
+
+ // $ANTLR start RULE_INT
+ public final void mRULE_INT() throws RecognitionException {
+ try {
+ int _type = RULE_INT;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3197:10: ( ( '0' .. '9' )+ )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3197:12: ( '0' .. '9' )+
+ {
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3197:12: ( '0' .. '9' )+
+ int cnt4=0;
+ loop4:
+ do {
+ int alt4=2;
+ int LA4_0 = input.LA(1);
+
+ if ( ((LA4_0>='0' && LA4_0<='9')) ) {
+ alt4=1;
+ }
+
+
+ switch (alt4) {
+ case 1 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3197:13: '0' .. '9'
+ {
+ matchRange('0','9');
+
+ }
+ break;
+
+ default :
+ if ( cnt4 >= 1 ) break loop4;
+ EarlyExitException eee =
+ new EarlyExitException(4, input);
+ throw eee;
+ }
+ cnt4++;
+ } while (true);
+
- // $ANTLR end RULE_INT
+ }
- // $ANTLR start RULE_STRING
- public final void mRULE_STRING() throws RecognitionException {
- try {
- int _type = RULE_STRING;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3212:13: ( ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3212:15: ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
- {
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3212:15: ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
- int alt7 = 2;
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end RULE_INT
+
+ // $ANTLR start RULE_STRING
+ public final void mRULE_STRING() throws RecognitionException {
+ try {
+ int _type = RULE_STRING;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3199:13: ( ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3199:15: ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
+ {
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3199:15: ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
+ int alt7=2;
int LA7_0 = input.LA(1);
- if (LA7_0 == '\"') {
- alt7 = 1;
- } else if (LA7_0 == '\'') {
- alt7 = 2;
- } else {
- NoViableAltException nvae =
- new NoViableAltException(
- "3212:15: ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )",
- 7, 0, input);
+ if ( (LA7_0=='\"') ) {
+ alt7=1;
+ }
+ else if ( (LA7_0=='\'') ) {
+ alt7=2;
+ }
+ else {
+ NoViableAltException nvae =
+ new NoViableAltException("3199:15: ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )", 7, 0, input);
- throw nvae;
+ throw nvae;
}
switch (alt7) {
- case 1:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3212:16: '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"'
- {
- match('\"');
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3212:20: ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )*
- loop5: do {
- int alt5 = 3;
- int LA5_0 = input.LA(1);
-
- if (LA5_0 == '\\') {
- alt5 = 1;
- } else if (LA5_0 >= '\u0000' && LA5_0 <= '!' || LA5_0 >= '#' && LA5_0 <= '[' || LA5_0 >= ']' && LA5_0 <= '\uFFFE') {
- alt5 = 2;
- }
-
- switch (alt5) {
- case 1:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3212:21: '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | '\"' | '\\'' | '\\\\' )
- {
- match('\\');
- if (input.LA(1) == '\"' || input.LA(1) == '\'' || input.LA(1) == '\\' || input.LA(1) == 'b' || input.LA(1) == 'f' || input.LA(1) == 'n' || input.LA(1) == 'r' || input.LA(1) == 't') {
- input.consume();
-
- } else {
- MismatchedSetException mse = new MismatchedSetException(null, input);
- recover(mse);
- throw mse;
- }
-
+ case 1 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3199:16: '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"'
+ {
+ match('\"');
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3199:20: ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )*
+ loop5:
+ do {
+ int alt5=3;
+ int LA5_0 = input.LA(1);
+
+ if ( (LA5_0=='\\') ) {
+ alt5=1;
}
- break;
- case 2:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3212:62: ~ ( ( '\\\\' | '\"' ) )
- {
- if (input.LA(1) >= '\u0000' && input.LA(1) <= '!' || input.LA(1) >= '#' && input.LA(1) <= '[' || input.LA(1) >= ']' && input.LA(1) <= '\uFFFE') {
- input.consume();
-
- } else {
- MismatchedSetException mse = new MismatchedSetException(null, input);
- recover(mse);
- throw mse;
- }
-
+ else if ( ((LA5_0>='\u0000' && LA5_0<='!')||(LA5_0>='#' && LA5_0<='[')||(LA5_0>=']' && LA5_0<='\uFFFE')) ) {
+ alt5=2;
}
- break;
-
- default:
- break loop5;
- }
- } while (true);
-
- match('\"');
-
- }
- break;
- case 2:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3212:82: '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\''
- {
- match('\'');
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3212:87: ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )*
- loop6: do {
- int alt6 = 3;
- int LA6_0 = input.LA(1);
-
- if (LA6_0 == '\\') {
- alt6 = 1;
- } else if (LA6_0 >= '\u0000' && LA6_0 <= '&' || LA6_0 >= '(' && LA6_0 <= '[' || LA6_0 >= ']' && LA6_0 <= '\uFFFE') {
- alt6 = 2;
- }
-
- switch (alt6) {
- case 1:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3212:88: '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | '\"' | '\\'' | '\\\\' )
- {
- match('\\');
- if (input.LA(1) == '\"' || input.LA(1) == '\'' || input.LA(1) == '\\' || input.LA(1) == 'b' || input.LA(1) == 'f' || input.LA(1) == 'n' || input.LA(1) == 'r' || input.LA(1) == 't') {
- input.consume();
-
- } else {
- MismatchedSetException mse = new MismatchedSetException(null, input);
- recover(mse);
- throw mse;
- }
- }
- break;
- case 2:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3212:129: ~ ( ( '\\\\' | '\\'' ) )
- {
- if (input.LA(1) >= '\u0000' && input.LA(1) <= '&' || input.LA(1) >= '(' && input.LA(1) <= '[' || input.LA(1) >= ']' && input.LA(1) <= '\uFFFE') {
- input.consume();
-
- } else {
- MismatchedSetException mse = new MismatchedSetException(null, input);
- recover(mse);
- throw mse;
- }
+ switch (alt5) {
+ case 1 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3199:21: '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | '\"' | '\\'' | '\\\\' )
+ {
+ match('\\');
+ if ( input.LA(1)=='\"'||input.LA(1)=='\''||input.LA(1)=='\\'||input.LA(1)=='b'||input.LA(1)=='f'||input.LA(1)=='n'||input.LA(1)=='r'||input.LA(1)=='t' ) {
+ input.consume();
+
+ }
+ else {
+ MismatchedSetException mse =
+ new MismatchedSetException(null,input);
+ recover(mse); throw mse;
+ }
+
+
+ }
+ break;
+ case 2 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3199:62: ~ ( ( '\\\\' | '\"' ) )
+ {
+ if ( (input.LA(1)>='\u0000' && input.LA(1)<='!')||(input.LA(1)>='#' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFE') ) {
+ input.consume();
+
+ }
+ else {
+ MismatchedSetException mse =
+ new MismatchedSetException(null,input);
+ recover(mse); throw mse;
+ }
+
+
+ }
+ break;
+
+ default :
+ break loop5;
+ }
+ } while (true);
+
+ match('\"');
+
+ }
+ break;
+ case 2 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3199:82: '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\''
+ {
+ match('\'');
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3199:87: ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )*
+ loop6:
+ do {
+ int alt6=3;
+ int LA6_0 = input.LA(1);
+
+ if ( (LA6_0=='\\') ) {
+ alt6=1;
+ }
+ else if ( ((LA6_0>='\u0000' && LA6_0<='&')||(LA6_0>='(' && LA6_0<='[')||(LA6_0>=']' && LA6_0<='\uFFFE')) ) {
+ alt6=2;
}
- break;
- default:
- break loop6;
- }
- } while (true);
- match('\'');
+ switch (alt6) {
+ case 1 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3199:88: '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | '\"' | '\\'' | '\\\\' )
+ {
+ match('\\');
+ if ( input.LA(1)=='\"'||input.LA(1)=='\''||input.LA(1)=='\\'||input.LA(1)=='b'||input.LA(1)=='f'||input.LA(1)=='n'||input.LA(1)=='r'||input.LA(1)=='t' ) {
+ input.consume();
- }
- break;
+ }
+ else {
+ MismatchedSetException mse =
+ new MismatchedSetException(null,input);
+ recover(mse); throw mse;
+ }
- }
- }
+ }
+ break;
+ case 2 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3199:129: ~ ( ( '\\\\' | '\\'' ) )
+ {
+ if ( (input.LA(1)>='\u0000' && input.LA(1)<='&')||(input.LA(1)>='(' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFE') ) {
+ input.consume();
- this.type = _type;
- } finally {
- }
- }
+ }
+ else {
+ MismatchedSetException mse =
+ new MismatchedSetException(null,input);
+ recover(mse); throw mse;
+ }
- // $ANTLR end RULE_STRING
- // $ANTLR start RULE_ML_COMMENT
- public final void mRULE_ML_COMMENT() throws RecognitionException {
- try {
- int _type = RULE_ML_COMMENT;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3214:17: ( '/*' ( options {greedy=false; } : . )* '*/' )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3214:19: '/*' ( options {greedy=false; } : . )* '*/'
- {
- match("/*");
+ }
+ break;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3214:24: ( options {greedy=false; } : . )*
- loop8: do {
- int alt8 = 2;
- int LA8_0 = input.LA(1);
+ default :
+ break loop6;
+ }
+ } while (true);
- if (LA8_0 == '*') {
- int LA8_1 = input.LA(2);
+ match('\'');
- if (LA8_1 == '/') {
- alt8 = 2;
- } else if (LA8_1 >= '\u0000' && LA8_1 <= '.' || LA8_1 >= '0' && LA8_1 <= '\uFFFE') {
- alt8 = 1;
- }
+ }
+ break;
- } else if (LA8_0 >= '\u0000' && LA8_0 <= ')' || LA8_0 >= '+' && LA8_0 <= '\uFFFE') {
- alt8 = 1;
- }
+ }
- switch (alt8) {
- case 1:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3214:52: .
- {
- matchAny();
- }
- break;
+ }
- default:
- break loop8;
- }
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end RULE_STRING
+
+ // $ANTLR start RULE_ML_COMMENT
+ public final void mRULE_ML_COMMENT() throws RecognitionException {
+ try {
+ int _type = RULE_ML_COMMENT;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3201:17: ( '/*' ( options {greedy=false; } : . )* '*/' )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3201:19: '/*' ( options {greedy=false; } : . )* '*/'
+ {
+ match("/*");
+
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3201:24: ( options {greedy=false; } : . )*
+ loop8:
+ do {
+ int alt8=2;
+ int LA8_0 = input.LA(1);
+
+ if ( (LA8_0=='*') ) {
+ int LA8_1 = input.LA(2);
+
+ if ( (LA8_1=='/') ) {
+ alt8=2;
+ }
+ else if ( ((LA8_1>='\u0000' && LA8_1<='.')||(LA8_1>='0' && LA8_1<='\uFFFE')) ) {
+ alt8=1;
+ }
+
+
+ }
+ else if ( ((LA8_0>='\u0000' && LA8_0<=')')||(LA8_0>='+' && LA8_0<='\uFFFE')) ) {
+ alt8=1;
+ }
+
+
+ switch (alt8) {
+ case 1 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3201:52: .
+ {
+ matchAny();
+
+ }
+ break;
+
+ default :
+ break loop8;
+ }
} while (true);
- match("*/");
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end RULE_ML_COMMENT
-
- // $ANTLR start RULE_SL_COMMENT
- public final void mRULE_SL_COMMENT() throws RecognitionException {
- try {
- int _type = RULE_SL_COMMENT;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3216:17: ( '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3216:19: '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )?
- {
- match("//");
-
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3216:24: (~ ( ( '\\n' | '\\r' ) ) )*
- loop9: do {
- int alt9 = 2;
- int LA9_0 = input.LA(1);
-
- if (LA9_0 >= '\u0000' && LA9_0 <= '\t' || LA9_0 >= '\u000B' && LA9_0 <= '\f' || LA9_0 >= '\u000E' && LA9_0 <= '\uFFFE') {
- alt9 = 1;
- }
-
- switch (alt9) {
- case 1:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3216:24: ~ ( ( '\\n' | '\\r' ) )
- {
- if (input.LA(1) >= '\u0000' && input.LA(1) <= '\t' || input.LA(1) >= '\u000B' && input.LA(1) <= '\f' || input.LA(1) >= '\u000E' && input.LA(1) <= '\uFFFE') {
- input.consume();
-
- } else {
- MismatchedSetException mse = new MismatchedSetException(null, input);
- recover(mse);
- throw mse;
- }
-
- }
- break;
-
- default:
- break loop9;
- }
+ match("*/");
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end RULE_ML_COMMENT
+
+ // $ANTLR start RULE_SL_COMMENT
+ public final void mRULE_SL_COMMENT() throws RecognitionException {
+ try {
+ int _type = RULE_SL_COMMENT;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3203:17: ( '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3203:19: '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )?
+ {
+ match("//");
+
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3203:24: (~ ( ( '\\n' | '\\r' ) ) )*
+ loop9:
+ do {
+ int alt9=2;
+ int LA9_0 = input.LA(1);
+
+ if ( ((LA9_0>='\u0000' && LA9_0<='\t')||(LA9_0>='\u000B' && LA9_0<='\f')||(LA9_0>='\u000E' && LA9_0<='\uFFFE')) ) {
+ alt9=1;
+ }
+
+
+ switch (alt9) {
+ case 1 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3203:24: ~ ( ( '\\n' | '\\r' ) )
+ {
+ if ( (input.LA(1)>='\u0000' && input.LA(1)<='\t')||(input.LA(1)>='\u000B' && input.LA(1)<='\f')||(input.LA(1)>='\u000E' && input.LA(1)<='\uFFFE') ) {
+ input.consume();
+
+ }
+ else {
+ MismatchedSetException mse =
+ new MismatchedSetException(null,input);
+ recover(mse); throw mse;
+ }
+
+
+ }
+ break;
+
+ default :
+ break loop9;
+ }
} while (true);
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3216:40: ( ( '\\r' )? '\\n' )?
- int alt11 = 2;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3203:40: ( ( '\\r' )? '\\n' )?
+ int alt11=2;
int LA11_0 = input.LA(1);
- if (LA11_0 == '\n' || LA11_0 == '\r') {
- alt11 = 1;
+ if ( (LA11_0=='\n'||LA11_0=='\r') ) {
+ alt11=1;
}
switch (alt11) {
- case 1:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3216:41: ( '\\r' )? '\\n'
- {
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3216:41: ( '\\r' )?
- int alt10 = 2;
- int LA10_0 = input.LA(1);
-
- if (LA10_0 == '\r') {
- alt10 = 1;
- }
- switch (alt10) {
- case 1:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3216:41: '\\r'
- {
- match('\r');
-
- }
- break;
-
- }
-
- match('\n');
-
- }
- break;
-
- }
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end RULE_SL_COMMENT
-
- // $ANTLR start RULE_WS
- public final void mRULE_WS() throws RecognitionException {
- try {
- int _type = RULE_WS;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3218:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3218:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
- {
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3218:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
- int cnt12 = 0;
- loop12: do {
- int alt12 = 2;
- int LA12_0 = input.LA(1);
-
- if (LA12_0 >= '\t' && LA12_0 <= '\n' || LA12_0 == '\r' || LA12_0 == ' ') {
- alt12 = 1;
- }
-
- switch (alt12) {
- case 1:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:
- {
- if (input.LA(1) >= '\t' && input.LA(1) <= '\n' || input.LA(1) == '\r' || input.LA(1) == ' ') {
- input.consume();
-
- } else {
- MismatchedSetException mse = new MismatchedSetException(null, input);
- recover(mse);
- throw mse;
- }
-
- }
- break;
-
- default:
- if (cnt12 >= 1) {
- break loop12;
- }
- EarlyExitException eee = new EarlyExitException(12, input);
- throw eee;
- }
- cnt12++;
+ case 1 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3203:41: ( '\\r' )? '\\n'
+ {
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3203:41: ( '\\r' )?
+ int alt10=2;
+ int LA10_0 = input.LA(1);
+
+ if ( (LA10_0=='\r') ) {
+ alt10=1;
+ }
+ switch (alt10) {
+ case 1 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3203:41: '\\r'
+ {
+ match('\r');
+
+ }
+ break;
+
+ }
+
+ match('\n');
+
+ }
+ break;
+
+ }
+
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end RULE_SL_COMMENT
+
+ // $ANTLR start RULE_WS
+ public final void mRULE_WS() throws RecognitionException {
+ try {
+ int _type = RULE_WS;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3205:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3205:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
+ {
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3205:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
+ int cnt12=0;
+ loop12:
+ do {
+ int alt12=2;
+ int LA12_0 = input.LA(1);
+
+ if ( ((LA12_0>='\t' && LA12_0<='\n')||LA12_0=='\r'||LA12_0==' ') ) {
+ alt12=1;
+ }
+
+
+ switch (alt12) {
+ case 1 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:
+ {
+ if ( (input.LA(1)>='\t' && input.LA(1)<='\n')||input.LA(1)=='\r'||input.LA(1)==' ' ) {
+ input.consume();
+
+ }
+ else {
+ MismatchedSetException mse =
+ new MismatchedSetException(null,input);
+ recover(mse); throw mse;
+ }
+
+
+ }
+ break;
+
+ default :
+ if ( cnt12 >= 1 ) break loop12;
+ EarlyExitException eee =
+ new EarlyExitException(12, input);
+ throw eee;
+ }
+ cnt12++;
} while (true);
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end RULE_WS
-
- // $ANTLR start RULE_ANY_OTHER
- public final void mRULE_ANY_OTHER() throws RecognitionException {
- try {
- int _type = RULE_ANY_OTHER;
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3220:16: ( . )
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3220:18: .
- {
- matchAny();
-
- }
-
- this.type = _type;
- } finally {
- }
- }
-
- // $ANTLR end RULE_ANY_OTHER
-
- public void mTokens() throws RecognitionException {
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:8: ( T12 | T13 | T14 | T15 | T16 | T17 | T18 | T19 | T20 | T21 | T22 | T23 | T24 | T25 | T26 | T27 | T28 | T29 | T30 | T31 | T32 | T33 | T34 | T35 | T36 | T37 | T38 | T39 | T40 | T41 | T42 | T43 | T44 | T45 | T46 | T47 | T48 | T49 | T50 | T51 | T52 | T53 | T54 | T55 | T56 | T57 | T58 | T59 | T60 | T61 | T62 | T63 | T64 | T65 | T66 | T67 | T68 | T69 | T70 | T71 | T72 | T73 | T74 | T75 | T76 | T77 | T78 | RULE_WHOLE_NUM_STR | RULE_ID | RULE_INT | RULE_STRING | RULE_ML_COMMENT | RULE_SL_COMMENT | RULE_WS | RULE_ANY_OTHER )
- int alt13 = 75;
- alt13 = dfa13.predict(input);
- switch (alt13) {
- case 1:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:10: T12
- {
- mT12();
-
- }
- break;
- case 2:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:14: T13
- {
- mT13();
-
- }
- break;
- case 3:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:18: T14
- {
- mT14();
-
- }
- break;
- case 4:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:22: T15
- {
- mT15();
-
- }
- break;
- case 5:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:26: T16
- {
- mT16();
-
- }
- break;
- case 6:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:30: T17
- {
- mT17();
-
- }
- break;
- case 7:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:34: T18
- {
- mT18();
-
- }
- break;
- case 8:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:38: T19
- {
- mT19();
-
- }
- break;
- case 9:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:42: T20
- {
- mT20();
-
- }
- break;
- case 10:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:46: T21
- {
- mT21();
-
- }
- break;
- case 11:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:50: T22
- {
- mT22();
-
- }
- break;
- case 12:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:54: T23
- {
- mT23();
-
- }
- break;
- case 13:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:58: T24
- {
- mT24();
-
- }
- break;
- case 14:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:62: T25
- {
- mT25();
-
- }
- break;
- case 15:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:66: T26
- {
- mT26();
-
- }
- break;
- case 16:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:70: T27
- {
- mT27();
-
- }
- break;
- case 17:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:74: T28
- {
- mT28();
-
- }
- break;
- case 18:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:78: T29
- {
- mT29();
-
- }
- break;
- case 19:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:82: T30
- {
- mT30();
-
- }
- break;
- case 20:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:86: T31
- {
- mT31();
-
- }
- break;
- case 21:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:90: T32
- {
- mT32();
-
- }
- break;
- case 22:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:94: T33
- {
- mT33();
-
- }
- break;
- case 23:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:98: T34
- {
- mT34();
-
- }
- break;
- case 24:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:102: T35
- {
- mT35();
-
- }
- break;
- case 25:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:106: T36
- {
- mT36();
-
- }
- break;
- case 26:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:110: T37
- {
- mT37();
-
- }
- break;
- case 27:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:114: T38
- {
- mT38();
-
- }
- break;
- case 28:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:118: T39
- {
- mT39();
-
- }
- break;
- case 29:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:122: T40
- {
- mT40();
-
- }
- break;
- case 30:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:126: T41
- {
- mT41();
-
- }
- break;
- case 31:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:130: T42
- {
- mT42();
-
- }
- break;
- case 32:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:134: T43
- {
- mT43();
-
- }
- break;
- case 33:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:138: T44
- {
- mT44();
-
- }
- break;
- case 34:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:142: T45
- {
- mT45();
-
- }
- break;
- case 35:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:146: T46
- {
- mT46();
-
- }
- break;
- case 36:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:150: T47
- {
- mT47();
-
- }
- break;
- case 37:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:154: T48
- {
- mT48();
-
- }
- break;
- case 38:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:158: T49
- {
- mT49();
-
- }
- break;
- case 39:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:162: T50
- {
- mT50();
-
- }
- break;
- case 40:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:166: T51
- {
- mT51();
-
- }
- break;
- case 41:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:170: T52
- {
- mT52();
-
- }
- break;
- case 42:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:174: T53
- {
- mT53();
-
- }
- break;
- case 43:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:178: T54
- {
- mT54();
-
- }
- break;
- case 44:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:182: T55
- {
- mT55();
-
- }
- break;
- case 45:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:186: T56
- {
- mT56();
-
- }
- break;
- case 46:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:190: T57
- {
- mT57();
-
- }
- break;
- case 47:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:194: T58
- {
- mT58();
-
- }
- break;
- case 48:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:198: T59
- {
- mT59();
-
- }
- break;
- case 49:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:202: T60
- {
- mT60();
-
- }
- break;
- case 50:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:206: T61
- {
- mT61();
-
- }
- break;
- case 51:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:210: T62
- {
- mT62();
-
- }
- break;
- case 52:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:214: T63
- {
- mT63();
-
- }
- break;
- case 53:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:218: T64
- {
- mT64();
-
- }
- break;
- case 54:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:222: T65
- {
- mT65();
-
- }
- break;
- case 55:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:226: T66
- {
- mT66();
-
- }
- break;
- case 56:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:230: T67
- {
- mT67();
-
- }
- break;
- case 57:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:234: T68
- {
- mT68();
-
- }
- break;
- case 58:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:238: T69
- {
- mT69();
-
- }
- break;
- case 59:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:242: T70
- {
- mT70();
-
- }
- break;
- case 60:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:246: T71
- {
- mT71();
-
- }
- break;
- case 61:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:250: T72
- {
- mT72();
-
- }
- break;
- case 62:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:254: T73
- {
- mT73();
-
- }
- break;
- case 63:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:258: T74
- {
- mT74();
-
- }
- break;
- case 64:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:262: T75
- {
- mT75();
-
- }
- break;
- case 65:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:266: T76
- {
- mT76();
-
- }
- break;
- case 66:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:270: T77
- {
- mT77();
-
- }
- break;
- case 67:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:274: T78
- {
- mT78();
-
- }
- break;
- case 68:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:278: RULE_WHOLE_NUM_STR
- {
- mRULE_WHOLE_NUM_STR();
-
- }
- break;
- case 69:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:297: RULE_ID
- {
- mRULE_ID();
-
- }
- break;
- case 70:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:305: RULE_INT
- {
- mRULE_INT();
-
- }
- break;
- case 71:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:314: RULE_STRING
- {
- mRULE_STRING();
-
- }
- break;
- case 72:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:326: RULE_ML_COMMENT
- {
- mRULE_ML_COMMENT();
-
- }
- break;
- case 73:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:342: RULE_SL_COMMENT
- {
- mRULE_SL_COMMENT();
-
- }
- break;
- case 74:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:358: RULE_WS
- {
- mRULE_WS();
-
- }
- break;
- case 75:
- // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:366: RULE_ANY_OTHER
- {
- mRULE_ANY_OTHER();
-
- }
- break;
-
- }
-
- }
-
- protected DFA13 dfa13 = new DFA13(this);
- static final String DFA13_eotS =
- "\1\uffff\1\54\1\uffff\2\54\2\uffff\1\54\1\uffff\24\54\1\uffff\4" + "\54\1\134\1\51\1\uffff\3\51\2\uffff\2\54\2\uffff\10\54\2\uffff\1" + "\54\1\uffff\1\54\1\157\33\54\1\uffff\4\54\1\uffff\1\134\4\uffff" + "\6\54\1\u0098\6\54\1\uffff\13\54\1\u00aa\1\u00ab\33\54\1\uffff\1" + "\u00c7\3\54\1\u00cb\10\54\1\u00d4\3\54\2\uffff\33\54\1\uffff\1\u00f5" + "\2\54\1\uffff\10\54\1\uffff\27\54\1\u011a\1\54\1\u011c\6\54\1\uffff" + "\2\54\1\u0126\24\54\1\u013b\1\u013c\1\54\1\u013e\11\54\1\uffff\1" + "\54\1\uffff\1\54\1\u014a\5\54\1\u0150\1\54\1\uffff\24\54\2\uffff" + "\1\54\1\uffff\13\54\1\uffff\1\u0175\1\54\1\u0177\1\54\1\u0179\1" + "\uffff\15\54\1\u0187\26\54\1\uffff\1\u01a0\1\uffff\1\u01a1\1\uffff" + "\1\54\1\u01a4\7\54\1\u01ac\2\54\1\u01af\1\uffff\13\54\1\u01bb\1" + "\54\1\u01bd\6\54\1\u01c4\3\54\2\uffff\1\u01c8\2\uffff\7\54\1\uffff" + "\2\54\1\uffff\13\54\1\uffff\1\54\1\uffff\1\54\1\u01df\1\54\1\u01e1" + "\2\54\1\uffff\3\54\1\uffff\3\54\1\u01ea\22\54\1\uffff\1\u01fd\1" + "\uffff\1\u01fe\2\54\1\u0201\1\54\1\u0203\1\54\1\u0205\1\uffff\1" + "\u0206\3\54\1\u020a\11\54\1\u0214\3\54\2\uffff\1\u0218\1\u0219\1" + "\uffff\1\u021a\1\uffff\1\54\2\uffff\1\54\1\u021d\1\54\1\uffff\1" + "\u021f\7\54\1\u0227\1\uffff\3\54\3\uffff\2\54\1\uffff\1\54\1\uffff" + "\7\54\1\uffff\14\54\1\u0241\3\54\1\u0245\2\54\1\u0249\3\54\1\u024d" + "\1\54\1\uffff\3\54\1\uffff\3\54\1\uffff\3\54\1\uffff\1\54\1\u025a" + "\1\u025b\11\54\2\uffff\6\54\1\u026b\1\54\1\u026d\6\54\1\uffff\1" + "\54\1\uffff\15\54\1\u0282\6\54\1\uffff\4\54\1\u028d\5\54\1\uffff" + "\2\54\1\u0295\2\54\1\u0298\1\u0299\1\uffff\2\54\2\uffff\1\u029c" + "\1\54\1\uffff\1\54\1\u029f\1\uffff";
- static final String DFA13_eofS = "\u02a0\uffff";
- static final String DFA13_minS =
- "\1\0\1\155\1\uffff\1\142\1\144\2\uffff\1\165\1\uffff\1\162\1\146" + "\1\141\1\105\1\156\1\141\1\156\1\141\1\151\2\157\1\156\1\154\1\156" + "\1\141\1\111\1\157\1\145\1\151\1\145\1\uffff\1\150\1\116\1\101\1" + "\114\1\60\1\101\1\uffff\2\0\1\52\2\uffff\1\150\1\160\2\uffff\1\143" + "\2\164\1\163\1\144\1\151\2\164\2\uffff\1\151\1\uffff\1\141\1\60" + "\2\145\1\146\1\164\1\146\1\164\1\116\1\157\1\151\1\154\1\156\1\170" + "\1\154\1\147\1\154\1\157\1\155\1\165\1\157\1\164\1\166\1\162\1\104" + "\1\162\1\154\1\144\1\170\1\uffff\1\151\1\105\1\116\1\114\1\uffff" + "\1\60\4\uffff\1\145\1\157\1\145\1\107\1\162\1\164\1\60\1\164\1\162" + "\1\155\1\145\1\144\1\156\1\uffff\1\162\1\145\1\141\1\143\2\141\1" + "\145\1\131\1\162\1\101\1\164\2\60\1\151\1\147\1\145\1\154\1\160" + "\1\155\1\141\1\145\1\141\1\151\1\105\1\144\1\157\1\141\1\145\1\151" + "\1\154\1\137\1\131\1\117\2\162\1\163\1\165\1\146\1\151\1\162\1\uffff" + "\1\60\1\171\1\124\1\156\1\60\1\143\1\162\1\105\1\165\1\162\1\120" + "\1\165\1\101\1\60\1\144\1\164\1\151\2\uffff\1\155\1\145\1\105\1" + "\145\1\162\1\145\1\164\1\147\1\117\1\156\1\137\1\101\1\166\1\164" + "\1\101\1\143\1\144\1\124\1\137\1\127\1\151\1\164\1\163\1\151\1\141" + "\1\142\1\141\1\uffff\1\60\1\171\1\144\1\uffff\1\150\1\151\1\156" + "\1\154\1\151\1\162\1\154\1\164\1\uffff\1\145\1\164\1\160\1\151\1" + "\162\1\170\1\141\1\145\1\162\1\151\1\145\1\142\1\147\1\101\1\164" + "\1\145\1\151\2\101\1\157\1\162\1\117\1\124\1\60\1\164\1\60\1\103" + "\1\144\1\143\1\165\1\143\1\165\1\uffff\1\160\1\163\1\60\1\144\1" + "\165\1\164\1\160\1\157\2\164\2\162\1\154\1\164\1\111\1\164\1\156" + "\1\163\1\141\1\156\1\162\1\152\1\101\2\60\1\164\1\60\1\157\1\162" + "\1\141\1\162\1\141\1\147\1\145\1\137\1\117\1\uffff\1\101\1\uffff" + "\1\157\1\60\3\164\1\151\1\145\1\60\1\165\1\uffff\1\145\1\155\1\117" + "\1\164\1\166\1\101\1\162\1\145\2\151\1\145\1\144\1\145\1\101\1\163" + "\1\164\1\147\1\101\1\145\1\164\2\uffff\1\162\1\uffff\1\156\1\164" + "\1\155\1\164\1\155\1\162\1\156\1\115\1\137\1\154\1\156\1\uffff\1" + "\60\1\145\1\60\1\144\1\60\1\uffff\1\151\1\163\1\124\1\162\1\141" + "\2\151\1\164\1\151\1\144\1\142\1\143\1\144\1\60\1\156\1\164\2\145" + "\1\120\1\164\1\143\1\164\1\151\1\124\1\151\1\145\1\151\1\145\1\141" + "\1\117\1\101\1\116\1\115\1\154\1\164\1\171\1\uffff\1\60\1\uffff" + "\1\60\1\uffff\1\144\1\40\1\171\1\144\1\154\1\157\1\144\1\164\1\142" + "\1\60\1\165\1\151\1\60\1\uffff\1\163\1\164\2\144\1\157\2\164\1\162" + "\1\142\1\171\1\146\1\60\1\146\1\60\1\160\1\146\1\116\1\105\1\116" + "\1\101\1\60\1\145\1\160\1\171\2\uffff\1\60\2\uffff\1\160\1\145\1" + "\165\1\156\1\145\1\162\1\165\1\uffff\2\164\1\uffff\1\151\1\162\1" + "\103\1\101\1\151\1\162\1\101\1\151\1\165\1\160\1\141\1\uffff\1\141" + "\1\uffff\1\150\1\60\1\131\1\60\1\105\1\116\1\uffff\1\170\1\145\1" + "\160\1\uffff\1\145\1\162\1\145\1\60\1\162\1\151\1\164\1\145\1\171" + "\1\157\1\151\1\157\1\164\1\156\1\151\1\164\1\142\1\164\1\145\2\143" + "\1\151\1\uffff\1\60\1\uffff\1\60\1\131\1\164\1\60\1\145\1\60\1\124" + "\1\60\1\uffff\1\60\1\142\1\145\1\104\1\60\1\156\1\142\1\156\2\164" + "\1\142\1\164\1\165\1\145\1\60\2\164\1\143\2\uffff\2\60\1\uffff\1" + "\60\1\uffff\1\171\2\uffff\1\165\1\60\1\141\1\uffff\1\60\1\165\1" + "\164\1\162\1\101\1\165\1\162\1\164\1\60\1\uffff\2\124\1\141\3\uffff" + "\1\160\1\164\1\uffff\1\164\1\uffff\1\164\1\145\1\151\2\164\1\151" + "\1\145\1\uffff\2\171\1\154\2\145\1\141\1\145\1\156\1\142\1\164\1" + "\145\1\142\1\60\2\160\1\137\1\60\1\104\1\120\1\60\1\164\1\165\1" + "\162\1\60\1\165\1\uffff\2\145\1\101\1\uffff\2\141\1\162\1\uffff" + "\1\101\1\164\1\151\1\uffff\1\164\2\60\1\145\1\163\1\164\1\147\1" + "\157\1\164\1\145\1\142\1\145\2\uffff\1\163\1\143\1\141\1\147\1\166" + "\1\164\1\60\1\165\1\60\1\143\1\145\1\120\1\145\1\151\1\162\1\uffff" + "\1\164\1\uffff\1\145\1\156\2\162\1\144\1\151\1\145\1\156\1\144\1" + "\157\1\120\1\145\1\142\1\60\1\144\1\151\1\166\2\162\1\165\1\uffff" + "\1\151\1\156\1\151\1\157\1\60\1\164\1\156\1\147\1\144\1\166\1\uffff" + "\1\145\1\147\1\60\1\145\1\151\2\60\1\uffff\1\162\1\144\2\uffff\1" + "\60\1\145\1\uffff\1\162\1\60\1\uffff";
- static final String DFA13_maxS =
- "\1\ufffe\1\156\1\uffff\1\164\1\170\2\uffff\1\165\1\uffff\1\162\1" + "\166\2\145\1\162\1\165\1\156\1\141\1\151\2\157\1\156\1\154\1\156" + "\1\141\1\164\1\157\1\145\1\151\1\145\1\uffff\1\150\1\116\1\101\1" + "\114\1\71\1\172\1\uffff\2\ufffe\1\57\2\uffff\1\150\1\160\2\uffff" + "\1\143\2\164\1\163\1\144\1\151\1\165\1\164\2\uffff\1\151\1\uffff" + "\1\141\1\172\2\145\1\163\1\164\1\146\1\164\1\116\1\157\1\151\1\154" + "\1\156\1\170\1\154\1\147\1\154\1\157\1\155\1\165\1\157\1\164\1\166" + "\1\162\1\104\1\162\1\155\1\144\1\170\1\uffff\1\151\1\105\1\116\1" + "\114\1\uffff\1\71\4\uffff\1\145\1\157\1\145\1\151\1\162\1\164\1" + "\172\1\164\1\162\1\155\1\145\1\144\1\156\1\uffff\1\162\1\145\1\141" + "\1\143\2\141\1\145\1\131\1\162\1\101\1\164\2\172\1\151\1\147\1\145" + "\1\154\1\160\1\155\1\141\1\145\1\141\1\151\1\105\1\144\1\157\1\141" + "\1\145\1\151\1\154\1\137\1\131\1\117\2\162\1\163\1\165\1\146\1\151" + "\1\162\1\uffff\1\172\1\171\1\124\1\156\1\172\1\143\1\162\1\105\1" + "\165\1\162\1\120\1\165\1\101\1\172\1\144\1\164\1\151\2\uffff\1\155" + "\1\145\1\105\1\145\1\162\1\145\1\164\1\147\1\117\1\156\1\137\1\101" + "\1\166\1\164\1\102\1\143\1\144\1\124\1\137\1\127\1\151\1\164\1\163" + "\1\151\1\141\1\142\1\141\1\uffff\1\172\1\171\1\144\1\uffff\1\150" + "\1\151\1\156\1\154\1\151\1\162\1\154\1\164\1\uffff\1\145\1\164\1" + "\160\1\151\1\162\1\170\1\141\1\145\1\162\1\151\1\145\1\142\1\147" + "\1\102\1\164\1\145\1\151\2\116\1\157\1\162\1\117\1\124\1\172\1\164" + "\1\172\1\103\1\144\1\143\1\165\1\143\1\165\1\uffff\1\160\1\163\1" + "\172\1\144\1\165\1\164\1\160\1\157\2\164\2\162\1\154\1\164\1\111" + "\1\164\1\156\1\163\1\141\1\156\1\162\1\152\1\101\2\172\1\164\1\172" + "\1\157\1\162\1\141\1\162\1\141\1\147\1\145\1\137\1\117\1\uffff\1" + "\101\1\uffff\1\157\1\172\3\164\1\151\1\145\1\172\1\165\1\uffff\1" + "\145\1\155\1\126\1\164\1\166\1\101\1\162\1\145\2\151\1\145\1\144" + "\1\145\1\101\1\163\1\164\1\147\1\101\1\145\1\164\2\uffff\1\162\1" + "\uffff\1\156\1\164\1\155\1\164\1\155\1\162\1\156\1\117\1\137\1\154" + "\1\156\1\uffff\1\172\1\145\1\172\1\144\1\172\1\uffff\1\151\1\163" + "\1\124\1\162\1\141\2\151\1\164\1\151\1\144\1\142\1\143\1\144\1\172" + "\1\156\1\164\2\145\1\120\1\164\1\143\1\164\1\151\1\124\1\151\1\145" + "\1\151\1\145\1\141\1\117\1\101\1\116\1\117\1\154\1\164\1\171\1\uffff" + "\1\172\1\uffff\1\172\1\uffff\1\144\1\172\1\171\1\144\1\154\1\157" + "\1\144\1\164\1\142\1\172\1\165\1\151\1\172\1\uffff\1\163\1\164\2" + "\144\1\157\2\164\1\162\1\142\1\171\1\146\1\172\1\146\1\172\1\160" + "\1\146\1\116\1\105\1\116\1\101\1\172\1\145\1\160\1\171\2\uffff\1" + "\172\2\uffff\1\160\1\145\1\165\1\156\1\145\1\162\1\165\1\uffff\2" + "\164\1\uffff\1\151\1\162\1\103\1\101\1\151\1\162\1\101\1\151\1\165" + "\1\160\1\141\1\uffff\1\141\1\uffff\1\150\1\172\1\131\1\172\1\105" + "\1\116\1\uffff\1\170\1\145\1\160\1\uffff\1\145\1\162\1\145\1\172" + "\1\162\1\151\1\164\1\145\1\171\1\157\1\151\1\157\1\164\1\156\1\151" + "\1\164\1\142\1\164\1\145\2\143\1\151\1\uffff\1\172\1\uffff\1\172" + "\1\131\1\164\1\172\1\145\1\172\1\124\1\172\1\uffff\1\172\1\142\1" + "\145\1\104\1\172\1\156\1\142\1\156\2\164\1\142\1\164\1\165\1\145" + "\1\172\2\164\1\143\2\uffff\2\172\1\uffff\1\172\1\uffff\1\171\2\uffff" + "\1\165\1\172\1\141\1\uffff\1\172\1\165\1\164\1\162\1\101\1\165\1" + "\162\1\164\1\172\1\uffff\2\124\1\141\3\uffff\1\160\1\164\1\uffff" + "\1\164\1\uffff\1\164\1\145\1\151\2\164\1\151\1\145\1\uffff\2\171" + "\1\154\2\145\1\141\1\145\1\156\1\142\1\164\1\145\1\142\1\172\2\160" + "\1\137\1\172\1\124\1\120\1\172\1\164\1\165\1\162\1\172\1\165\1\uffff" + "\2\145\1\104\1\uffff\2\141\1\162\1\uffff\1\101\1\164\1\151\1\uffff" + "\1\164\2\172\1\145\1\163\1\164\1\147\1\157\1\164\1\145\1\142\1\145" + "\2\uffff\1\163\1\143\1\141\1\147\1\166\1\164\1\172\1\165\1\172\1" + "\143\1\145\1\120\1\145\1\151\1\162\1\uffff\1\164\1\uffff\1\145\1" + "\156\2\162\1\144\1\151\1\145\1\156\1\144\1\157\1\120\1\145\1\142" + "\1\172\1\144\1\151\1\166\2\162\1\165\1\uffff\1\151\1\156\1\151\1" + "\157\1\172\1\164\1\156\1\147\1\144\1\166\1\uffff\1\145\1\147\1\172" + "\1\145\1\151\2\172\1\uffff\1\162\1\144\2\uffff\1\172\1\145\1\uffff" + "\1\162\1\172\1\uffff";
- static final String DFA13_acceptS =
- "\2\uffff\1\2\2\uffff\1\6\1\7\1\uffff\1\11\24\uffff\1\66\6\uffff" + "\1\105\3\uffff\1\112\1\113\2\uffff\1\105\1\2\10\uffff\1\6\1\7\1" + "\uffff\1\11\35\uffff\1\66\4\uffff\1\104\1\uffff\1\107\1\111\1\110" + "\1\112\15\uffff\1\73\50\uffff\1\50\21\uffff\1\21\1\22\33\uffff\1" + "\72\3\uffff\1\10\10\uffff\1\101\40\uffff\1\44\44\uffff\1\100\1\uffff" + "\1\1\11\uffff\1\67\24\uffff\1\103\1\102\1\uffff\1\51\13\uffff\1" + "\65\5\uffff\1\5\44\uffff\1\64\1\uffff\1\3\1\uffff\1\26\15\uffff" + "\1\24\30\uffff\1\12\1\45\1\uffff\1\46\1\15\7\uffff\1\63\2\uffff" + "\1\23\13\uffff\1\53\1\uffff\1\55\6\uffff\1\47\3\uffff\1\13\26\uffff" + "\1\71\1\uffff\1\74\10\uffff\1\27\22\uffff\1\75\1\76\2\uffff\1\4" + "\1\uffff\1\43\1\uffff\1\30\1\16\3\uffff\1\60\11\uffff\1\52\3\uffff" + "\1\77\1\70\1\14\2\uffff\1\34\1\uffff\1\31\7\uffff\1\42\31\uffff" + "\1\41\3\uffff\1\57\3\uffff\1\32\3\uffff\1\37\14\uffff\1\54\1\56" + "\17\uffff\1\35\1\uffff\1\40\24\uffff\1\36\12\uffff\1\20\7\uffff" + "\1\61\2\uffff\1\33\1\62\2\uffff\1\17\2\uffff\1\25";
- static final String DFA13_specialS = "\u02a0\uffff}>";
- static final String[] DFA13_transitionS =
- {
- "\11\51\2\50\2\51\1\50\22\51\1\50\1\51\1\45\4\51\1\46\4\51\1" + "\5\1\51\1\2\1\47\12\42\1\51\1\35\5\51\1\41\1\22\1\23\1\14\1" + "\24\1\25\2\44\1\26\1\27\1\44\1\34\1\40\1\44\1\37\3\44\1\30\1" + "\44\1\15\1\44\1\31\3\44\3\51\1\43\1\44\1\51\1\3\1\11\1\36\1" + "\13\1\4\1\21\1\7\1\44\1\1\3\44\1\16\1\44\1\12\2\44\1\32\1\33" + "\1\20\1\17\5\44\1\6\1\51\1\10\uff81\51",
- "\1\53\1\52", "", "\1\61\1\56\1\62\15\uffff\1\57\1\uffff\1\60", "\1\63\11\uffff\1\64\11\uffff\1\65", "", "",
- "\1\70", "", "\1\72", "\1\73\14\uffff\1\75\2\uffff\1\74", "\1\77\3\uffff\1\76",
- "\1\102\33\uffff\1\101\3\uffff\1\100", "\1\103\3\uffff\1\104", "\1\107\7\uffff\1\106\13\uffff\1\105",
- "\1\110", "\1\111", "\1\112", "\1\113", "\1\114", "\1\115", "\1\116", "\1\117", "\1\120",
- "\1\122\52\uffff\1\121", "\1\123", "\1\124", "\1\125", "\1\126", "", "\1\130", "\1\131", "\1\132", "\1\133",
- "\12\135", "\32\54\4\uffff\1\54\1\uffff\32\54", "", "\uffff\136", "\uffff\136", "\1\140\4\uffff\1\137", "",
- "", "\1\142", "\1\143", "", "", "\1\144", "\1\145", "\1\146", "\1\147", "\1\150", "\1\151", "\1\152\1\153",
- "\1\154", "", "", "\1\155", "", "\1\156", "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "\1\160",
- "\1\161", "\1\162\14\uffff\1\163", "\1\164", "\1\165", "\1\166", "\1\167", "\1\170", "\1\171", "\1\172",
- "\1\173", "\1\174", "\1\175", "\1\176", "\1\177", "\1\u0080", "\1\u0081", "\1\u0082", "\1\u0083", "\1\u0084",
- "\1\u0085", "\1\u0086", "\1\u0087", "\1\u0088", "\1\u008a\1\u0089", "\1\u008b", "\1\u008c", "", "\1\u008d",
- "\1\u008e", "\1\u008f", "\1\u0090", "", "\12\135", "", "", "", "", "\1\u0091", "\1\u0092", "\1\u0093",
- "\1\u0094\41\uffff\1\u0095", "\1\u0096", "\1\u0097", "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
- "\1\u0099", "\1\u009a", "\1\u009b", "\1\u009c", "\1\u009d", "\1\u009e", "", "\1\u009f", "\1\u00a0",
- "\1\u00a1", "\1\u00a2", "\1\u00a3", "\1\u00a4", "\1\u00a5", "\1\u00a6", "\1\u00a7", "\1\u00a8", "\1\u00a9",
- "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
- "\1\u00ac", "\1\u00ad", "\1\u00ae", "\1\u00af", "\1\u00b0", "\1\u00b1", "\1\u00b2", "\1\u00b3", "\1\u00b4",
- "\1\u00b5", "\1\u00b6", "\1\u00b7", "\1\u00b8", "\1\u00b9", "\1\u00ba", "\1\u00bb", "\1\u00bc", "\1\u00bd",
- "\1\u00be", "\1\u00bf", "\1\u00c0", "\1\u00c1", "\1\u00c2", "\1\u00c3", "\1\u00c4", "\1\u00c5", "\1\u00c6",
- "", "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "\1\u00c8", "\1\u00c9", "\1\u00ca",
- "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "\1\u00cc", "\1\u00cd", "\1\u00ce", "\1\u00cf", "\1\u00d0",
- "\1\u00d1", "\1\u00d2", "\1\u00d3", "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "\1\u00d5", "\1\u00d6",
- "\1\u00d7", "", "", "\1\u00d8", "\1\u00d9", "\1\u00da", "\1\u00db", "\1\u00dc", "\1\u00dd", "\1\u00de",
- "\1\u00df", "\1\u00e0", "\1\u00e1", "\1\u00e2", "\1\u00e3", "\1\u00e4", "\1\u00e5", "\1\u00e6\1\u00e7",
- "\1\u00e8", "\1\u00e9", "\1\u00ea", "\1\u00eb", "\1\u00ec", "\1\u00ed", "\1\u00ee", "\1\u00ef", "\1\u00f0",
- "\1\u00f1", "\1\u00f2", "\1\u00f3", "", "\12\54\7\uffff\6\54\1\u00f4\23\54\4\uffff\1\54\1\uffff\32\54",
- "\1\u00f6", "\1\u00f7", "", "\1\u00f8", "\1\u00f9", "\1\u00fa", "\1\u00fb", "\1\u00fc", "\1\u00fd",
- "\1\u00fe", "\1\u00ff", "", "\1\u0100", "\1\u0101", "\1\u0102", "\1\u0103", "\1\u0104", "\1\u0105",
- "\1\u0106", "\1\u0107", "\1\u0108", "\1\u0109", "\1\u010a", "\1\u010b", "\1\u010c", "\1\u010e\1\u010d",
- "\1\u010f", "\1\u0110", "\1\u0111", "\1\u0112\14\uffff\1\u0113", "\1\u0114\14\uffff\1\u0115", "\1\u0116",
- "\1\u0117", "\1\u0118", "\1\u0119", "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "\1\u011b",
- "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "\1\u011d", "\1\u011e", "\1\u011f", "\1\u0120", "\1\u0121",
- "\1\u0122", "", "\1\u0123", "\1\u0124", "\12\54\7\uffff\6\54\1\u0125\23\54\4\uffff\1\54\1\uffff\32\54",
- "\1\u0127", "\1\u0128", "\1\u0129", "\1\u012a", "\1\u012b", "\1\u012c", "\1\u012d", "\1\u012e", "\1\u012f",
- "\1\u0130", "\1\u0131", "\1\u0132", "\1\u0133", "\1\u0134", "\1\u0135", "\1\u0136", "\1\u0137", "\1\u0138",
- "\1\u0139", "\1\u013a", "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
- "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "\1\u013d",
- "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "\1\u013f", "\1\u0140", "\1\u0141", "\1\u0142", "\1\u0143",
- "\1\u0144", "\1\u0145", "\1\u0146", "\1\u0147", "", "\1\u0148", "", "\1\u0149",
- "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "\1\u014b", "\1\u014c", "\1\u014d", "\1\u014e", "\1\u014f",
- "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "\1\u0151", "", "\1\u0152", "\1\u0153",
- "\1\u0154\6\uffff\1\u0155", "\1\u0156", "\1\u0157", "\1\u0158", "\1\u0159", "\1\u015a", "\1\u015b",
- "\1\u015c", "\1\u015d", "\1\u015e", "\1\u015f", "\1\u0160", "\1\u0161", "\1\u0162", "\1\u0163", "\1\u0164",
- "\1\u0165", "\1\u0166", "", "", "\1\u0167", "", "\1\u0168", "\1\u0169", "\1\u016a", "\1\u016b", "\1\u016c",
- "\1\u016d", "\1\u016e", "\1\u016f\1\uffff\1\u0170", "\1\u0171", "\1\u0172", "\1\u0173", "",
- "\12\54\7\uffff\23\54\1\u0174\6\54\4\uffff\1\54\1\uffff\32\54", "\1\u0176",
- "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "\1\u0178",
- "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "", "\1\u017a", "\1\u017b", "\1\u017c", "\1\u017d",
- "\1\u017e", "\1\u017f", "\1\u0180", "\1\u0181", "\1\u0182", "\1\u0183", "\1\u0184", "\1\u0185", "\1\u0186",
- "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "\1\u0188", "\1\u0189", "\1\u018a", "\1\u018b", "\1\u018c",
- "\1\u018d", "\1\u018e", "\1\u018f", "\1\u0190", "\1\u0191", "\1\u0192", "\1\u0193", "\1\u0194", "\1\u0195",
- "\1\u0196", "\1\u0197", "\1\u0198", "\1\u0199", "\1\u019b\1\uffff\1\u019a", "\1\u019c", "\1\u019d",
- "\1\u019e", "", "\12\54\7\uffff\23\54\1\u019f\6\54\4\uffff\1\54\1\uffff\32\54", "",
- "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "", "\1\u01a2",
- "\1\u01a3\17\uffff\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32" + "\54", "\1\u01a5", "\1\u01a6", "\1\u01a7",
- "\1\u01a8", "\1\u01a9", "\1\u01aa", "\1\u01ab", "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "\1\u01ad",
- "\1\u01ae", "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "", "\1\u01b0", "\1\u01b1", "\1\u01b2",
- "\1\u01b3", "\1\u01b4", "\1\u01b5", "\1\u01b6", "\1\u01b7", "\1\u01b8", "\1\u01b9", "\1\u01ba",
- "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "\1\u01bc",
- "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "\1\u01be", "\1\u01bf", "\1\u01c0", "\1\u01c1", "\1\u01c2",
- "\1\u01c3", "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "\1\u01c5", "\1\u01c6", "\1\u01c7", "", "",
- "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "", "", "\1\u01c9", "\1\u01ca", "\1\u01cb", "\1\u01cc",
- "\1\u01cd", "\1\u01ce", "\1\u01cf", "", "\1\u01d0", "\1\u01d1", "", "\1\u01d2", "\1\u01d3", "\1\u01d4",
- "\1\u01d5", "\1\u01d6", "\1\u01d7", "\1\u01d8", "\1\u01d9", "\1\u01da", "\1\u01db", "\1\u01dc", "",
- "\1\u01dd", "", "\1\u01de", "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "\1\u01e0",
- "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "\1\u01e2", "\1\u01e3", "", "\1\u01e4", "\1\u01e5",
- "\1\u01e6", "", "\1\u01e7", "\1\u01e8", "\1\u01e9", "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
- "\1\u01eb", "\1\u01ec", "\1\u01ed", "\1\u01ee", "\1\u01ef", "\1\u01f0", "\1\u01f1", "\1\u01f2", "\1\u01f3",
- "\1\u01f4", "\1\u01f5", "\1\u01f6", "\1\u01f7", "\1\u01f8", "\1\u01f9", "\1\u01fa", "\1\u01fb", "\1\u01fc",
- "", "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "", "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
- "\1\u01ff", "\1\u0200", "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "\1\u0202",
- "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "\1\u0204",
- "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "", "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
- "\1\u0207", "\1\u0208", "\1\u0209", "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "\1\u020b", "\1\u020c",
- "\1\u020d", "\1\u020e", "\1\u020f", "\1\u0210", "\1\u0211", "\1\u0212", "\1\u0213",
- "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "\1\u0215", "\1\u0216", "\1\u0217", "", "",
- "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "",
- "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "", "\1\u021b", "", "", "\1\u021c",
- "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "\1\u021e", "",
- "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "\1\u0220", "\1\u0221", "\1\u0222", "\1\u0223", "\1\u0224",
- "\1\u0225", "\1\u0226", "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "", "\1\u0228", "\1\u0229",
- "\1\u022a", "", "", "", "\1\u022b", "\1\u022c", "", "\1\u022d", "", "\1\u022e", "\1\u022f", "\1\u0230",
- "\1\u0231", "\1\u0232", "\1\u0233", "\1\u0234", "", "\1\u0235", "\1\u0236", "\1\u0237", "\1\u0238",
- "\1\u0239", "\1\u023a", "\1\u023b", "\1\u023c", "\1\u023d", "\1\u023e", "\1\u023f", "\1\u0240",
- "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "\1\u0242", "\1\u0243", "\1\u0244",
- "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "\1\u0246\17\uffff\1\u0247", "\1\u0248",
- "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "\1\u024a", "\1\u024b", "\1\u024c",
- "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "\1\u024e", "", "\1\u024f", "\1\u0250",
- "\1\u0252\2\uffff\1\u0251", "", "\1\u0253", "\1\u0254", "\1\u0255", "", "\1\u0256", "\1\u0257", "\1\u0258",
- "", "\1\u0259", "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
- "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "\1\u025c", "\1\u025d", "\1\u025e", "\1\u025f", "\1\u0260",
- "\1\u0261", "\1\u0262", "\1\u0263", "\1\u0264", "", "", "\1\u0265", "\1\u0266", "\1\u0267", "\1\u0268",
- "\1\u0269", "\1\u026a", "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "\1\u026c",
- "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "\1\u026e", "\1\u026f", "\1\u0270", "\1\u0271", "\1\u0272",
- "\1\u0273", "", "\1\u0274", "", "\1\u0275", "\1\u0276", "\1\u0277", "\1\u0278", "\1\u0279", "\1\u027a",
- "\1\u027b", "\1\u027c", "\1\u027d", "\1\u027e", "\1\u027f", "\1\u0280", "\1\u0281",
- "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "\1\u0283", "\1\u0284", "\1\u0285", "\1\u0286", "\1\u0287",
- "\1\u0288", "", "\1\u0289", "\1\u028a", "\1\u028b", "\1\u028c",
- "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "\1\u028e", "\1\u028f", "\1\u0290", "\1\u0291", "\1\u0292",
- "", "\1\u0293", "\1\u0294", "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "\1\u0296", "\1\u0297",
- "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "",
- "\1\u029a", "\1\u029b", "", "", "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", "\1\u029d", "", "\1\u029e",
- "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", ""};
-
- static final short[] DFA13_eot = DFA.unpackEncodedString(DFA13_eotS);
- static final short[] DFA13_eof = DFA.unpackEncodedString(DFA13_eofS);
- static final char[] DFA13_min = DFA.unpackEncodedStringToUnsignedChars(DFA13_minS);
- static final char[] DFA13_max = DFA.unpackEncodedStringToUnsignedChars(DFA13_maxS);
- static final short[] DFA13_accept = DFA.unpackEncodedString(DFA13_acceptS);
- static final short[] DFA13_special = DFA.unpackEncodedString(DFA13_specialS);
- static final short[][] DFA13_transition;
-
- static {
- int numStates = DFA13_transitionS.length;
- DFA13_transition = new short[numStates][];
- for (int i = 0; i < numStates; i++) {
- DFA13_transition[i] = DFA.unpackEncodedString(DFA13_transitionS[i]);
- }
- }
-
- class DFA13 extends DFA {
-
- public DFA13(BaseRecognizer recognizer) {
- this.recognizer = recognizer;
- this.decisionNumber = 13;
- this.eot = DFA13_eot;
- this.eof = DFA13_eof;
- this.min = DFA13_min;
- this.max = DFA13_max;
- this.accept = DFA13_accept;
- this.special = DFA13_special;
- this.transition = DFA13_transition;
- }
-
- public String getDescription() {
- return "1:1: Tokens : ( T12 | T13 | T14 | T15 | T16 | T17 | T18 | T19 | T20 | T21 | T22 | T23 | T24 | T25 | T26 | T27 | T28 | T29 | T30 | T31 | T32 | T33 | T34 | T35 | T36 | T37 | T38 | T39 | T40 | T41 | T42 | T43 | T44 | T45 | T46 | T47 | T48 | T49 | T50 | T51 | T52 | T53 | T54 | T55 | T56 | T57 | T58 | T59 | T60 | T61 | T62 | T63 | T64 | T65 | T66 | T67 | T68 | T69 | T70 | T71 | T72 | T73 | T74 | T75 | T76 | T77 | T78 | RULE_WHOLE_NUM_STR | RULE_ID | RULE_INT | RULE_STRING | RULE_ML_COMMENT | RULE_SL_COMMENT | RULE_WS | RULE_ANY_OTHER );";
- }
- }
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end RULE_WS
+
+ // $ANTLR start RULE_ANY_OTHER
+ public final void mRULE_ANY_OTHER() throws RecognitionException {
+ try {
+ int _type = RULE_ANY_OTHER;
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3207:16: ( . )
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:3207:18: .
+ {
+ matchAny();
+
+ }
+
+ this.type = _type;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end RULE_ANY_OTHER
+
+ public void mTokens() throws RecognitionException {
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:8: ( T12 | T13 | T14 | T15 | T16 | T17 | T18 | T19 | T20 | T21 | T22 | T23 | T24 | T25 | T26 | T27 | T28 | T29 | T30 | T31 | T32 | T33 | T34 | T35 | T36 | T37 | T38 | T39 | T40 | T41 | T42 | T43 | T44 | T45 | T46 | T47 | T48 | T49 | T50 | T51 | T52 | T53 | T54 | T55 | T56 | T57 | T58 | T59 | T60 | T61 | T62 | T63 | T64 | T65 | T66 | T67 | T68 | T69 | T70 | T71 | T72 | T73 | T74 | T75 | T76 | T77 | T78 | T79 | RULE_WHOLE_NUM_STR | RULE_ID | RULE_INT | RULE_STRING | RULE_ML_COMMENT | RULE_SL_COMMENT | RULE_WS | RULE_ANY_OTHER )
+ int alt13=76;
+ alt13 = dfa13.predict(input);
+ switch (alt13) {
+ case 1 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:10: T12
+ {
+ mT12();
+
+ }
+ break;
+ case 2 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:14: T13
+ {
+ mT13();
+
+ }
+ break;
+ case 3 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:18: T14
+ {
+ mT14();
+
+ }
+ break;
+ case 4 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:22: T15
+ {
+ mT15();
+
+ }
+ break;
+ case 5 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:26: T16
+ {
+ mT16();
+
+ }
+ break;
+ case 6 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:30: T17
+ {
+ mT17();
+
+ }
+ break;
+ case 7 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:34: T18
+ {
+ mT18();
+
+ }
+ break;
+ case 8 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:38: T19
+ {
+ mT19();
+
+ }
+ break;
+ case 9 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:42: T20
+ {
+ mT20();
+
+ }
+ break;
+ case 10 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:46: T21
+ {
+ mT21();
+
+ }
+ break;
+ case 11 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:50: T22
+ {
+ mT22();
+
+ }
+ break;
+ case 12 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:54: T23
+ {
+ mT23();
+
+ }
+ break;
+ case 13 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:58: T24
+ {
+ mT24();
+
+ }
+ break;
+ case 14 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:62: T25
+ {
+ mT25();
+
+ }
+ break;
+ case 15 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:66: T26
+ {
+ mT26();
+
+ }
+ break;
+ case 16 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:70: T27
+ {
+ mT27();
+
+ }
+ break;
+ case 17 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:74: T28
+ {
+ mT28();
+
+ }
+ break;
+ case 18 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:78: T29
+ {
+ mT29();
+
+ }
+ break;
+ case 19 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:82: T30
+ {
+ mT30();
+
+ }
+ break;
+ case 20 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:86: T31
+ {
+ mT31();
+
+ }
+ break;
+ case 21 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:90: T32
+ {
+ mT32();
+
+ }
+ break;
+ case 22 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:94: T33
+ {
+ mT33();
+
+ }
+ break;
+ case 23 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:98: T34
+ {
+ mT34();
+
+ }
+ break;
+ case 24 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:102: T35
+ {
+ mT35();
+
+ }
+ break;
+ case 25 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:106: T36
+ {
+ mT36();
+
+ }
+ break;
+ case 26 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:110: T37
+ {
+ mT37();
+
+ }
+ break;
+ case 27 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:114: T38
+ {
+ mT38();
+
+ }
+ break;
+ case 28 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:118: T39
+ {
+ mT39();
+
+ }
+ break;
+ case 29 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:122: T40
+ {
+ mT40();
+
+ }
+ break;
+ case 30 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:126: T41
+ {
+ mT41();
+
+ }
+ break;
+ case 31 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:130: T42
+ {
+ mT42();
+
+ }
+ break;
+ case 32 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:134: T43
+ {
+ mT43();
+
+ }
+ break;
+ case 33 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:138: T44
+ {
+ mT44();
+
+ }
+ break;
+ case 34 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:142: T45
+ {
+ mT45();
+
+ }
+ break;
+ case 35 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:146: T46
+ {
+ mT46();
+
+ }
+ break;
+ case 36 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:150: T47
+ {
+ mT47();
+
+ }
+ break;
+ case 37 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:154: T48
+ {
+ mT48();
+
+ }
+ break;
+ case 38 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:158: T49
+ {
+ mT49();
+
+ }
+ break;
+ case 39 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:162: T50
+ {
+ mT50();
+
+ }
+ break;
+ case 40 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:166: T51
+ {
+ mT51();
+
+ }
+ break;
+ case 41 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:170: T52
+ {
+ mT52();
+
+ }
+ break;
+ case 42 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:174: T53
+ {
+ mT53();
+
+ }
+ break;
+ case 43 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:178: T54
+ {
+ mT54();
+
+ }
+ break;
+ case 44 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:182: T55
+ {
+ mT55();
+
+ }
+ break;
+ case 45 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:186: T56
+ {
+ mT56();
+
+ }
+ break;
+ case 46 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:190: T57
+ {
+ mT57();
+
+ }
+ break;
+ case 47 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:194: T58
+ {
+ mT58();
+
+ }
+ break;
+ case 48 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:198: T59
+ {
+ mT59();
+
+ }
+ break;
+ case 49 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:202: T60
+ {
+ mT60();
+
+ }
+ break;
+ case 50 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:206: T61
+ {
+ mT61();
+
+ }
+ break;
+ case 51 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:210: T62
+ {
+ mT62();
+
+ }
+ break;
+ case 52 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:214: T63
+ {
+ mT63();
+
+ }
+ break;
+ case 53 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:218: T64
+ {
+ mT64();
+
+ }
+ break;
+ case 54 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:222: T65
+ {
+ mT65();
+
+ }
+ break;
+ case 55 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:226: T66
+ {
+ mT66();
+
+ }
+ break;
+ case 56 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:230: T67
+ {
+ mT67();
+
+ }
+ break;
+ case 57 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:234: T68
+ {
+ mT68();
+
+ }
+ break;
+ case 58 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:238: T69
+ {
+ mT69();
+
+ }
+ break;
+ case 59 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:242: T70
+ {
+ mT70();
+
+ }
+ break;
+ case 60 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:246: T71
+ {
+ mT71();
+
+ }
+ break;
+ case 61 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:250: T72
+ {
+ mT72();
+
+ }
+ break;
+ case 62 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:254: T73
+ {
+ mT73();
+
+ }
+ break;
+ case 63 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:258: T74
+ {
+ mT74();
+
+ }
+ break;
+ case 64 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:262: T75
+ {
+ mT75();
+
+ }
+ break;
+ case 65 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:266: T76
+ {
+ mT76();
+
+ }
+ break;
+ case 66 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:270: T77
+ {
+ mT77();
+
+ }
+ break;
+ case 67 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:274: T78
+ {
+ mT78();
+
+ }
+ break;
+ case 68 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:278: T79
+ {
+ mT79();
+
+ }
+ break;
+ case 69 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:282: RULE_WHOLE_NUM_STR
+ {
+ mRULE_WHOLE_NUM_STR();
+
+ }
+ break;
+ case 70 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:301: RULE_ID
+ {
+ mRULE_ID();
+
+ }
+ break;
+ case 71 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:309: RULE_INT
+ {
+ mRULE_INT();
+
+ }
+ break;
+ case 72 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:318: RULE_STRING
+ {
+ mRULE_STRING();
+
+ }
+ break;
+ case 73 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:330: RULE_ML_COMMENT
+ {
+ mRULE_ML_COMMENT();
+
+ }
+ break;
+ case 74 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:346: RULE_SL_COMMENT
+ {
+ mRULE_SL_COMMENT();
+
+ }
+ break;
+ case 75 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:362: RULE_WS
+ {
+ mRULE_WS();
+
+ }
+ break;
+ case 76 :
+ // ../org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.g:1:370: RULE_ANY_OTHER
+ {
+ mRULE_ANY_OTHER();
+
+ }
+ break;
+
+ }
+
+ }
+
+
+ protected DFA13 dfa13 = new DFA13(this);
+ static final String DFA13_eotS =
+ "\1\uffff\1\54\1\uffff\2\54\2\uffff\1\54\1\uffff\24\54\1\uffff\4"+
+ "\54\1\135\1\51\1\uffff\3\51\2\uffff\2\54\2\uffff\10\54\2\uffff\1"+
+ "\54\1\uffff\1\54\1\160\34\54\1\uffff\4\54\1\uffff\1\135\4\uffff"+
+ "\6\54\1\u009a\6\54\1\uffff\13\54\1\u00ac\1\u00ad\34\54\1\uffff\1"+
+ "\u00ca\3\54\1\u00ce\10\54\1\u00d7\3\54\2\uffff\4\54\1\u00df\27\54"+
+ "\1\uffff\1\u00f9\2\54\1\uffff\10\54\1\uffff\7\54\1\uffff\20\54\1"+
+ "\u011e\1\u011f\7\54\1\uffff\2\54\1\u012a\24\54\1\u013f\1\u0140\1"+
+ "\54\1\u0142\11\54\2\uffff\3\54\1\u014f\4\54\1\u0154\1\54\1\uffff"+
+ "\24\54\2\uffff\1\54\1\uffff\13\54\1\u0179\1\uffff\1\54\1\u017b\1"+
+ "\54\1\u017d\1\uffff\15\54\1\u018b\26\54\1\uffff\1\u01a4\1\uffff"+
+ "\1\u01a5\1\uffff\1\54\1\u01a8\7\54\1\u01b0\2\54\1\u01b3\1\uffff"+
+ "\12\54\1\u01be\2\54\1\u01c1\6\54\1\u01c8\3\54\2\uffff\1\u01cc\2"+
+ "\uffff\7\54\1\uffff\2\54\1\uffff\12\54\1\uffff\2\54\1\uffff\1\54"+
+ "\1\u01e3\1\54\1\u01e5\2\54\1\uffff\3\54\1\uffff\1\54\1\u01ec\24"+
+ "\54\1\uffff\1\u0201\1\uffff\1\54\1\u0203\1\54\1\u0205\1\54\1\u0207"+
+ "\1\uffff\1\54\1\u0209\1\u020a\3\54\1\u020e\11\54\1\u0218\3\54\1"+
+ "\uffff\1\u021c\1\uffff\1\u021d\1\uffff\1\u021e\1\uffff\1\54\2\uffff"+
+ "\1\54\1\u0221\1\54\1\uffff\1\u0223\7\54\1\u022b\1\uffff\3\54\3\uffff"+
+ "\2\54\1\uffff\1\54\1\uffff\7\54\1\uffff\14\54\1\u0245\3\54\1\u0249"+
+ "\2\54\1\u024d\3\54\1\u0251\1\54\1\uffff\3\54\1\uffff\3\54\1\uffff"+
+ "\3\54\1\uffff\1\54\1\u025e\1\u025f\11\54\2\uffff\6\54\1\u026f\1"+
+ "\54\1\u0271\6\54\1\uffff\1\54\1\uffff\15\54\1\u0286\6\54\1\uffff"+
+ "\4\54\1\u0291\5\54\1\uffff\2\54\1\u0299\2\54\1\u029c\1\u029d\1\uffff"+
+ "\2\54\2\uffff\1\54\1\u02a1\1\54\1\uffff\1\u02a3\1\uffff";
+ static final String DFA13_eofS =
+ "\u02a4\uffff";
+ static final String DFA13_minS =
+ "\1\0\1\155\1\uffff\1\142\1\144\2\uffff\1\165\1\uffff\1\162\1\146"+
+ "\1\141\1\105\1\156\1\141\1\156\1\141\1\151\1\117\1\157\1\156\1\154"+
+ "\1\156\1\141\1\111\1\157\1\145\1\151\1\145\1\uffff\1\150\1\116\1"+
+ "\101\1\114\1\60\1\101\1\uffff\2\0\1\52\2\uffff\1\160\1\150\2\uffff"+
+ "\1\143\2\164\1\163\1\144\1\151\2\164\2\uffff\1\151\1\uffff\1\141"+
+ "\1\60\2\145\1\146\1\164\1\146\1\164\1\116\1\157\1\151\1\154\1\156"+
+ "\1\170\1\154\1\147\1\154\1\157\1\124\1\155\1\165\1\157\1\164\1\166"+
+ "\1\162\1\104\1\162\1\154\1\144\1\170\1\uffff\1\151\1\105\1\116\1"+
+ "\114\1\uffff\1\60\4\uffff\1\157\2\145\1\107\1\162\1\164\1\60\1\164"+
+ "\1\162\1\155\1\145\1\144\1\156\1\uffff\1\162\1\145\1\143\3\141\1"+
+ "\145\1\131\1\162\1\101\1\164\2\60\1\151\1\147\1\145\1\154\1\110"+
+ "\1\160\1\155\1\141\1\145\1\141\1\151\1\105\1\144\1\157\1\141\1\145"+
+ "\1\151\1\154\1\137\1\131\1\117\2\162\1\163\1\146\1\165\1\151\1\162"+
+ "\1\uffff\1\60\1\171\1\124\1\156\1\60\1\143\1\162\1\105\1\162\1\165"+
+ "\1\120\1\165\1\101\1\60\1\144\1\164\1\151\2\uffff\1\155\1\145\1"+
+ "\105\1\145\1\60\1\162\1\145\1\164\1\147\1\117\1\156\1\137\1\101"+
+ "\1\166\1\164\1\101\1\143\1\144\1\124\1\137\1\127\1\164\1\151\1\163"+
+ "\1\141\1\151\1\142\1\141\1\uffff\1\60\1\171\1\144\1\uffff\1\150"+
+ "\1\151\1\156\1\151\1\154\1\162\1\154\1\164\1\uffff\1\145\1\164\1"+
+ "\160\1\151\1\162\1\170\1\141\1\uffff\1\145\1\162\1\151\1\145\1\142"+
+ "\1\147\1\101\1\164\1\145\1\151\2\101\1\157\1\162\1\117\1\124\2\60"+
+ "\1\164\1\103\1\143\1\144\1\165\1\143\1\165\1\uffff\1\160\1\163\1"+
+ "\60\1\144\1\165\1\160\1\164\1\157\2\164\2\162\1\154\1\164\1\111"+
+ "\1\164\1\156\1\163\1\141\1\156\1\162\1\152\1\101\2\60\1\164\1\60"+
+ "\1\157\1\141\2\162\1\141\1\147\1\145\1\137\1\117\2\uffff\1\101\1"+
+ "\157\1\164\1\60\2\164\1\151\1\145\1\60\1\165\1\uffff\1\145\1\155"+
+ "\1\164\1\117\1\166\1\101\1\162\1\145\2\151\1\145\1\144\1\145\1\101"+
+ "\1\163\1\164\1\147\1\101\1\145\1\164\2\uffff\1\162\1\uffff\1\156"+
+ "\1\155\2\164\1\155\1\162\1\156\1\115\1\137\1\154\1\156\1\60\1\uffff"+
+ "\1\145\1\60\1\144\1\60\1\uffff\1\151\1\163\1\124\1\151\1\162\1\141"+
+ "\1\151\1\164\1\151\1\144\1\142\1\143\1\144\1\60\1\156\1\164\2\145"+
+ "\1\120\1\164\1\143\1\164\1\151\1\124\1\145\2\151\1\145\1\141\1\117"+
+ "\1\101\1\116\1\115\1\154\1\164\1\171\1\uffff\1\60\1\uffff\1\60\1"+
+ "\uffff\1\144\1\40\1\171\1\157\1\144\1\154\1\144\1\164\1\142\1\60"+
+ "\1\165\1\151\1\60\1\uffff\1\163\1\164\2\144\1\157\2\164\1\162\1"+
+ "\142\1\171\1\60\2\146\1\60\1\160\1\146\1\116\1\105\1\101\1\116\1"+
+ "\60\1\145\1\160\1\171\2\uffff\1\60\2\uffff\1\160\1\156\1\145\1\165"+
+ "\1\145\1\162\1\165\1\uffff\2\164\1\uffff\1\151\1\162\1\103\1\101"+
+ "\1\151\1\162\1\101\1\151\1\165\1\160\1\uffff\2\141\1\uffff\1\150"+
+ "\1\60\1\131\1\60\1\116\1\105\1\uffff\1\170\1\145\1\160\1\uffff\1"+
+ "\145\1\60\1\162\1\145\1\162\1\151\1\164\1\145\1\171\1\157\1\151"+
+ "\1\157\1\164\1\156\1\151\1\164\1\142\1\164\1\145\2\143\1\151\1\uffff"+
+ "\1\60\1\uffff\1\131\1\60\1\164\1\60\1\145\1\60\1\uffff\1\124\2\60"+
+ "\1\142\1\145\1\104\1\60\1\156\1\142\1\156\2\164\1\142\1\164\1\165"+
+ "\1\145\1\60\2\164\1\143\1\uffff\1\60\1\uffff\1\60\1\uffff\1\60\1"+
+ "\uffff\1\171\2\uffff\1\165\1\60\1\141\1\uffff\1\60\1\165\1\164\1"+
+ "\162\1\101\1\165\1\162\1\164\1\60\1\uffff\2\124\1\141\3\uffff\1"+
+ "\160\1\164\1\uffff\1\164\1\uffff\1\164\1\145\1\151\2\164\1\151\1"+
+ "\145\1\uffff\2\171\1\154\2\145\1\141\1\145\1\156\1\142\1\164\1\145"+
+ "\1\142\1\60\2\160\1\137\1\60\1\104\1\120\1\60\1\164\1\165\1\162"+
+ "\1\60\1\165\1\uffff\2\145\1\101\1\uffff\2\141\1\162\1\uffff\1\101"+
+ "\1\164\1\151\1\uffff\1\164\2\60\1\145\1\163\1\147\1\164\1\157\1"+
+ "\164\1\145\1\142\1\145\2\uffff\1\163\1\143\1\147\1\141\1\166\1\164"+
+ "\1\60\1\165\1\60\1\143\2\145\1\120\1\151\1\162\1\uffff\1\164\1\uffff"+
+ "\1\145\1\156\2\162\1\144\1\151\1\145\1\156\1\144\1\120\1\157\1\145"+
+ "\1\142\1\60\1\144\1\151\1\162\1\166\1\162\1\165\1\uffff\1\151\1"+
+ "\156\1\157\1\151\1\60\1\164\1\156\1\147\1\166\1\144\1\uffff\1\145"+
+ "\1\147\1\60\1\151\1\145\2\60\1\uffff\1\144\1\162\2\uffff\1\145\1"+
+ "\60\1\162\1\uffff\1\60\1\uffff";
+ static final String DFA13_maxS =
+ "\1\ufffe\1\156\1\uffff\1\164\1\170\2\uffff\1\165\1\uffff\1\162\1"+
+ "\166\2\145\1\162\1\165\1\156\1\141\1\151\2\157\1\156\1\154\1\156"+
+ "\1\141\1\164\1\157\1\145\1\151\1\145\1\uffff\1\150\1\116\1\101\1"+
+ "\114\1\71\1\172\1\uffff\2\ufffe\1\57\2\uffff\1\160\1\150\2\uffff"+
+ "\1\143\2\164\1\163\1\144\1\151\1\165\1\164\2\uffff\1\151\1\uffff"+
+ "\1\141\1\172\2\145\1\163\1\164\1\146\1\164\1\116\1\157\1\151\1\154"+
+ "\1\156\1\170\1\154\1\147\1\154\1\157\1\124\1\155\1\165\1\157\1\164"+
+ "\1\166\1\162\1\104\1\162\1\155\1\144\1\170\1\uffff\1\151\1\105\1"+
+ "\116\1\114\1\uffff\1\71\4\uffff\1\157\2\145\1\151\1\162\1\164\1"+
+ "\172\1\164\1\162\1\155\1\145\1\144\1\156\1\uffff\1\162\1\145\1\143"+
+ "\3\141\1\145\1\131\1\162\1\101\1\164\2\172\1\151\1\147\1\145\1\154"+
+ "\1\110\1\160\1\155\1\141\1\145\1\141\1\151\1\105\1\144\1\157\1\141"+
+ "\1\145\1\151\1\154\1\137\1\131\1\117\2\162\1\163\1\146\1\165\1\151"+
+ "\1\162\1\uffff\1\172\1\171\1\124\1\156\1\172\1\143\1\162\1\105\1"+
+ "\162\1\165\1\120\1\165\1\101\1\172\1\144\1\164\1\151\2\uffff\1\155"+
+ "\1\145\1\105\1\145\1\172\1\162\1\145\1\164\1\147\1\117\1\156\1\137"+
+ "\1\101\1\166\1\164\1\102\1\143\1\144\1\124\1\137\1\127\1\164\1\151"+
+ "\1\163\1\141\1\151\1\142\1\141\1\uffff\1\172\1\171\1\144\1\uffff"+
+ "\1\150\1\151\1\156\1\151\1\154\1\162\1\154\1\164\1\uffff\1\145\1"+
+ "\164\1\160\1\151\1\162\1\170\1\141\1\uffff\1\145\1\162\1\151\1\145"+
+ "\1\142\1\147\1\102\1\164\1\145\1\151\2\116\1\157\1\162\1\117\1\124"+
+ "\2\172\1\164\1\103\1\143\1\144\1\165\1\143\1\165\1\uffff\1\160\1"+
+ "\163\1\172\1\144\1\165\1\160\1\164\1\157\2\164\2\162\1\154\1\164"+
+ "\1\111\1\164\1\156\1\163\1\141\1\156\1\162\1\152\1\101\2\172\1\164"+
+ "\1\172\1\157\1\141\2\162\1\141\1\147\1\145\1\137\1\117\2\uffff\1"+
+ "\101\1\157\1\164\1\172\2\164\1\151\1\145\1\172\1\165\1\uffff\1\145"+
+ "\1\155\1\164\1\126\1\166\1\101\1\162\1\145\2\151\1\145\1\144\1\145"+
+ "\1\101\1\163\1\164\1\147\1\101\1\145\1\164\2\uffff\1\162\1\uffff"+
+ "\1\156\1\155\2\164\1\155\1\162\1\156\1\117\1\137\1\154\1\156\1\172"+
+ "\1\uffff\1\145\1\172\1\144\1\172\1\uffff\1\151\1\163\1\124\1\151"+
+ "\1\162\1\141\1\151\1\164\1\151\1\144\1\142\1\143\1\144\1\172\1\156"+
+ "\1\164\2\145\1\120\1\164\1\143\1\164\1\151\1\124\1\145\2\151\1\145"+
+ "\1\141\1\117\1\101\1\116\1\117\1\154\1\164\1\171\1\uffff\1\172\1"+
+ "\uffff\1\172\1\uffff\1\144\1\172\1\171\1\157\1\144\1\154\1\144\1"+
+ "\164\1\142\1\172\1\165\1\151\1\172\1\uffff\1\163\1\164\2\144\1\157"+
+ "\2\164\1\162\1\142\1\171\1\172\2\146\1\172\1\160\1\146\1\116\1\105"+
+ "\1\101\1\116\1\172\1\145\1\160\1\171\2\uffff\1\172\2\uffff\1\160"+
+ "\1\156\1\145\1\165\1\145\1\162\1\165\1\uffff\2\164\1\uffff\1\151"+
+ "\1\162\1\103\1\101\1\151\1\162\1\101\1\151\1\165\1\160\1\uffff\2"+
+ "\141\1\uffff\1\150\1\172\1\131\1\172\1\116\1\105\1\uffff\1\170\1"+
+ "\145\1\160\1\uffff\1\145\1\172\1\162\1\145\1\162\1\151\1\164\1\145"+
+ "\1\171\1\157\1\151\1\157\1\164\1\156\1\151\1\164\1\142\1\164\1\145"+
+ "\2\143\1\151\1\uffff\1\172\1\uffff\1\131\1\172\1\164\1\172\1\145"+
+ "\1\172\1\uffff\1\124\2\172\1\142\1\145\1\104\1\172\1\156\1\142\1"+
+ "\156\2\164\1\142\1\164\1\165\1\145\1\172\2\164\1\143\1\uffff\1\172"+
+ "\1\uffff\1\172\1\uffff\1\172\1\uffff\1\171\2\uffff\1\165\1\172\1"+
+ "\141\1\uffff\1\172\1\165\1\164\1\162\1\101\1\165\1\162\1\164\1\172"+
+ "\1\uffff\2\124\1\141\3\uffff\1\160\1\164\1\uffff\1\164\1\uffff\1"+
+ "\164\1\145\1\151\2\164\1\151\1\145\1\uffff\2\171\1\154\2\145\1\141"+
+ "\1\145\1\156\1\142\1\164\1\145\1\142\1\172\2\160\1\137\1\172\1\124"+
+ "\1\120\1\172\1\164\1\165\1\162\1\172\1\165\1\uffff\2\145\1\104\1"+
+ "\uffff\2\141\1\162\1\uffff\1\101\1\164\1\151\1\uffff\1\164\2\172"+
+ "\1\145\1\163\1\147\1\164\1\157\1\164\1\145\1\142\1\145\2\uffff\1"+
+ "\163\1\143\1\147\1\141\1\166\1\164\1\172\1\165\1\172\1\143\2\145"+
+ "\1\120\1\151\1\162\1\uffff\1\164\1\uffff\1\145\1\156\2\162\1\144"+
+ "\1\151\1\145\1\156\1\144\1\120\1\157\1\145\1\142\1\172\1\144\1\151"+
+ "\1\162\1\166\1\162\1\165\1\uffff\1\151\1\156\1\157\1\151\1\172\1"+
+ "\164\1\156\1\147\1\166\1\144\1\uffff\1\145\1\147\1\172\1\151\1\145"+
+ "\2\172\1\uffff\1\144\1\162\2\uffff\1\145\1\172\1\162\1\uffff\1\172"+
+ "\1\uffff";
+ static final String DFA13_acceptS =
+ "\2\uffff\1\2\2\uffff\1\6\1\7\1\uffff\1\11\24\uffff\1\66\6\uffff"+
+ "\1\106\3\uffff\1\113\1\114\2\uffff\1\106\1\2\10\uffff\1\6\1\7\1"+
+ "\uffff\1\11\36\uffff\1\66\4\uffff\1\105\1\uffff\1\110\1\111\1\112"+
+ "\1\113\15\uffff\1\73\51\uffff\1\50\21\uffff\1\21\1\22\34\uffff\1"+
+ "\72\3\uffff\1\10\10\uffff\1\101\7\uffff\1\104\31\uffff\1\44\44\uffff"+
+ "\1\100\1\1\12\uffff\1\67\24\uffff\1\102\1\103\1\uffff\1\51\14\uffff"+
+ "\1\65\4\uffff\1\5\44\uffff\1\64\1\uffff\1\3\1\uffff\1\26\15\uffff"+
+ "\1\24\30\uffff\1\12\1\45\1\uffff\1\46\1\15\7\uffff\1\63\2\uffff"+
+ "\1\23\12\uffff\1\55\2\uffff\1\53\6\uffff\1\47\3\uffff\1\13\26\uffff"+
+ "\1\71\1\uffff\1\74\6\uffff\1\27\24\uffff\1\75\1\uffff\1\76\1\uffff"+
+ "\1\4\1\uffff\1\43\1\uffff\1\30\1\16\3\uffff\1\60\11\uffff\1\52\3"+
+ "\uffff\1\77\1\70\1\14\2\uffff\1\34\1\uffff\1\31\7\uffff\1\42\31"+
+ "\uffff\1\41\3\uffff\1\57\3\uffff\1\32\3\uffff\1\37\14\uffff\1\56"+
+ "\1\54\17\uffff\1\35\1\uffff\1\40\24\uffff\1\36\12\uffff\1\20\7\uffff"+
+ "\1\61\2\uffff\1\33\1\62\3\uffff\1\17\1\uffff\1\25";
+ static final String DFA13_specialS =
+ "\u02a4\uffff}>";
+ static final String[] DFA13_transitionS = {
+ "\11\51\2\50\2\51\1\50\22\51\1\50\1\51\1\45\4\51\1\46\4\51\1"+
+ "\5\1\51\1\2\1\47\12\42\1\51\1\35\5\51\1\41\1\22\1\23\1\14\1"+
+ "\24\1\25\2\44\1\26\1\27\1\44\1\34\1\40\1\44\1\37\3\44\1\30\1"+
+ "\44\1\15\1\44\1\31\3\44\3\51\1\43\1\44\1\51\1\3\1\11\1\36\1"+
+ "\13\1\4\1\21\1\7\1\44\1\1\3\44\1\16\1\44\1\12\2\44\1\32\1\33"+
+ "\1\20\1\17\5\44\1\6\1\51\1\10\uff81\51",
+ "\1\52\1\53",
+ "",
+ "\1\61\1\56\1\62\15\uffff\1\57\1\uffff\1\60",
+ "\1\63\11\uffff\1\64\11\uffff\1\65",
+ "",
+ "",
+ "\1\70",
+ "",
+ "\1\72",
+ "\1\73\14\uffff\1\75\2\uffff\1\74",
+ "\1\77\3\uffff\1\76",
+ "\1\102\33\uffff\1\101\3\uffff\1\100",
+ "\1\103\3\uffff\1\104",
+ "\1\107\7\uffff\1\106\13\uffff\1\105",
+ "\1\110",
+ "\1\111",
+ "\1\112",
+ "\1\114\37\uffff\1\113",
+ "\1\115",
+ "\1\116",
+ "\1\117",
+ "\1\120",
+ "\1\121",
+ "\1\123\52\uffff\1\122",
+ "\1\124",
+ "\1\125",
+ "\1\126",
+ "\1\127",
+ "",
+ "\1\131",
+ "\1\132",
+ "\1\133",
+ "\1\134",
+ "\12\136",
+ "\32\54\4\uffff\1\54\1\uffff\32\54",
+ "",
+ "\uffff\137",
+ "\uffff\137",
+ "\1\140\4\uffff\1\141",
+ "",
+ "",
+ "\1\143",
+ "\1\144",
+ "",
+ "",
+ "\1\145",
+ "\1\146",
+ "\1\147",
+ "\1\150",
+ "\1\151",
+ "\1\152",
+ "\1\153\1\154",
+ "\1\155",
+ "",
+ "",
+ "\1\156",
+ "",
+ "\1\157",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "\1\161",
+ "\1\162",
+ "\1\164\14\uffff\1\163",
+ "\1\165",
+ "\1\166",
+ "\1\167",
+ "\1\170",
+ "\1\171",
+ "\1\172",
+ "\1\173",
+ "\1\174",
+ "\1\175",
+ "\1\176",
+ "\1\177",
+ "\1\u0080",
+ "\1\u0081",
+ "\1\u0082",
+ "\1\u0083",
+ "\1\u0084",
+ "\1\u0085",
+ "\1\u0086",
+ "\1\u0087",
+ "\1\u0088",
+ "\1\u0089",
+ "\1\u008a",
+ "\1\u008c\1\u008b",
+ "\1\u008d",
+ "\1\u008e",
+ "",
+ "\1\u008f",
+ "\1\u0090",
+ "\1\u0091",
+ "\1\u0092",
+ "",
+ "\12\136",
+ "",
+ "",
+ "",
+ "",
+ "\1\u0093",
+ "\1\u0094",
+ "\1\u0095",
+ "\1\u0097\41\uffff\1\u0096",
+ "\1\u0098",
+ "\1\u0099",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "\1\u009b",
+ "\1\u009c",
+ "\1\u009d",
+ "\1\u009e",
+ "\1\u009f",
+ "\1\u00a0",
+ "",
+ "\1\u00a1",
+ "\1\u00a2",
+ "\1\u00a3",
+ "\1\u00a4",
+ "\1\u00a5",
+ "\1\u00a6",
+ "\1\u00a7",
+ "\1\u00a8",
+ "\1\u00a9",
+ "\1\u00aa",
+ "\1\u00ab",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "\1\u00ae",
+ "\1\u00af",
+ "\1\u00b0",
+ "\1\u00b1",
+ "\1\u00b2",
+ "\1\u00b3",
+ "\1\u00b4",
+ "\1\u00b5",
+ "\1\u00b6",
+ "\1\u00b7",
+ "\1\u00b8",
+ "\1\u00b9",
+ "\1\u00ba",
+ "\1\u00bb",
+ "\1\u00bc",
+ "\1\u00bd",
+ "\1\u00be",
+ "\1\u00bf",
+ "\1\u00c0",
+ "\1\u00c1",
+ "\1\u00c2",
+ "\1\u00c3",
+ "\1\u00c4",
+ "\1\u00c5",
+ "\1\u00c6",
+ "\1\u00c7",
+ "\1\u00c8",
+ "\1\u00c9",
+ "",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "\1\u00cb",
+ "\1\u00cc",
+ "\1\u00cd",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "\1\u00cf",
+ "\1\u00d0",
+ "\1\u00d1",
+ "\1\u00d2",
+ "\1\u00d3",
+ "\1\u00d4",
+ "\1\u00d5",
+ "\1\u00d6",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "\1\u00d8",
+ "\1\u00d9",
+ "\1\u00da",
+ "",
+ "",
+ "\1\u00db",
+ "\1\u00dc",
+ "\1\u00dd",
+ "\1\u00de",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "\1\u00e0",
+ "\1\u00e1",
+ "\1\u00e2",
+ "\1\u00e3",
+ "\1\u00e4",
+ "\1\u00e5",
+ "\1\u00e6",
+ "\1\u00e7",
+ "\1\u00e8",
+ "\1\u00e9",
+ "\1\u00eb\1\u00ea",
+ "\1\u00ec",
+ "\1\u00ed",
+ "\1\u00ee",
+ "\1\u00ef",
+ "\1\u00f0",
+ "\1\u00f1",
+ "\1\u00f2",
+ "\1\u00f3",
+ "\1\u00f4",
+ "\1\u00f5",
+ "\1\u00f6",
+ "\1\u00f7",
+ "",
+ "\12\54\7\uffff\6\54\1\u00f8\23\54\4\uffff\1\54\1\uffff\32\54",
+ "\1\u00fa",
+ "\1\u00fb",
+ "",
+ "\1\u00fc",
+ "\1\u00fd",
+ "\1\u00fe",
+ "\1\u00ff",
+ "\1\u0100",
+ "\1\u0101",
+ "\1\u0102",
+ "\1\u0103",
+ "",
+ "\1\u0104",
+ "\1\u0105",
+ "\1\u0106",
+ "\1\u0107",
+ "\1\u0108",
+ "\1\u0109",
+ "\1\u010a",
+ "",
+ "\1\u010b",
+ "\1\u010c",
+ "\1\u010d",
+ "\1\u010e",
+ "\1\u010f",
+ "\1\u0110",
+ "\1\u0111\1\u0112",
+ "\1\u0113",
+ "\1\u0114",
+ "\1\u0115",
+ "\1\u0117\14\uffff\1\u0116",
+ "\1\u0118\14\uffff\1\u0119",
+ "\1\u011a",
+ "\1\u011b",
+ "\1\u011c",
+ "\1\u011d",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "\1\u0120",
+ "\1\u0121",
+ "\1\u0122",
+ "\1\u0123",
+ "\1\u0124",
+ "\1\u0125",
+ "\1\u0126",
+ "",
+ "\1\u0127",
+ "\1\u0128",
+ "\12\54\7\uffff\6\54\1\u0129\23\54\4\uffff\1\54\1\uffff\32\54",
+ "\1\u012b",
+ "\1\u012c",
+ "\1\u012d",
+ "\1\u012e",
+ "\1\u012f",
+ "\1\u0130",
+ "\1\u0131",
+ "\1\u0132",
+ "\1\u0133",
+ "\1\u0134",
+ "\1\u0135",
+ "\1\u0136",
+ "\1\u0137",
+ "\1\u0138",
+ "\1\u0139",
+ "\1\u013a",
+ "\1\u013b",
+ "\1\u013c",
+ "\1\u013d",
+ "\1\u013e",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "\1\u0141",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "\1\u0143",
+ "\1\u0144",
+ "\1\u0145",
+ "\1\u0146",
+ "\1\u0147",
+ "\1\u0148",
+ "\1\u0149",
+ "\1\u014a",
+ "\1\u014b",
+ "",
+ "",
+ "\1\u014c",
+ "\1\u014d",
+ "\1\u014e",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "\1\u0150",
+ "\1\u0151",
+ "\1\u0152",
+ "\1\u0153",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "\1\u0155",
+ "",
+ "\1\u0156",
+ "\1\u0157",
+ "\1\u0158",
+ "\1\u0159\6\uffff\1\u015a",
+ "\1\u015b",
+ "\1\u015c",
+ "\1\u015d",
+ "\1\u015e",
+ "\1\u015f",
+ "\1\u0160",
+ "\1\u0161",
+ "\1\u0162",
+ "\1\u0163",
+ "\1\u0164",
+ "\1\u0165",
+ "\1\u0166",
+ "\1\u0167",
+ "\1\u0168",
+ "\1\u0169",
+ "\1\u016a",
+ "",
+ "",
+ "\1\u016b",
+ "",
+ "\1\u016c",
+ "\1\u016d",
+ "\1\u016e",
+ "\1\u016f",
+ "\1\u0170",
+ "\1\u0171",
+ "\1\u0172",
+ "\1\u0173\1\uffff\1\u0174",
+ "\1\u0175",
+ "\1\u0176",
+ "\1\u0177",
+ "\12\54\7\uffff\23\54\1\u0178\6\54\4\uffff\1\54\1\uffff\32\54",
+ "",
+ "\1\u017a",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "\1\u017c",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "",
+ "\1\u017e",
+ "\1\u017f",
+ "\1\u0180",
+ "\1\u0181",
+ "\1\u0182",
+ "\1\u0183",
+ "\1\u0184",
+ "\1\u0185",
+ "\1\u0186",
+ "\1\u0187",
+ "\1\u0188",
+ "\1\u0189",
+ "\1\u018a",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "\1\u018c",
+ "\1\u018d",
+ "\1\u018e",
+ "\1\u018f",
+ "\1\u0190",
+ "\1\u0191",
+ "\1\u0192",
+ "\1\u0193",
+ "\1\u0194",
+ "\1\u0195",
+ "\1\u0196",
+ "\1\u0197",
+ "\1\u0198",
+ "\1\u0199",
+ "\1\u019a",
+ "\1\u019b",
+ "\1\u019c",
+ "\1\u019d",
+ "\1\u019e\1\uffff\1\u019f",
+ "\1\u01a0",
+ "\1\u01a1",
+ "\1\u01a2",
+ "",
+ "\12\54\7\uffff\23\54\1\u01a3\6\54\4\uffff\1\54\1\uffff\32\54",
+ "",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "",
+ "\1\u01a6",
+ "\1\u01a7\17\uffff\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32"+
+ "\54",
+ "\1\u01a9",
+ "\1\u01aa",
+ "\1\u01ab",
+ "\1\u01ac",
+ "\1\u01ad",
+ "\1\u01ae",
+ "\1\u01af",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "\1\u01b1",
+ "\1\u01b2",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "",
+ "\1\u01b4",
+ "\1\u01b5",
+ "\1\u01b6",
+ "\1\u01b7",
+ "\1\u01b8",
+ "\1\u01b9",
+ "\1\u01ba",
+ "\1\u01bb",
+ "\1\u01bc",
+ "\1\u01bd",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "\1\u01bf",
+ "\1\u01c0",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "\1\u01c2",
+ "\1\u01c3",
+ "\1\u01c4",
+ "\1\u01c5",
+ "\1\u01c6",
+ "\1\u01c7",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "\1\u01c9",
+ "\1\u01ca",
+ "\1\u01cb",
+ "",
+ "",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "",
+ "",
+ "\1\u01cd",
+ "\1\u01ce",
+ "\1\u01cf",
+ "\1\u01d0",
+ "\1\u01d1",
+ "\1\u01d2",
+ "\1\u01d3",
+ "",
+ "\1\u01d4",
+ "\1\u01d5",
+ "",
+ "\1\u01d6",
+ "\1\u01d7",
+ "\1\u01d8",
+ "\1\u01d9",
+ "\1\u01da",
+ "\1\u01db",
+ "\1\u01dc",
+ "\1\u01dd",
+ "\1\u01de",
+ "\1\u01df",
+ "",
+ "\1\u01e0",
+ "\1\u01e1",
+ "",
+ "\1\u01e2",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "\1\u01e4",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "\1\u01e6",
+ "\1\u01e7",
+ "",
+ "\1\u01e8",
+ "\1\u01e9",
+ "\1\u01ea",
+ "",
+ "\1\u01eb",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "\1\u01ed",
+ "\1\u01ee",
+ "\1\u01ef",
+ "\1\u01f0",
+ "\1\u01f1",
+ "\1\u01f2",
+ "\1\u01f3",
+ "\1\u01f4",
+ "\1\u01f5",
+ "\1\u01f6",
+ "\1\u01f7",
+ "\1\u01f8",
+ "\1\u01f9",
+ "\1\u01fa",
+ "\1\u01fb",
+ "\1\u01fc",
+ "\1\u01fd",
+ "\1\u01fe",
+ "\1\u01ff",
+ "\1\u0200",
+ "",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "",
+ "\1\u0202",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "\1\u0204",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "\1\u0206",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "",
+ "\1\u0208",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "\1\u020b",
+ "\1\u020c",
+ "\1\u020d",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "\1\u020f",
+ "\1\u0210",
+ "\1\u0211",
+ "\1\u0212",
+ "\1\u0213",
+ "\1\u0214",
+ "\1\u0215",
+ "\1\u0216",
+ "\1\u0217",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "\1\u0219",
+ "\1\u021a",
+ "\1\u021b",
+ "",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "",
+ "\1\u021f",
+ "",
+ "",
+ "\1\u0220",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "\1\u0222",
+ "",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "\1\u0224",
+ "\1\u0225",
+ "\1\u0226",
+ "\1\u0227",
+ "\1\u0228",
+ "\1\u0229",
+ "\1\u022a",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "",
+ "\1\u022c",
+ "\1\u022d",
+ "\1\u022e",
+ "",
+ "",
+ "",
+ "\1\u022f",
+ "\1\u0230",
+ "",
+ "\1\u0231",
+ "",
+ "\1\u0232",
+ "\1\u0233",
+ "\1\u0234",
+ "\1\u0235",
+ "\1\u0236",
+ "\1\u0237",
+ "\1\u0238",
+ "",
+ "\1\u0239",
+ "\1\u023a",
+ "\1\u023b",
+ "\1\u023c",
+ "\1\u023d",
+ "\1\u023e",
+ "\1\u023f",
+ "\1\u0240",
+ "\1\u0241",
+ "\1\u0242",
+ "\1\u0243",
+ "\1\u0244",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "\1\u0246",
+ "\1\u0247",
+ "\1\u0248",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "\1\u024b\17\uffff\1\u024a",
+ "\1\u024c",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "\1\u024e",
+ "\1\u024f",
+ "\1\u0250",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "\1\u0252",
+ "",
+ "\1\u0253",
+ "\1\u0254",
+ "\1\u0256\2\uffff\1\u0255",
+ "",
+ "\1\u0257",
+ "\1\u0258",
+ "\1\u0259",
+ "",
+ "\1\u025a",
+ "\1\u025b",
+ "\1\u025c",
+ "",
+ "\1\u025d",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "\1\u0260",
+ "\1\u0261",
+ "\1\u0262",
+ "\1\u0263",
+ "\1\u0264",
+ "\1\u0265",
+ "\1\u0266",
+ "\1\u0267",
+ "\1\u0268",
+ "",
+ "",
+ "\1\u0269",
+ "\1\u026a",
+ "\1\u026b",
+ "\1\u026c",
+ "\1\u026d",
+ "\1\u026e",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "\1\u0270",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "\1\u0272",
+ "\1\u0273",
+ "\1\u0274",
+ "\1\u0275",
+ "\1\u0276",
+ "\1\u0277",
+ "",
+ "\1\u0278",
+ "",
+ "\1\u0279",
+ "\1\u027a",
+ "\1\u027b",
+ "\1\u027c",
+ "\1\u027d",
+ "\1\u027e",
+ "\1\u027f",
+ "\1\u0280",
+ "\1\u0281",
+ "\1\u0282",
+ "\1\u0283",
+ "\1\u0284",
+ "\1\u0285",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "\1\u0287",
+ "\1\u0288",
+ "\1\u0289",
+ "\1\u028a",
+ "\1\u028b",
+ "\1\u028c",
+ "",
+ "\1\u028d",
+ "\1\u028e",
+ "\1\u028f",
+ "\1\u0290",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "\1\u0292",
+ "\1\u0293",
+ "\1\u0294",
+ "\1\u0295",
+ "\1\u0296",
+ "",
+ "\1\u0297",
+ "\1\u0298",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "\1\u029a",
+ "\1\u029b",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "",
+ "\1\u029e",
+ "\1\u029f",
+ "",
+ "",
+ "\1\u02a0",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ "\1\u02a2",
+ "",
+ "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
+ ""
+ };
+
+ static final short[] DFA13_eot = DFA.unpackEncodedString(DFA13_eotS);
+ static final short[] DFA13_eof = DFA.unpackEncodedString(DFA13_eofS);
+ static final char[] DFA13_min = DFA.unpackEncodedStringToUnsignedChars(DFA13_minS);
+ static final char[] DFA13_max = DFA.unpackEncodedStringToUnsignedChars(DFA13_maxS);
+ static final short[] DFA13_accept = DFA.unpackEncodedString(DFA13_acceptS);
+ static final short[] DFA13_special = DFA.unpackEncodedString(DFA13_specialS);
+ static final short[][] DFA13_transition;
+
+ static {
+ int numStates = DFA13_transitionS.length;
+ DFA13_transition = new short[numStates][];
+ for (int i=0; i<numStates; i++) {
+ DFA13_transition[i] = DFA.unpackEncodedString(DFA13_transitionS[i]);
+ }
+ }
+
+ class DFA13 extends DFA {
+
+ public DFA13(BaseRecognizer recognizer) {
+ this.recognizer = recognizer;
+ this.decisionNumber = 13;
+ this.eot = DFA13_eot;
+ this.eof = DFA13_eof;
+ this.min = DFA13_min;
+ this.max = DFA13_max;
+ this.accept = DFA13_accept;
+ this.special = DFA13_special;
+ this.transition = DFA13_transition;
+ }
+ public String getDescription() {
+ return "1:1: Tokens : ( T12 | T13 | T14 | T15 | T16 | T17 | T18 | T19 | T20 | T21 | T22 | T23 | T24 | T25 | T26 | T27 | T28 | T29 | T30 | T31 | T32 | T33 | T34 | T35 | T36 | T37 | T38 | T39 | T40 | T41 | T42 | T43 | T44 | T45 | T46 | T47 | T48 | T49 | T50 | T51 | T52 | T53 | T54 | T55 | T56 | T57 | T58 | T59 | T60 | T61 | T62 | T63 | T64 | T65 | T66 | T67 | T68 | T69 | T70 | T71 | T72 | T73 | T74 | T75 | T76 | T77 | T78 | T79 | RULE_WHOLE_NUM_STR | RULE_ID | RULE_INT | RULE_STRING | RULE_ML_COMMENT | RULE_SL_COMMENT | RULE_WS | RULE_ANY_OTHER );";
+ }
+ }
+
} \ No newline at end of file

Back to the top