Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDslLexer.java')
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDslLexer.java6318
1 files changed, 3028 insertions, 3290 deletions
diff --git a/plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDslLexer.java b/plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDslLexer.java
index 4487363b488..a58656c541b 100644
--- a/plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDslLexer.java
+++ b/plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDslLexer.java
@@ -1,3375 +1,3113 @@
package org.eclipse.osee.framework.core.dsl.ui.contentassist.antlr.internal;
-// Hack: Use our own Lexer superclass by means of import.
+// 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.ui.editor.contentassist.antlr.internal.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=6;
- 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=5;
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g"; }
-
- // $ANTLR start T12
- public final void mT12() throws RecognitionException {
- try {
- int _type = T12;
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10:5: ( 'DefaultAttributeDataProvider' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10:7: 'DefaultAttributeDataProvider'
- {
- match("DefaultAttributeDataProvider");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:11:5: ( 'UriAttributeDataProvider' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:11:7: 'UriAttributeDataProvider'
- {
- match("UriAttributeDataProvider");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:12:5: ( 'unlimited' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:12:7: 'unlimited'
- {
- match("unlimited");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:13:5: ( 'DefaultAttributeTaggerProvider' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:13:7: 'DefaultAttributeTaggerProvider'
- {
- match("DefaultAttributeTaggerProvider");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:14:5: ( 'BooleanAttribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:14:7: 'BooleanAttribute'
- {
- match("BooleanAttribute");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:15:5: ( 'CompressedContentAttribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:15:7: 'CompressedContentAttribute'
- {
- match("CompressedContentAttribute");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:16:5: ( 'DateAttribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:16:7: 'DateAttribute'
- {
- match("DateAttribute");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:17:5: ( 'EnumeratedAttribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:17:7: 'EnumeratedAttribute'
- {
- match("EnumeratedAttribute");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:18:5: ( 'FloatingPointAttribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:18:7: 'FloatingPointAttribute'
- {
- match("FloatingPointAttribute");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:19:5: ( 'IntegerAttribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:19:7: 'IntegerAttribute'
- {
- match("IntegerAttribute");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:20:5: ( 'JavaObjectAttribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:20:7: 'JavaObjectAttribute'
- {
- match("JavaObjectAttribute");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:21:5: ( 'StringAttribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:21:7: 'StringAttribute'
- {
- match("StringAttribute");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:22:5: ( 'WordAttribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:22:7: 'WordAttribute'
- {
- match("WordAttribute");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:23:5: ( 'Lexicographical_Ascending' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:23:7: 'Lexicographical_Ascending'
- {
- match("Lexicographical_Ascending");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:24:5: ( 'Lexicographical_Descending' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:24:7: 'Lexicographical_Descending'
- {
- match("Lexicographical_Descending");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:25:5: ( 'Unordered' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:25:7: 'Unordered'
- {
- match("Unordered");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:26:5: ( 'ONE_TO_ONE' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:26:7: 'ONE_TO_ONE'
- {
- match("ONE_TO_ONE");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:27:5: ( 'ONE_TO_MANY' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:27:7: 'ONE_TO_MANY'
- {
- match("ONE_TO_MANY");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:28:5: ( 'MANY_TO_ONE' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:28:7: 'MANY_TO_ONE'
- {
- match("MANY_TO_ONE");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:29:5: ( 'MANY_TO_MANY' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:29:7: 'MANY_TO_MANY'
- {
- match("MANY_TO_MANY");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:30:5: ( 'ALLOW' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:30:7: 'ALLOW'
- {
- match("ALLOW");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:31:5: ( 'DENY' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:31:7: 'DENY'
- {
- match("DENY");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:32:5: ( 'SIDE_A' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:32:7: 'SIDE_A'
- {
- match("SIDE_A");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:33:5: ( 'SIDE_B' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:33:7: 'SIDE_B'
- {
- match("SIDE_B");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:34:5: ( 'BOTH' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:34:7: 'BOTH'
- {
- match("BOTH");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:35:5: ( 'import' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:35:7: 'import'
- {
- match("import");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:36:5: ( '.' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:36:7: '.'
- {
- match('.');
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:37:5: ( 'artifactType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:37:7: 'artifactType'
- {
- match("artifactType");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:38:5: ( '{' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:38:7: '{'
- {
- match('{');
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:39:5: ( 'guid' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:39:7: 'guid'
- {
- match("guid");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:40:5: ( '}' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:40:7: '}'
- {
- match('}');
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:41:5: ( 'extends' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:41:7: 'extends'
- {
- match("extends");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:42:5: ( ',' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:42:7: ','
- {
- match(',');
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:43:5: ( 'attribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:43:7: 'attribute'
- {
- match("attribute");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:44:5: ( 'branchGuid' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:44:7: 'branchGuid'
- {
- match("branchGuid");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:45:5: ( 'attributeType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:45:7: 'attributeType'
- {
- match("attributeType");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:46:5: ( 'dataProvider' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:46:7: 'dataProvider'
- {
- match("dataProvider");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:47:5: ( 'min' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:47:7: 'min'
- {
- match("min");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:48:5: ( 'max' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:48:7: 'max'
- {
- match("max");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:49:5: ( 'overrides' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:49:7: 'overrides'
- {
- match("overrides");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:50:5: ( 'taggerId' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:50:7: 'taggerId'
- {
- match("taggerId");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:51:5: ( 'enumType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:51:7: 'enumType'
- {
- match("enumType");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:52:5: ( 'description' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:52:7: 'description'
- {
- match("description");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:53:5: ( 'defaultValue' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:53:7: 'defaultValue'
- {
- match("defaultValue");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:54:5: ( 'fileExtension' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:54:7: 'fileExtension'
- {
- match("fileExtension");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:55:5: ( 'oseeEnumType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:55:7: 'oseeEnumType'
- {
- match("oseeEnumType");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:56:5: ( 'entry' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:56:7: 'entry'
- {
- match("entry");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:57:5: ( 'entryGuid' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:57:7: 'entryGuid'
- {
- match("entryGuid");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:58:5: ( 'overrides enum' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:58:7: 'overrides enum'
- {
- match("overrides enum");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:59:5: ( 'add' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:59:7: 'add'
- {
- match("add");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:60:5: ( 'remove' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:60:7: 'remove'
- {
- match("remove");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:61:5: ( 'relationType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:61:7: 'relationType'
- {
- match("relationType");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:62:5: ( 'sideAName' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:62:7: 'sideAName'
- {
- match("sideAName");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:63:5: ( 'sideAArtifactType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:63:7: 'sideAArtifactType'
- {
- match("sideAArtifactType");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:64:5: ( 'sideBName' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:64:7: 'sideBName'
- {
- match("sideBName");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:65:5: ( 'sideBArtifactType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:65:7: 'sideBArtifactType'
- {
- match("sideBArtifactType");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:66:5: ( 'defaultOrderType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:66:7: 'defaultOrderType'
- {
- match("defaultOrderType");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:67:5: ( 'multiplicity' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:67:7: 'multiplicity'
- {
- match("multiplicity");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:68:5: ( 'artifact' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:68:7: 'artifact'
- {
- match("artifact");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:69:5: ( 'artGuid' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:69:7: 'artGuid'
- {
- match("artGuid");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:70:5: ( ';' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:70:7: ';'
- {
- match(';');
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:71:5: ( 'branch' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:71:7: 'branch'
- {
- match("branch");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:72:5: ( 'accessContext' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:72:7: 'accessContext'
- {
- match("accessContext");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:73:5: ( 'childrenOf' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:73:7: 'childrenOf'
- {
- match("childrenOf");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:74:5: ( 'edit' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:74:7: 'edit'
- {
- match("edit");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:75:5: ( 'of' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:75:7: 'of'
- {
- match("of");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:76:5: ( 'abstract' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:76:7: 'abstract'
- {
- match("abstract");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:77:5: ( 'inheritAll' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:77:7: 'inheritAll'
- {
- match("inheritAll");
-
-
- }
-
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7829:20: ( ( '0' .. '9' )+ )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7829:22: ( '0' .. '9' )+
- {
+ public static final int T75 = 75;
+ public static final int T76 = 76;
+ public static final int T73 = 73;
+ public static final int RULE_ID = 6;
+ 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 = 5;
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g";
+ }
+
+ // $ANTLR start T12
+ public final void mT12() throws RecognitionException {
+ try {
+ int _type = T12;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10:5: ( 'DefaultAttributeDataProvider' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10:7: 'DefaultAttributeDataProvider'
+ {
+ match("DefaultAttributeDataProvider");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:11:5: ( 'UriAttributeDataProvider' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:11:7: 'UriAttributeDataProvider'
+ {
+ match("UriAttributeDataProvider");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:12:5: ( 'unlimited' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:12:7: 'unlimited'
+ {
+ match("unlimited");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:13:5: ( 'DefaultAttributeTaggerProvider' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:13:7: 'DefaultAttributeTaggerProvider'
+ {
+ match("DefaultAttributeTaggerProvider");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:14:5: ( 'BooleanAttribute' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:14:7: 'BooleanAttribute'
+ {
+ match("BooleanAttribute");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:15:5: ( 'CompressedContentAttribute' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:15:7: 'CompressedContentAttribute'
+ {
+ match("CompressedContentAttribute");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:16:5: ( 'DateAttribute' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:16:7: 'DateAttribute'
+ {
+ match("DateAttribute");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:17:5: ( 'EnumeratedAttribute' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:17:7: 'EnumeratedAttribute'
+ {
+ match("EnumeratedAttribute");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:18:5: ( 'FloatingPointAttribute' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:18:7: 'FloatingPointAttribute'
+ {
+ match("FloatingPointAttribute");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:19:5: ( 'IntegerAttribute' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:19:7: 'IntegerAttribute'
+ {
+ match("IntegerAttribute");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:20:5: ( 'JavaObjectAttribute' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:20:7: 'JavaObjectAttribute'
+ {
+ match("JavaObjectAttribute");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:21:5: ( 'StringAttribute' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:21:7: 'StringAttribute'
+ {
+ match("StringAttribute");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:22:5: ( 'WordAttribute' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:22:7: 'WordAttribute'
+ {
+ match("WordAttribute");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:23:5: ( 'Lexicographical_Ascending' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:23:7: 'Lexicographical_Ascending'
+ {
+ match("Lexicographical_Ascending");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:24:5: ( 'Lexicographical_Descending' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:24:7: 'Lexicographical_Descending'
+ {
+ match("Lexicographical_Descending");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:25:5: ( 'Unordered' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:25:7: 'Unordered'
+ {
+ match("Unordered");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:26:5: ( 'ONE_TO_ONE' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:26:7: 'ONE_TO_ONE'
+ {
+ match("ONE_TO_ONE");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:27:5: ( 'ONE_TO_MANY' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:27:7: 'ONE_TO_MANY'
+ {
+ match("ONE_TO_MANY");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:28:5: ( 'MANY_TO_ONE' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:28:7: 'MANY_TO_ONE'
+ {
+ match("MANY_TO_ONE");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:29:5: ( 'MANY_TO_MANY' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:29:7: 'MANY_TO_MANY'
+ {
+ match("MANY_TO_MANY");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:30:5: ( 'ALLOW' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:30:7: 'ALLOW'
+ {
+ match("ALLOW");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:31:5: ( 'DENY' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:31:7: 'DENY'
+ {
+ match("DENY");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:32:5: ( 'SIDE_A' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:32:7: 'SIDE_A'
+ {
+ match("SIDE_A");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:33:5: ( 'SIDE_B' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:33:7: 'SIDE_B'
+ {
+ match("SIDE_B");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:34:5: ( 'BOTH' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:34:7: 'BOTH'
+ {
+ match("BOTH");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:35:5: ( 'import' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:35:7: 'import'
+ {
+ match("import");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:36:5: ( '.' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:36:7: '.'
+ {
+ match('.');
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:37:5: ( 'artifactType' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:37:7: 'artifactType'
+ {
+ match("artifactType");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:38:5: ( '{' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:38:7: '{'
+ {
+ match('{');
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:39:5: ( 'guid' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:39:7: 'guid'
+ {
+ match("guid");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:40:5: ( '}' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:40:7: '}'
+ {
+ match('}');
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:41:5: ( 'extends' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:41:7: 'extends'
+ {
+ match("extends");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:42:5: ( ',' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:42:7: ','
+ {
+ match(',');
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:43:5: ( 'attribute' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:43:7: 'attribute'
+ {
+ match("attribute");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:44:5: ( 'branchGuid' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:44:7: 'branchGuid'
+ {
+ match("branchGuid");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:45:5: ( 'attributeType' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:45:7: 'attributeType'
+ {
+ match("attributeType");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:46:5: ( 'dataProvider' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:46:7: 'dataProvider'
+ {
+ match("dataProvider");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:47:5: ( 'min' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:47:7: 'min'
+ {
+ match("min");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:48:5: ( 'max' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:48:7: 'max'
+ {
+ match("max");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:49:5: ( 'overrides' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:49:7: 'overrides'
+ {
+ match("overrides");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:50:5: ( 'taggerId' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:50:7: 'taggerId'
+ {
+ match("taggerId");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:51:5: ( 'enumType' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:51:7: 'enumType'
+ {
+ match("enumType");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:52:5: ( 'description' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:52:7: 'description'
+ {
+ match("description");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:53:5: ( 'defaultValue' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:53:7: 'defaultValue'
+ {
+ match("defaultValue");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:54:5: ( 'fileExtension' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:54:7: 'fileExtension'
+ {
+ match("fileExtension");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:55:5: ( 'oseeEnumType' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:55:7: 'oseeEnumType'
+ {
+ match("oseeEnumType");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:56:5: ( 'entry' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:56:7: 'entry'
+ {
+ match("entry");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:57:5: ( 'entryGuid' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:57:7: 'entryGuid'
+ {
+ match("entryGuid");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:58:5: ( 'overrides enum' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:58:7: 'overrides enum'
+ {
+ match("overrides enum");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:59:5: ( 'add' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:59:7: 'add'
+ {
+ match("add");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:60:5: ( 'remove' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:60:7: 'remove'
+ {
+ match("remove");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:61:5: ( 'relationType' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:61:7: 'relationType'
+ {
+ match("relationType");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:62:5: ( 'sideAName' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:62:7: 'sideAName'
+ {
+ match("sideAName");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:63:5: ( 'sideAArtifactType' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:63:7: 'sideAArtifactType'
+ {
+ match("sideAArtifactType");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:64:5: ( 'sideBName' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:64:7: 'sideBName'
+ {
+ match("sideBName");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:65:5: ( 'sideBArtifactType' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:65:7: 'sideBArtifactType'
+ {
+ match("sideBArtifactType");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:66:5: ( 'defaultOrderType' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:66:7: 'defaultOrderType'
+ {
+ match("defaultOrderType");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:67:5: ( 'multiplicity' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:67:7: 'multiplicity'
+ {
+ match("multiplicity");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:68:5: ( 'artifact' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:68:7: 'artifact'
+ {
+ match("artifact");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:69:5: ( 'artGuid' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:69:7: 'artGuid'
+ {
+ match("artGuid");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:70:5: ( ';' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:70:7: ';'
+ {
+ match(';');
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:71:5: ( 'branch' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:71:7: 'branch'
+ {
+ match("branch");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:72:5: ( 'accessContext' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:72:7: 'accessContext'
+ {
+ match("accessContext");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:73:5: ( 'childrenOf' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:73:7: 'childrenOf'
+ {
+ match("childrenOf");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:74:5: ( 'edit' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:74:7: 'edit'
+ {
+ match("edit");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:75:5: ( 'of' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:75:7: 'of'
+ {
+ match("of");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:76:5: ( 'abstract' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:76:7: 'abstract'
+ {
+ match("abstract");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:77:5: ( 'inheritAll' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:77:7: 'inheritAll'
+ {
+ match("inheritAll");
+
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7829:20: ( ( '0' .. '9' )+ )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7829:22: ( '0' .. '9' )+
+ {
// ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7829: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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7829:23: '0' .. '9'
- {
- matchRange('0','9');
-
- }
- break;
-
- default :
- if ( cnt1 >= 1 ) break loop1;
- EarlyExitException eee =
- new EarlyExitException(1, input);
- throw eee;
- }
- cnt1++;
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7829: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 {
+ }
+ }
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7831:9: ( ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7831:11: ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
- {
+ // $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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7831:9: ( ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7831:11: ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
+ {
// ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7831:11: ( '^' )?
- int alt2=2;
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7831:11: '^'
- {
- match('^');
+ case 1:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7831: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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7831: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;
- }
-
-
- switch (alt3) {
- case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/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;
- }
-
-
- }
- break;
-
- default :
- break loop3;
- }
+ 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;
+ }
+
+ switch (alt3) {
+ case 1:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/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;
+ }
+
+ }
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7833:10: ( ( '0' .. '9' )+ )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7833:12: ( '0' .. '9' )+
- {
+ // $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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7833:10: ( ( '0' .. '9' )+ )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7833:12: ( '0' .. '9' )+
+ {
// ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7833: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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7833:13: '0' .. '9'
- {
- matchRange('0','9');
-
- }
- break;
-
- default :
- if ( cnt4 >= 1 ) break loop4;
- EarlyExitException eee =
- new EarlyExitException(4, input);
- throw eee;
- }
- cnt4++;
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7833:13: '0' .. '9'
+ {
+ matchRange('0', '9');
+
+ }
+ break;
+
+ default:
+ if (cnt4 >= 1) {
+ break loop4;
+ }
+ EarlyExitException eee = new EarlyExitException(4, input);
+ throw eee;
+ }
+ cnt4++;
} while (true);
+ }
- }
+ this.type = _type;
+ } finally {
+ }
+ }
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7835:13: ( ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7835:15: ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
- {
+ // $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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7835:13: ( ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7835:15: ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
+ {
// ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7835:15: ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
- int alt7=2;
+ 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("7835: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(
+ "7835: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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7835:16: '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"'
- {
- match('\"');
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7835: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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7835: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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7835:16: '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"'
+ {
+ match('\"');
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7835: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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7835: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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7835: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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7835:82: '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\''
- {
- match('\'');
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7835: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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7835: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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7835:129: ~ ( ( '\\\\' | '\\'' ) )
- {
- if ( (input.LA(1)>='\u0000' && input.LA(1)<='&')||(input.LA(1)>='(' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFE') ) {
- input.consume();
+ break;
+ case 2:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7835: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 {
- MismatchedSetException mse =
- new MismatchedSetException(null,input);
- recover(mse); throw mse;
- }
-
-
- }
- break;
+ }
+ break;
+
+ default:
+ break loop5;
+ }
+ } while (true);
+
+ match('\"');
+
+ }
+ break;
+ case 2:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7835:82: '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\''
+ {
+ match('\'');
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7835: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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7835: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;
+ }
- default :
- break loop6;
}
- } while (true);
+ break;
+ case 2:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7835: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;
+ }
- match('\'');
+ }
+ break;
- }
- break;
+ default:
+ break loop6;
+ }
+ } while (true);
- }
+ match('\'');
+ }
+ break;
}
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7837:17: ( '/*' ( options {greedy=false; } : . )* '*/' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7837:19: '/*' ( options {greedy=false; } : . )* '*/'
- {
- match("/*");
+ }
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7837:24: ( options {greedy=false; } : . )*
- loop8:
- do {
- int alt8=2;
- int LA8_0 = input.LA(1);
+ this.type = _type;
+ } finally {
+ }
+ }
- if ( (LA8_0=='*') ) {
- int LA8_1 = input.LA(2);
+ // $ANTLR end RULE_STRING
- if ( (LA8_1=='/') ) {
- alt8=2;
- }
- else if ( ((LA8_1>='\u0000' && LA8_1<='.')||(LA8_1>='0' && LA8_1<='\uFFFE')) ) {
- alt8=1;
- }
+ // $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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7837:17: ( '/*' ( options {greedy=false; } : . )* '*/' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7837:19: '/*' ( options {greedy=false; } : . )* '*/'
+ {
+ match("/*");
-
- }
- else if ( ((LA8_0>='\u0000' && LA8_0<=')')||(LA8_0>='+' && LA8_0<='\uFFFE')) ) {
- alt8=1;
- }
-
-
- switch (alt8) {
- case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7837:52: .
- {
- matchAny();
-
- }
- break;
-
- default :
- break loop8;
- }
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7837: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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7837: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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7839:17: ( '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7839:19: '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )?
- {
- match("//");
-
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7839: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;
- }
-
+ match("*/");
- switch (alt9) {
- case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7839: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;
- }
+ this.type = _type;
+ } finally {
+ }
+ }
+ // $ANTLR end RULE_ML_COMMENT
- }
- break;
+ // $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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7839:17: ( '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7839:19: '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )?
+ {
+ match("//");
- default :
- break loop9;
- }
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7839: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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7839: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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7839:40: ( ( '\\r' )? '\\n' )?
- int alt11=2;
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7839:41: ( '\\r' )? '\\n'
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7839:41: ( '\\r' )?
- int alt10=2;
- int LA10_0 = input.LA(1);
+ case 1:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7839:41: ( '\\r' )? '\\n'
+ {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7839: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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7839:41: '\\r'
- {
- match('\r');
+ if (LA10_0 == '\r') {
+ alt10 = 1;
+ }
+ switch (alt10) {
+ case 1:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7839:41: '\\r'
+ {
+ match('\r');
- }
- break;
+ }
+ break;
- }
+ }
- match('\n');
+ match('\n');
- }
- break;
+ }
+ break;
}
+ }
- }
+ this.type = _type;
+ } finally {
+ }
+ }
- 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7841:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7841:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
- {
+ // $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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7841:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7841:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
+ {
// ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7841: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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/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++;
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7843:16: ( . )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7843:18: .
- {
- matchAny();
-
- }
-
- this.type = _type;
- }
- finally {
- }
- }
- // $ANTLR end RULE_ANY_OTHER
-
- public void mTokens() throws RecognitionException {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:10: T12
- {
- mT12();
-
- }
- break;
- case 2 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:14: T13
- {
- mT13();
-
- }
- break;
- case 3 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:18: T14
- {
- mT14();
-
- }
- break;
- case 4 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:22: T15
- {
- mT15();
-
- }
- break;
- case 5 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:26: T16
- {
- mT16();
-
- }
- break;
- case 6 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:30: T17
- {
- mT17();
-
- }
- break;
- case 7 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:34: T18
- {
- mT18();
-
- }
- break;
- case 8 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:38: T19
- {
- mT19();
-
- }
- break;
- case 9 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:42: T20
- {
- mT20();
-
- }
- break;
- case 10 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:46: T21
- {
- mT21();
-
- }
- break;
- case 11 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:50: T22
- {
- mT22();
-
- }
- break;
- case 12 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:54: T23
- {
- mT23();
-
- }
- break;
- case 13 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:58: T24
- {
- mT24();
-
- }
- break;
- case 14 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:62: T25
- {
- mT25();
-
- }
- break;
- case 15 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:66: T26
- {
- mT26();
-
- }
- break;
- case 16 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:70: T27
- {
- mT27();
-
- }
- break;
- case 17 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:74: T28
- {
- mT28();
-
- }
- break;
- case 18 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:78: T29
- {
- mT29();
-
- }
- break;
- case 19 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:82: T30
- {
- mT30();
-
- }
- break;
- case 20 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:86: T31
- {
- mT31();
-
- }
- break;
- case 21 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:90: T32
- {
- mT32();
-
- }
- break;
- case 22 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:94: T33
- {
- mT33();
-
- }
- break;
- case 23 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:98: T34
- {
- mT34();
-
- }
- break;
- case 24 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:102: T35
- {
- mT35();
-
- }
- break;
- case 25 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:106: T36
- {
- mT36();
-
- }
- break;
- case 26 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:110: T37
- {
- mT37();
-
- }
- break;
- case 27 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:114: T38
- {
- mT38();
-
- }
- break;
- case 28 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:118: T39
- {
- mT39();
-
- }
- break;
- case 29 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:122: T40
- {
- mT40();
-
- }
- break;
- case 30 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:126: T41
- {
- mT41();
-
- }
- break;
- case 31 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:130: T42
- {
- mT42();
-
- }
- break;
- case 32 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:134: T43
- {
- mT43();
-
- }
- break;
- case 33 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:138: T44
- {
- mT44();
-
- }
- break;
- case 34 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:142: T45
- {
- mT45();
-
- }
- break;
- case 35 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:146: T46
- {
- mT46();
-
- }
- break;
- case 36 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:150: T47
- {
- mT47();
-
- }
- break;
- case 37 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:154: T48
- {
- mT48();
-
- }
- break;
- case 38 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:158: T49
- {
- mT49();
-
- }
- break;
- case 39 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:162: T50
- {
- mT50();
-
- }
- break;
- case 40 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:166: T51
- {
- mT51();
-
- }
- break;
- case 41 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:170: T52
- {
- mT52();
-
- }
- break;
- case 42 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:174: T53
- {
- mT53();
-
- }
- break;
- case 43 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:178: T54
- {
- mT54();
-
- }
- break;
- case 44 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:182: T55
- {
- mT55();
-
- }
- break;
- case 45 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:186: T56
- {
- mT56();
-
- }
- break;
- case 46 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:190: T57
- {
- mT57();
-
- }
- break;
- case 47 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:194: T58
- {
- mT58();
-
- }
- break;
- case 48 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:198: T59
- {
- mT59();
-
- }
- break;
- case 49 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:202: T60
- {
- mT60();
-
- }
- break;
- case 50 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:206: T61
- {
- mT61();
-
- }
- break;
- case 51 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:210: T62
- {
- mT62();
-
- }
- break;
- case 52 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:214: T63
- {
- mT63();
-
- }
- break;
- case 53 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:218: T64
- {
- mT64();
-
- }
- break;
- case 54 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:222: T65
- {
- mT65();
-
- }
- break;
- case 55 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:226: T66
- {
- mT66();
-
- }
- break;
- case 56 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:230: T67
- {
- mT67();
-
- }
- break;
- case 57 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:234: T68
- {
- mT68();
-
- }
- break;
- case 58 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:238: T69
- {
- mT69();
-
- }
- break;
- case 59 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:242: T70
- {
- mT70();
-
- }
- break;
- case 60 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:246: T71
- {
- mT71();
-
- }
- break;
- case 61 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:250: T72
- {
- mT72();
-
- }
- break;
- case 62 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:254: T73
- {
- mT73();
-
- }
- break;
- case 63 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:258: T74
- {
- mT74();
-
- }
- break;
- case 64 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:262: T75
- {
- mT75();
-
- }
- break;
- case 65 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:266: T76
- {
- mT76();
-
- }
- break;
- case 66 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:270: T77
- {
- mT77();
-
- }
- break;
- case 67 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:274: T78
- {
- mT78();
-
- }
- break;
- case 68 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:278: T79
- {
- mT79();
-
- }
- break;
- case 69 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:282: RULE_WHOLE_NUM_STR
- {
- mRULE_WHOLE_NUM_STR();
-
- }
- break;
- case 70 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:301: RULE_ID
- {
- mRULE_ID();
-
- }
- break;
- case 71 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:309: RULE_INT
- {
- mRULE_INT();
-
- }
- break;
- case 72 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:318: RULE_STRING
- {
- mRULE_STRING();
-
- }
- break;
- case 73 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:330: RULE_ML_COMMENT
- {
- mRULE_ML_COMMENT();
-
- }
- break;
- case 74 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:346: RULE_SL_COMMENT
- {
- mRULE_SL_COMMENT();
-
- }
- break;
- case 75 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:362: RULE_WS
- {
- mRULE_WS();
-
- }
- break;
- case 76 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/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\20\55\1\uffff\1\55\1\uffff\1\55\1\uffff\1\55\1\uffff\10"+
- "\55\1\uffff\1\55\1\135\1\51\1\uffff\3\51\2\uffff\3\55\1\uffff\23"+
- "\55\1\uffff\5\55\1\uffff\1\55\1\uffff\3\55\1\uffff\10\55\1\u008c"+
- "\4\55\1\uffff\1\55\1\uffff\1\135\4\uffff\30\55\1\u00ac\14\55\1\u00b9"+
- "\1\u00ba\2\55\1\uffff\6\55\1\u00c3\5\55\1\u00c9\22\55\1\uffff\2"+
- "\55\1\u00de\3\55\1\u00e2\5\55\2\uffff\10\55\1\uffff\5\55\1\uffff"+
- "\14\55\1\u0103\7\55\1\uffff\1\u010c\2\55\1\uffff\32\55\1\u012b\1"+
- "\u012c\4\55\1\uffff\1\u0131\7\55\1\uffff\2\55\1\u013c\10\55\1\u0145"+
- "\22\55\2\uffff\4\55\1\uffff\2\55\1\u015f\5\55\1\u0165\1\55\1\uffff"+
- "\10\55\1\uffff\30\55\1\u018a\1\uffff\2\55\1\u018d\1\55\1\u018f\1"+
- "\uffff\10\55\1\u0198\11\55\1\u01a2\1\55\1\u01a4\17\55\1\uffff\1"+
- "\55\1\u01b6\1\uffff\1\u01b7\1\uffff\6\55\1\u01bf\1\55\1\uffff\3"+
- "\55\1\u01c4\1\55\1\u01c6\3\55\1\uffff\1\55\1\uffff\12\55\1\u01d5"+
- "\2\55\1\u01d8\3\55\2\uffff\1\u01dc\5\55\2\uffff\4\55\1\uffff\1\55"+
- "\1\uffff\1\u01e7\14\55\1\u01f4\1\uffff\1\55\1\u01f6\1\uffff\3\55"+
- "\1\uffff\2\55\1\u01fc\7\55\1\uffff\14\55\1\uffff\1\u0210\1\uffff"+
- "\1\u0211\3\55\1\u0215\1\uffff\1\u0216\1\u0217\1\u0218\1\55\1\u021a"+
- "\3\55\1\u021e\10\55\1\u0227\1\55\2\uffff\1\u0229\1\u022a\1\55\4"+
- "\uffff\1\u022c\1\uffff\3\55\1\uffff\10\55\1\uffff\1\55\2\uffff\1"+
- "\55\1\uffff\12\55\1\u0244\6\55\1\u024c\3\55\1\u0250\1\55\1\uffff"+
- "\1\55\1\u0254\5\55\1\uffff\3\55\1\uffff\3\55\1\uffff\1\u0260\1\u0261"+
- "\11\55\2\uffff\4\55\1\u026f\1\55\1\u0271\6\55\1\uffff\1\55\1\uffff"+
- "\15\55\1\u0286\6\55\1\uffff\4\55\1\u0291\5\55\1\uffff\1\55\1\u0298"+
- "\3\55\1\u029c\1\uffff\1\u029d\2\55\2\uffff\1\55\1\u02a1\1\55\1\uffff"+
- "\1\u02a3\1\uffff";
- static final String DFA13_eofS =
- "\u02a4\uffff";
- static final String DFA13_minS =
- "\1\0\1\105\2\156\1\117\1\157\1\156\1\154\1\156\1\141\1\111\1\157"+
- "\1\145\1\116\1\101\1\114\1\155\1\uffff\1\142\1\uffff\1\165\1\uffff"+
- "\1\144\1\uffff\1\162\2\141\1\146\1\141\1\151\1\145\1\151\1\uffff"+
- "\1\150\1\60\1\101\1\uffff\2\0\1\52\2\uffff\1\116\1\146\1\164\1\uffff"+
- "\1\157\1\151\1\154\1\124\1\157\1\155\1\165\1\157\1\164\1\166\1\162"+
- "\1\104\1\162\1\170\1\105\1\116\1\114\1\160\1\150\1\uffff\1\164\1"+
- "\143\1\144\1\164\1\163\1\uffff\1\151\1\uffff\2\164\1\151\1\uffff"+
- "\1\141\1\146\1\164\1\154\1\170\1\156\2\145\1\60\1\147\2\154\1\144"+
- "\1\uffff\1\151\1\uffff\1\60\4\uffff\1\131\1\141\1\145\1\162\1\101"+
- "\1\151\1\110\1\154\1\160\1\155\1\141\1\145\1\141\1\151\1\105\1\144"+
- "\1\151\1\137\1\131\1\117\1\157\1\145\1\107\1\145\1\60\1\162\1\164"+
- "\1\144\1\162\1\155\1\145\1\164\1\156\1\141\1\143\1\141\1\164\2\60"+
- "\1\162\1\145\1\uffff\1\147\1\145\1\157\1\141\1\145\1\154\1\60\1"+
- "\165\1\101\1\144\1\164\1\155\1\60\1\145\1\162\1\145\1\164\1\147"+
- "\1\117\1\156\1\137\1\101\1\143\1\124\1\137\1\127\2\162\1\146\1\165"+
- "\1\163\1\uffff\1\151\1\162\1\60\1\171\1\124\1\156\1\60\1\143\1\165"+
- "\1\162\1\120\1\151\2\uffff\1\162\1\105\1\145\1\105\1\166\1\164\1"+
- "\101\1\144\1\uffff\1\154\1\164\1\145\1\164\1\151\1\uffff\1\141\1"+
- "\145\1\162\1\151\1\145\1\142\1\147\1\101\1\164\1\157\1\117\1\124"+
- "\1\60\1\164\1\151\1\141\1\151\1\163\1\142\1\141\1\uffff\1\60\1\171"+
- "\1\144\1\uffff\1\150\1\154\1\151\1\162\1\160\1\151\1\156\1\162\1"+
- "\170\1\145\1\151\2\101\1\162\2\164\2\162\1\164\1\156\1\163\1\141"+
- "\1\156\1\162\1\152\1\101\2\60\1\164\1\147\1\137\1\117\1\uffff\1"+
- "\60\1\164\1\143\1\144\1\103\1\165\1\143\1\165\1\uffff\1\160\1\163"+
- "\1\60\1\164\1\160\1\157\1\154\1\144\1\165\1\111\1\164\1\60\1\157"+
- "\1\162\1\141\1\162\1\141\1\145\1\101\1\162\1\145\1\151\1\145\1\101"+
- "\1\163\1\164\1\147\1\101\1\145\1\164\2\uffff\2\162\1\115\1\137\1"+
- "\uffff\1\101\1\164\1\60\1\157\2\164\1\151\1\145\1\60\1\165\1\uffff"+
- "\1\117\1\164\1\166\1\151\1\145\1\155\1\144\1\145\1\uffff\1\156\1"+
- "\164\1\155\1\164\1\155\1\156\1\164\1\151\1\144\1\142\1\144\1\164"+
- "\2\145\1\120\1\164\1\143\1\164\1\151\1\141\1\101\1\116\1\115\1\154"+
- "\1\60\1\uffff\1\156\1\145\1\60\1\144\1\60\1\uffff\1\151\1\162\1"+
- "\141\2\151\1\143\1\163\1\124\1\60\1\156\1\124\1\151\1\145\1\151"+
- "\1\145\1\117\1\164\1\142\1\60\1\165\1\60\1\164\2\144\1\157\2\164"+
- "\1\162\1\142\1\160\1\116\1\105\1\101\1\116\1\154\1\171\1\uffff\1"+
- "\164\1\60\1\uffff\1\60\1\uffff\2\144\1\154\1\157\1\144\1\151\1\40"+
- "\1\171\1\uffff\1\163\1\171\1\146\1\60\1\146\1\60\1\146\1\162\1\165"+
- "\1\uffff\1\164\1\uffff\1\162\1\103\1\101\1\151\1\162\1\101\1\151"+
- "\1\165\1\150\1\131\1\60\1\116\1\105\1\60\1\160\1\145\1\171\2\uffff"+
- "\1\60\1\145\1\165\1\156\1\145\1\164\2\uffff\1\160\1\151\1\160\1"+
- "\141\1\uffff\1\141\1\uffff\1\60\1\151\1\164\1\145\1\151\1\157\1"+
- "\164\1\156\1\151\1\164\1\142\1\164\1\151\1\60\1\uffff\1\131\1\60"+
- "\1\uffff\1\145\1\170\1\160\1\uffff\1\162\1\145\1\60\1\162\1\171"+
- "\1\145\1\157\1\145\2\143\1\uffff\1\142\1\145\1\104\1\142\1\156\2"+
- "\164\1\142\1\164\1\165\1\145\1\143\1\uffff\1\60\1\uffff\1\60\1\164"+
- "\1\145\1\124\1\60\1\uffff\3\60\1\156\1\60\2\164\1\165\1\60\1\141"+
- "\1\165\1\164\1\162\1\101\1\165\1\162\1\164\1\60\1\141\2\uffff\2"+
- "\60\1\171\4\uffff\1\60\1\uffff\2\124\1\164\1\uffff\2\164\1\145\1"+
- "\151\2\164\1\151\1\145\1\uffff\1\154\2\uffff\1\160\1\uffff\2\171"+
- "\1\145\1\141\1\145\1\156\1\142\1\164\1\145\1\142\1\60\1\137\1\145"+
- "\2\160\1\104\1\120\1\60\1\164\1\165\1\162\1\60\1\165\1\uffff\1\101"+
- "\1\60\2\145\2\141\1\162\1\uffff\1\101\1\164\1\151\1\uffff\1\164"+
- "\1\163\1\145\1\uffff\2\60\1\147\1\164\1\157\1\164\1\145\1\142\1"+
- "\145\1\143\1\163\2\uffff\1\147\1\141\1\166\1\164\1\60\1\165\1\60"+
- "\1\145\1\143\1\145\1\120\1\151\1\162\1\uffff\1\164\1\uffff\1\156"+
- "\1\145\2\162\1\144\1\151\1\145\1\144\1\156\1\120\1\157\1\145\1\142"+
- "\1\60\1\151\1\144\1\162\1\166\1\162\1\165\1\uffff\1\156\1\151\1"+
- "\157\1\151\1\60\1\164\1\147\1\156\1\166\1\144\1\uffff\1\145\1\60"+
- "\1\147\1\151\1\145\1\60\1\uffff\1\60\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\145\1\162\1\156\2\157\1\156\1\154\1\156\1\141\1\164\1"+
- "\157\1\145\1\116\1\101\1\114\1\156\1\uffff\1\164\1\uffff\1\165\1"+
- "\uffff\1\170\1\uffff\1\162\1\145\1\165\1\166\1\141\1\151\1\145\1"+
- "\151\1\uffff\1\150\1\71\1\172\1\uffff\2\ufffe\1\57\2\uffff\1\116"+
- "\1\146\1\164\1\uffff\1\157\1\151\1\154\1\124\1\157\1\155\1\165\1"+
- "\157\1\164\1\166\1\162\1\104\1\162\1\170\1\105\1\116\1\114\1\160"+
- "\1\150\1\uffff\1\164\1\143\1\144\1\164\1\163\1\uffff\1\151\1\uffff"+
- "\1\165\1\164\1\151\1\uffff\1\141\1\163\1\164\1\154\1\170\1\156\2"+
- "\145\1\172\1\147\1\154\1\155\1\144\1\uffff\1\151\1\uffff\1\71\4"+
- "\uffff\1\131\1\141\1\145\1\162\1\101\1\151\1\110\1\154\1\160\1\155"+
- "\1\141\1\145\1\141\1\151\1\105\1\144\1\151\1\137\1\131\1\117\1\157"+
- "\1\145\1\151\1\145\1\172\1\162\1\164\1\144\1\162\1\155\1\145\1\164"+
- "\1\156\1\141\1\143\1\141\1\164\2\172\1\162\1\145\1\uffff\1\147\1"+
- "\145\1\157\1\141\1\145\1\154\1\172\1\165\1\101\1\144\1\164\1\155"+
- "\1\172\1\145\1\162\1\145\1\164\1\147\1\117\1\156\1\137\1\101\1\143"+
- "\1\124\1\137\1\127\2\162\1\146\1\165\1\163\1\uffff\1\151\1\162\1"+
- "\172\1\171\1\124\1\156\1\172\1\143\1\165\1\162\1\120\1\151\2\uffff"+
- "\1\162\1\105\1\145\1\105\1\166\1\164\1\102\1\144\1\uffff\1\154\1"+
- "\164\1\145\1\164\1\151\1\uffff\1\141\1\145\1\162\1\151\1\145\1\142"+
- "\1\147\1\102\1\164\1\157\1\117\1\124\1\172\1\164\1\151\1\141\1\151"+
- "\1\163\1\142\1\141\1\uffff\1\172\1\171\1\144\1\uffff\1\150\1\154"+
- "\1\151\1\162\1\160\1\151\1\156\1\162\1\170\1\145\1\151\2\116\1\162"+
- "\2\164\2\162\1\164\1\156\1\163\1\141\1\156\1\162\1\152\1\101\2\172"+
- "\1\164\1\147\1\137\1\117\1\uffff\1\172\1\164\1\143\1\144\1\103\1"+
- "\165\1\143\1\165\1\uffff\1\160\1\163\1\172\1\164\1\160\1\157\1\154"+
- "\1\144\1\165\1\111\1\164\1\172\1\157\1\162\1\141\1\162\1\141\1\145"+
- "\1\101\1\162\1\145\1\151\1\145\1\101\1\163\1\164\1\147\1\101\1\145"+
- "\1\164\2\uffff\2\162\1\117\1\137\1\uffff\1\101\1\164\1\172\1\157"+
- "\2\164\1\151\1\145\1\172\1\165\1\uffff\1\126\1\164\1\166\1\151\1"+
- "\145\1\155\1\144\1\145\1\uffff\1\156\1\164\1\155\1\164\1\155\1\156"+
- "\1\164\1\151\1\144\1\142\1\144\1\164\2\145\1\120\1\164\1\143\1\164"+
- "\1\151\1\141\1\101\1\116\1\117\1\154\1\172\1\uffff\1\156\1\145\1"+
- "\172\1\144\1\172\1\uffff\1\151\1\162\1\141\2\151\1\143\1\163\1\124"+
- "\1\172\1\156\1\124\1\151\1\145\1\151\1\145\1\117\1\164\1\142\1\172"+
- "\1\165\1\172\1\164\2\144\1\157\2\164\1\162\1\142\1\160\1\116\1\105"+
- "\1\101\1\116\1\154\1\171\1\uffff\1\164\1\172\1\uffff\1\172\1\uffff"+
- "\2\144\1\154\1\157\1\144\1\151\1\172\1\171\1\uffff\1\163\1\171\1"+
- "\146\1\172\1\146\1\172\1\146\1\162\1\165\1\uffff\1\164\1\uffff\1"+
- "\162\1\103\1\101\1\151\1\162\1\101\1\151\1\165\1\150\1\131\1\172"+
- "\1\116\1\105\1\172\1\160\1\145\1\171\2\uffff\1\172\1\145\1\165\1"+
- "\156\1\145\1\164\2\uffff\1\160\1\151\1\160\1\141\1\uffff\1\141\1"+
- "\uffff\1\172\1\151\1\164\1\145\1\151\1\157\1\164\1\156\1\151\1\164"+
- "\1\142\1\164\1\151\1\172\1\uffff\1\131\1\172\1\uffff\1\145\1\170"+
- "\1\160\1\uffff\1\162\1\145\1\172\1\162\1\171\1\145\1\157\1\145\2"+
- "\143\1\uffff\1\142\1\145\1\104\1\142\1\156\2\164\1\142\1\164\1\165"+
- "\1\145\1\143\1\uffff\1\172\1\uffff\1\172\1\164\1\145\1\124\1\172"+
- "\1\uffff\3\172\1\156\1\172\2\164\1\165\1\172\1\141\1\165\1\164\1"+
- "\162\1\101\1\165\1\162\1\164\1\172\1\141\2\uffff\2\172\1\171\4\uffff"+
- "\1\172\1\uffff\2\124\1\164\1\uffff\2\164\1\145\1\151\2\164\1\151"+
- "\1\145\1\uffff\1\154\2\uffff\1\160\1\uffff\2\171\1\145\1\141\1\145"+
- "\1\156\1\142\1\164\1\145\1\142\1\172\1\137\1\145\2\160\1\124\1\120"+
- "\1\172\1\164\1\165\1\162\1\172\1\165\1\uffff\1\104\1\172\2\145\2"+
- "\141\1\162\1\uffff\1\101\1\164\1\151\1\uffff\1\164\1\163\1\145\1"+
- "\uffff\2\172\1\147\1\164\1\157\1\164\1\145\1\142\1\145\1\143\1\163"+
- "\2\uffff\1\147\1\141\1\166\1\164\1\172\1\165\1\172\1\145\1\143\1"+
- "\145\1\120\1\151\1\162\1\uffff\1\164\1\uffff\1\156\1\145\2\162\1"+
- "\144\1\151\1\145\1\144\1\156\1\120\1\157\1\145\1\142\1\172\1\151"+
- "\1\144\1\162\1\166\1\162\1\165\1\uffff\1\156\1\151\1\157\1\151\1"+
- "\172\1\164\1\147\1\156\1\166\1\144\1\uffff\1\145\1\172\1\147\1\151"+
- "\1\145\1\172\1\uffff\1\172\1\144\1\162\2\uffff\1\145\1\172\1\162"+
- "\1\uffff\1\172\1\uffff";
- static final String DFA13_acceptS =
- "\21\uffff\1\33\1\uffff\1\35\1\uffff\1\37\1\uffff\1\41\10\uffff\1"+
- "\75\3\uffff\1\106\3\uffff\1\113\1\114\3\uffff\1\106\23\uffff\1\33"+
- "\5\uffff\1\35\1\uffff\1\37\3\uffff\1\41\15\uffff\1\75\1\uffff\1"+
- "\105\1\uffff\1\110\1\111\1\112\1\113\51\uffff\1\102\37\uffff\1\62"+
- "\14\uffff\1\47\1\46\10\uffff\1\26\5\uffff\1\31\24\uffff\1\36\3\uffff"+
- "\1\101\40\uffff\1\25\10\uffff\1\57\36\uffff\1\30\1\27\4\uffff\1"+
- "\32\12\uffff\1\76\10\uffff\1\63\31\uffff\1\74\5\uffff\1\40\44\uffff"+
- "\1\73\2\uffff\1\103\1\uffff\1\52\10\uffff\1\51\11\uffff\1\20\1\uffff"+
- "\1\3\21\uffff\1\42\1\60\6\uffff\1\61\1\50\4\uffff\1\67\1\uffff\1"+
- "\65\16\uffff\1\21\2\uffff\1\104\3\uffff\1\43\12\uffff\1\100\14\uffff"+
- "\1\22\1\uffff\1\23\5\uffff\1\53\23\uffff\1\24\1\34\3\uffff\1\54"+
- "\1\45\1\72\1\56\1\uffff\1\64\3\uffff\1\7\10\uffff\1\15\1\uffff\1"+
- "\77\1\44\1\uffff\1\55\27\uffff\1\14\7\uffff\1\5\3\uffff\1\12\3\uffff"+
- "\1\71\13\uffff\1\70\1\66\15\uffff\1\10\1\uffff\1\13\24\uffff\1\11"+
- "\12\uffff\1\2\6\uffff\1\16\3\uffff\1\6\1\17\3\uffff\1\1\1\uffff"+
- "\1\4";
- 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"+
- "\27\1\51\1\21\1\47\12\42\1\51\1\40\5\51\1\17\1\4\1\5\1\1\1\6"+
- "\1\7\2\44\1\10\1\11\1\44\1\14\1\16\1\44\1\15\3\44\1\12\1\44"+
- "\1\2\1\44\1\13\3\44\3\51\1\43\1\44\1\51\1\22\1\30\1\41\1\31"+
- "\1\26\1\35\1\24\1\44\1\20\3\44\1\32\1\44\1\33\2\44\1\36\1\37"+
- "\1\34\1\3\5\44\1\23\1\51\1\25\uff81\51",
- "\1\52\33\uffff\1\54\3\uffff\1\53",
- "\1\56\3\uffff\1\57",
- "\1\60",
- "\1\61\37\uffff\1\62",
- "\1\63",
- "\1\64",
- "\1\65",
- "\1\66",
- "\1\67",
- "\1\71\52\uffff\1\70",
- "\1\72",
- "\1\73",
- "\1\74",
- "\1\75",
- "\1\76",
- "\1\77\1\100",
- "",
- "\1\106\1\103\1\104\15\uffff\1\102\1\uffff\1\105",
- "",
- "\1\110",
- "",
- "\1\114\11\uffff\1\112\11\uffff\1\113",
- "",
- "\1\116",
- "\1\120\3\uffff\1\117",
- "\1\122\7\uffff\1\123\13\uffff\1\121",
- "\1\126\14\uffff\1\125\2\uffff\1\124",
- "\1\127",
- "\1\130",
- "\1\131",
- "\1\132",
- "",
- "\1\134",
- "\12\136",
- "\32\55\4\uffff\1\55\1\uffff\32\55",
- "",
- "\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",
- "\1\160",
- "\1\161",
- "\1\162",
- "\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\14\uffff\1\u0085",
- "\1\u0086",
- "\1\u0087",
- "\1\u0088",
- "\1\u0089",
- "\1\u008a",
- "\1\u008b",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\1\u008d",
- "\1\u008e",
- "\1\u0090\1\u008f",
- "\1\u0091",
- "",
- "\1\u0092",
- "",
- "\12\136",
- "",
- "",
- "",
- "",
- "\1\u0093",
- "\1\u0094",
- "\1\u0095",
- "\1\u0096",
- "\1\u0097",
- "\1\u0098",
- "\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\u00aa\41\uffff\1\u00a9",
- "\1\u00ab",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\1\u00ad",
- "\1\u00ae",
- "\1\u00af",
- "\1\u00b0",
- "\1\u00b1",
- "\1\u00b2",
- "\1\u00b3",
- "\1\u00b4",
- "\1\u00b5",
- "\1\u00b6",
- "\1\u00b7",
- "\1\u00b8",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\1\u00bb",
- "\1\u00bc",
- "",
- "\1\u00bd",
- "\1\u00be",
- "\1\u00bf",
- "\1\u00c0",
- "\1\u00c1",
- "\1\u00c2",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\1\u00c4",
- "\1\u00c5",
- "\1\u00c6",
- "\1\u00c7",
- "\1\u00c8",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\1\u00ca",
- "\1\u00cb",
- "\1\u00cc",
- "\1\u00cd",
- "\1\u00ce",
- "\1\u00cf",
- "\1\u00d0",
- "\1\u00d1",
- "\1\u00d2",
- "\1\u00d3",
- "\1\u00d4",
- "\1\u00d5",
- "\1\u00d6",
- "\1\u00d7",
- "\1\u00d8",
- "\1\u00d9",
- "\1\u00da",
- "\1\u00db",
- "",
- "\1\u00dc",
- "\1\u00dd",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\1\u00df",
- "\1\u00e0",
- "\1\u00e1",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\1\u00e3",
- "\1\u00e4",
- "\1\u00e5",
- "\1\u00e6",
- "\1\u00e7",
- "",
- "",
- "\1\u00e8",
- "\1\u00e9",
- "\1\u00ea",
- "\1\u00eb",
- "\1\u00ec",
- "\1\u00ed",
- "\1\u00ef\1\u00ee",
- "\1\u00f0",
- "",
- "\1\u00f1",
- "\1\u00f2",
- "\1\u00f3",
- "\1\u00f4",
- "\1\u00f5",
- "",
- "\1\u00f6",
- "\1\u00f7",
- "\1\u00f8",
- "\1\u00f9",
- "\1\u00fa",
- "\1\u00fb",
- "\1\u00fc",
- "\1\u00fe\1\u00fd",
- "\1\u00ff",
- "\1\u0100",
- "\1\u0101",
- "\1\u0102",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\1\u0104",
- "\1\u0105",
- "\1\u0106",
- "\1\u0107",
- "\1\u0108",
- "\1\u0109",
- "\1\u010a",
- "",
- "\12\55\7\uffff\6\55\1\u010b\23\55\4\uffff\1\55\1\uffff\32\55",
- "\1\u010d",
- "\1\u010e",
- "",
- "\1\u010f",
- "\1\u0110",
- "\1\u0111",
- "\1\u0112",
- "\1\u0113",
- "\1\u0114",
- "\1\u0115",
- "\1\u0116",
- "\1\u0117",
- "\1\u0118",
- "\1\u0119",
- "\1\u011a\14\uffff\1\u011b",
- "\1\u011c\14\uffff\1\u011d",
- "\1\u011e",
- "\1\u011f",
- "\1\u0120",
- "\1\u0121",
- "\1\u0122",
- "\1\u0123",
- "\1\u0124",
- "\1\u0125",
- "\1\u0126",
- "\1\u0127",
- "\1\u0128",
- "\1\u0129",
- "\1\u012a",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\1\u012d",
- "\1\u012e",
- "\1\u012f",
- "\1\u0130",
- "",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\1\u0132",
- "\1\u0133",
- "\1\u0134",
- "\1\u0135",
- "\1\u0136",
- "\1\u0137",
- "\1\u0138",
- "",
- "\1\u0139",
- "\1\u013a",
- "\12\55\7\uffff\6\55\1\u013b\23\55\4\uffff\1\55\1\uffff\32\55",
- "\1\u013d",
- "\1\u013e",
- "\1\u013f",
- "\1\u0140",
- "\1\u0141",
- "\1\u0142",
- "\1\u0143",
- "\1\u0144",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\1\u0146",
- "\1\u0147",
- "\1\u0148",
- "\1\u0149",
- "\1\u014a",
- "\1\u014b",
- "\1\u014c",
- "\1\u014d",
- "\1\u014e",
- "\1\u014f",
- "\1\u0150",
- "\1\u0151",
- "\1\u0152",
- "\1\u0153",
- "\1\u0154",
- "\1\u0155",
- "\1\u0156",
- "\1\u0157",
- "",
- "",
- "\1\u0158",
- "\1\u0159",
- "\1\u015a\1\uffff\1\u015b",
- "\1\u015c",
- "",
- "\1\u015d",
- "\1\u015e",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\1\u0160",
- "\1\u0161",
- "\1\u0162",
- "\1\u0163",
- "\1\u0164",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\1\u0166",
- "",
- "\1\u0167\6\uffff\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\u0174",
- "\1\u0175",
- "\1\u0176",
- "\1\u0177",
- "\1\u0178",
- "\1\u0179",
- "\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\1\uffff\1\u0187",
- "\1\u0188",
- "\12\55\7\uffff\23\55\1\u0189\6\55\4\uffff\1\55\1\uffff\32\55",
- "",
- "\1\u018b",
- "\1\u018c",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\1\u018e",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "",
- "\1\u0190",
- "\1\u0191",
- "\1\u0192",
- "\1\u0193",
- "\1\u0194",
- "\1\u0195",
- "\1\u0196",
- "\1\u0197",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\1\u0199",
- "\1\u019a",
- "\1\u019b",
- "\1\u019c",
- "\1\u019d",
- "\1\u019e",
- "\1\u019f",
- "\1\u01a0",
- "\1\u01a1",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\1\u01a3",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\1\u01a5",
- "\1\u01a6",
- "\1\u01a7",
- "\1\u01a8",
- "\1\u01a9",
- "\1\u01aa",
- "\1\u01ab",
- "\1\u01ac",
- "\1\u01ad",
- "\1\u01ae",
- "\1\u01af",
- "\1\u01b0",
- "\1\u01b1",
- "\1\u01b2",
- "\1\u01b3",
- "",
- "\1\u01b4",
- "\12\55\7\uffff\23\55\1\u01b5\6\55\4\uffff\1\55\1\uffff\32\55",
- "",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "",
- "\1\u01b8",
- "\1\u01b9",
- "\1\u01ba",
- "\1\u01bb",
- "\1\u01bc",
- "\1\u01bd",
- "\1\u01be\17\uffff\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32"+
- "\55",
- "\1\u01c0",
- "",
- "\1\u01c1",
- "\1\u01c2",
- "\1\u01c3",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\1\u01c5",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\1\u01c7",
- "\1\u01c8",
- "\1\u01c9",
- "",
- "\1\u01ca",
- "",
- "\1\u01cb",
- "\1\u01cc",
- "\1\u01cd",
- "\1\u01ce",
- "\1\u01cf",
- "\1\u01d0",
- "\1\u01d1",
- "\1\u01d2",
- "\1\u01d3",
- "\1\u01d4",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\1\u01d6",
- "\1\u01d7",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\1\u01d9",
- "\1\u01da",
- "\1\u01db",
- "",
- "",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\1\u01dd",
- "\1\u01de",
- "\1\u01df",
- "\1\u01e0",
- "\1\u01e1",
- "",
- "",
- "\1\u01e2",
- "\1\u01e3",
- "\1\u01e4",
- "\1\u01e5",
- "",
- "\1\u01e6",
- "",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\1\u01e8",
- "\1\u01e9",
- "\1\u01ea",
- "\1\u01eb",
- "\1\u01ec",
- "\1\u01ed",
- "\1\u01ee",
- "\1\u01ef",
- "\1\u01f0",
- "\1\u01f1",
- "\1\u01f2",
- "\1\u01f3",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "",
- "\1\u01f5",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "",
- "\1\u01f7",
- "\1\u01f8",
- "\1\u01f9",
- "",
- "\1\u01fa",
- "\1\u01fb",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\1\u01fd",
- "\1\u01fe",
- "\1\u01ff",
- "\1\u0200",
- "\1\u0201",
- "\1\u0202",
- "\1\u0203",
- "",
- "\1\u0204",
- "\1\u0205",
- "\1\u0206",
- "\1\u0207",
- "\1\u0208",
- "\1\u0209",
- "\1\u020a",
- "\1\u020b",
- "\1\u020c",
- "\1\u020d",
- "\1\u020e",
- "\1\u020f",
- "",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\1\u0212",
- "\1\u0213",
- "\1\u0214",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\1\u0219",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\1\u021b",
- "\1\u021c",
- "\1\u021d",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\1\u021f",
- "\1\u0220",
- "\1\u0221",
- "\1\u0222",
- "\1\u0223",
- "\1\u0224",
- "\1\u0225",
- "\1\u0226",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\1\u0228",
- "",
- "",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\1\u022b",
- "",
- "",
- "",
- "",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "",
- "\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",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\1\u0245",
- "\1\u0246",
- "\1\u0247",
- "\1\u0248",
- "\1\u024a\17\uffff\1\u0249",
- "\1\u024b",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\1\u024d",
- "\1\u024e",
- "\1\u024f",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\1\u0251",
- "",
- "\1\u0252\2\uffff\1\u0253",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\1\u0255",
- "\1\u0256",
- "\1\u0257",
- "\1\u0258",
- "\1\u0259",
- "",
- "\1\u025a",
- "\1\u025b",
- "\1\u025c",
- "",
- "\1\u025d",
- "\1\u025e",
- "\1\u025f",
- "",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\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\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\1\u0270",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\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\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\1\u0287",
- "\1\u0288",
- "\1\u0289",
- "\1\u028a",
- "\1\u028b",
- "\1\u028c",
- "",
- "\1\u028d",
- "\1\u028e",
- "\1\u028f",
- "\1\u0290",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\1\u0292",
- "\1\u0293",
- "\1\u0294",
- "\1\u0295",
- "\1\u0296",
- "",
- "\1\u0297",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\1\u0299",
- "\1\u029a",
- "\1\u029b",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\1\u029e",
- "\1\u029f",
- "",
- "",
- "\1\u02a0",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- "\1\u02a2",
- "",
- "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
- ""
- };
-
- 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 );";
- }
- }
-
+ }
+
+ 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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7843:16: ( . )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7843:18: .
+ {
+ matchAny();
+
+ }
+
+ this.type = _type;
+ } finally {
+ }
+ }
+
+ // $ANTLR end RULE_ANY_OTHER
+
+ public void mTokens() throws RecognitionException {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/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.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:10: T12
+ {
+ mT12();
+
+ }
+ break;
+ case 2:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:14: T13
+ {
+ mT13();
+
+ }
+ break;
+ case 3:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:18: T14
+ {
+ mT14();
+
+ }
+ break;
+ case 4:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:22: T15
+ {
+ mT15();
+
+ }
+ break;
+ case 5:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:26: T16
+ {
+ mT16();
+
+ }
+ break;
+ case 6:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:30: T17
+ {
+ mT17();
+
+ }
+ break;
+ case 7:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:34: T18
+ {
+ mT18();
+
+ }
+ break;
+ case 8:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:38: T19
+ {
+ mT19();
+
+ }
+ break;
+ case 9:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:42: T20
+ {
+ mT20();
+
+ }
+ break;
+ case 10:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:46: T21
+ {
+ mT21();
+
+ }
+ break;
+ case 11:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:50: T22
+ {
+ mT22();
+
+ }
+ break;
+ case 12:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:54: T23
+ {
+ mT23();
+
+ }
+ break;
+ case 13:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:58: T24
+ {
+ mT24();
+
+ }
+ break;
+ case 14:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:62: T25
+ {
+ mT25();
+
+ }
+ break;
+ case 15:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:66: T26
+ {
+ mT26();
+
+ }
+ break;
+ case 16:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:70: T27
+ {
+ mT27();
+
+ }
+ break;
+ case 17:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:74: T28
+ {
+ mT28();
+
+ }
+ break;
+ case 18:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:78: T29
+ {
+ mT29();
+
+ }
+ break;
+ case 19:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:82: T30
+ {
+ mT30();
+
+ }
+ break;
+ case 20:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:86: T31
+ {
+ mT31();
+
+ }
+ break;
+ case 21:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:90: T32
+ {
+ mT32();
+
+ }
+ break;
+ case 22:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:94: T33
+ {
+ mT33();
+
+ }
+ break;
+ case 23:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:98: T34
+ {
+ mT34();
+
+ }
+ break;
+ case 24:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:102: T35
+ {
+ mT35();
+
+ }
+ break;
+ case 25:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:106: T36
+ {
+ mT36();
+
+ }
+ break;
+ case 26:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:110: T37
+ {
+ mT37();
+
+ }
+ break;
+ case 27:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:114: T38
+ {
+ mT38();
+
+ }
+ break;
+ case 28:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:118: T39
+ {
+ mT39();
+
+ }
+ break;
+ case 29:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:122: T40
+ {
+ mT40();
+
+ }
+ break;
+ case 30:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:126: T41
+ {
+ mT41();
+
+ }
+ break;
+ case 31:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:130: T42
+ {
+ mT42();
+
+ }
+ break;
+ case 32:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:134: T43
+ {
+ mT43();
+
+ }
+ break;
+ case 33:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:138: T44
+ {
+ mT44();
+
+ }
+ break;
+ case 34:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:142: T45
+ {
+ mT45();
+
+ }
+ break;
+ case 35:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:146: T46
+ {
+ mT46();
+
+ }
+ break;
+ case 36:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:150: T47
+ {
+ mT47();
+
+ }
+ break;
+ case 37:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:154: T48
+ {
+ mT48();
+
+ }
+ break;
+ case 38:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:158: T49
+ {
+ mT49();
+
+ }
+ break;
+ case 39:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:162: T50
+ {
+ mT50();
+
+ }
+ break;
+ case 40:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:166: T51
+ {
+ mT51();
+
+ }
+ break;
+ case 41:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:170: T52
+ {
+ mT52();
+
+ }
+ break;
+ case 42:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:174: T53
+ {
+ mT53();
+
+ }
+ break;
+ case 43:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:178: T54
+ {
+ mT54();
+
+ }
+ break;
+ case 44:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:182: T55
+ {
+ mT55();
+
+ }
+ break;
+ case 45:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:186: T56
+ {
+ mT56();
+
+ }
+ break;
+ case 46:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:190: T57
+ {
+ mT57();
+
+ }
+ break;
+ case 47:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:194: T58
+ {
+ mT58();
+
+ }
+ break;
+ case 48:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:198: T59
+ {
+ mT59();
+
+ }
+ break;
+ case 49:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:202: T60
+ {
+ mT60();
+
+ }
+ break;
+ case 50:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:206: T61
+ {
+ mT61();
+
+ }
+ break;
+ case 51:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:210: T62
+ {
+ mT62();
+
+ }
+ break;
+ case 52:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:214: T63
+ {
+ mT63();
+
+ }
+ break;
+ case 53:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:218: T64
+ {
+ mT64();
+
+ }
+ break;
+ case 54:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:222: T65
+ {
+ mT65();
+
+ }
+ break;
+ case 55:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:226: T66
+ {
+ mT66();
+
+ }
+ break;
+ case 56:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:230: T67
+ {
+ mT67();
+
+ }
+ break;
+ case 57:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:234: T68
+ {
+ mT68();
+
+ }
+ break;
+ case 58:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:238: T69
+ {
+ mT69();
+
+ }
+ break;
+ case 59:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:242: T70
+ {
+ mT70();
+
+ }
+ break;
+ case 60:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:246: T71
+ {
+ mT71();
+
+ }
+ break;
+ case 61:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:250: T72
+ {
+ mT72();
+
+ }
+ break;
+ case 62:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:254: T73
+ {
+ mT73();
+
+ }
+ break;
+ case 63:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:258: T74
+ {
+ mT74();
+
+ }
+ break;
+ case 64:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:262: T75
+ {
+ mT75();
+
+ }
+ break;
+ case 65:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:266: T76
+ {
+ mT76();
+
+ }
+ break;
+ case 66:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:270: T77
+ {
+ mT77();
+
+ }
+ break;
+ case 67:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:274: T78
+ {
+ mT78();
+
+ }
+ break;
+ case 68:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:278: T79
+ {
+ mT79();
+
+ }
+ break;
+ case 69:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:282: RULE_WHOLE_NUM_STR
+ {
+ mRULE_WHOLE_NUM_STR();
+
+ }
+ break;
+ case 70:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:301: RULE_ID
+ {
+ mRULE_ID();
+
+ }
+ break;
+ case 71:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:309: RULE_INT
+ {
+ mRULE_INT();
+
+ }
+ break;
+ case 72:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:318: RULE_STRING
+ {
+ mRULE_STRING();
+
+ }
+ break;
+ case 73:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:330: RULE_ML_COMMENT
+ {
+ mRULE_ML_COMMENT();
+
+ }
+ break;
+ case 74:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:346: RULE_SL_COMMENT
+ {
+ mRULE_SL_COMMENT();
+
+ }
+ break;
+ case 75:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:362: RULE_WS
+ {
+ mRULE_WS();
+
+ }
+ break;
+ case 76:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/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\20\55\1\uffff\1\55\1\uffff\1\55\1\uffff\1\55\1\uffff\10" + "\55\1\uffff\1\55\1\135\1\51\1\uffff\3\51\2\uffff\3\55\1\uffff\23" + "\55\1\uffff\5\55\1\uffff\1\55\1\uffff\3\55\1\uffff\10\55\1\u008c" + "\4\55\1\uffff\1\55\1\uffff\1\135\4\uffff\30\55\1\u00ac\14\55\1\u00b9" + "\1\u00ba\2\55\1\uffff\6\55\1\u00c3\5\55\1\u00c9\22\55\1\uffff\2" + "\55\1\u00de\3\55\1\u00e2\5\55\2\uffff\10\55\1\uffff\5\55\1\uffff" + "\14\55\1\u0103\7\55\1\uffff\1\u010c\2\55\1\uffff\32\55\1\u012b\1" + "\u012c\4\55\1\uffff\1\u0131\7\55\1\uffff\2\55\1\u013c\10\55\1\u0145" + "\22\55\2\uffff\4\55\1\uffff\2\55\1\u015f\5\55\1\u0165\1\55\1\uffff" + "\10\55\1\uffff\30\55\1\u018a\1\uffff\2\55\1\u018d\1\55\1\u018f\1" + "\uffff\10\55\1\u0198\11\55\1\u01a2\1\55\1\u01a4\17\55\1\uffff\1" + "\55\1\u01b6\1\uffff\1\u01b7\1\uffff\6\55\1\u01bf\1\55\1\uffff\3" + "\55\1\u01c4\1\55\1\u01c6\3\55\1\uffff\1\55\1\uffff\12\55\1\u01d5" + "\2\55\1\u01d8\3\55\2\uffff\1\u01dc\5\55\2\uffff\4\55\1\uffff\1\55" + "\1\uffff\1\u01e7\14\55\1\u01f4\1\uffff\1\55\1\u01f6\1\uffff\3\55" + "\1\uffff\2\55\1\u01fc\7\55\1\uffff\14\55\1\uffff\1\u0210\1\uffff" + "\1\u0211\3\55\1\u0215\1\uffff\1\u0216\1\u0217\1\u0218\1\55\1\u021a" + "\3\55\1\u021e\10\55\1\u0227\1\55\2\uffff\1\u0229\1\u022a\1\55\4" + "\uffff\1\u022c\1\uffff\3\55\1\uffff\10\55\1\uffff\1\55\2\uffff\1" + "\55\1\uffff\12\55\1\u0244\6\55\1\u024c\3\55\1\u0250\1\55\1\uffff" + "\1\55\1\u0254\5\55\1\uffff\3\55\1\uffff\3\55\1\uffff\1\u0260\1\u0261" + "\11\55\2\uffff\4\55\1\u026f\1\55\1\u0271\6\55\1\uffff\1\55\1\uffff" + "\15\55\1\u0286\6\55\1\uffff\4\55\1\u0291\5\55\1\uffff\1\55\1\u0298" + "\3\55\1\u029c\1\uffff\1\u029d\2\55\2\uffff\1\55\1\u02a1\1\55\1\uffff" + "\1\u02a3\1\uffff";
+ static final String DFA13_eofS = "\u02a4\uffff";
+ static final String DFA13_minS =
+ "\1\0\1\105\2\156\1\117\1\157\1\156\1\154\1\156\1\141\1\111\1\157" + "\1\145\1\116\1\101\1\114\1\155\1\uffff\1\142\1\uffff\1\165\1\uffff" + "\1\144\1\uffff\1\162\2\141\1\146\1\141\1\151\1\145\1\151\1\uffff" + "\1\150\1\60\1\101\1\uffff\2\0\1\52\2\uffff\1\116\1\146\1\164\1\uffff" + "\1\157\1\151\1\154\1\124\1\157\1\155\1\165\1\157\1\164\1\166\1\162" + "\1\104\1\162\1\170\1\105\1\116\1\114\1\160\1\150\1\uffff\1\164\1" + "\143\1\144\1\164\1\163\1\uffff\1\151\1\uffff\2\164\1\151\1\uffff" + "\1\141\1\146\1\164\1\154\1\170\1\156\2\145\1\60\1\147\2\154\1\144" + "\1\uffff\1\151\1\uffff\1\60\4\uffff\1\131\1\141\1\145\1\162\1\101" + "\1\151\1\110\1\154\1\160\1\155\1\141\1\145\1\141\1\151\1\105\1\144" + "\1\151\1\137\1\131\1\117\1\157\1\145\1\107\1\145\1\60\1\162\1\164" + "\1\144\1\162\1\155\1\145\1\164\1\156\1\141\1\143\1\141\1\164\2\60" + "\1\162\1\145\1\uffff\1\147\1\145\1\157\1\141\1\145\1\154\1\60\1" + "\165\1\101\1\144\1\164\1\155\1\60\1\145\1\162\1\145\1\164\1\147" + "\1\117\1\156\1\137\1\101\1\143\1\124\1\137\1\127\2\162\1\146\1\165" + "\1\163\1\uffff\1\151\1\162\1\60\1\171\1\124\1\156\1\60\1\143\1\165" + "\1\162\1\120\1\151\2\uffff\1\162\1\105\1\145\1\105\1\166\1\164\1" + "\101\1\144\1\uffff\1\154\1\164\1\145\1\164\1\151\1\uffff\1\141\1" + "\145\1\162\1\151\1\145\1\142\1\147\1\101\1\164\1\157\1\117\1\124" + "\1\60\1\164\1\151\1\141\1\151\1\163\1\142\1\141\1\uffff\1\60\1\171" + "\1\144\1\uffff\1\150\1\154\1\151\1\162\1\160\1\151\1\156\1\162\1" + "\170\1\145\1\151\2\101\1\162\2\164\2\162\1\164\1\156\1\163\1\141" + "\1\156\1\162\1\152\1\101\2\60\1\164\1\147\1\137\1\117\1\uffff\1" + "\60\1\164\1\143\1\144\1\103\1\165\1\143\1\165\1\uffff\1\160\1\163" + "\1\60\1\164\1\160\1\157\1\154\1\144\1\165\1\111\1\164\1\60\1\157" + "\1\162\1\141\1\162\1\141\1\145\1\101\1\162\1\145\1\151\1\145\1\101" + "\1\163\1\164\1\147\1\101\1\145\1\164\2\uffff\2\162\1\115\1\137\1" + "\uffff\1\101\1\164\1\60\1\157\2\164\1\151\1\145\1\60\1\165\1\uffff" + "\1\117\1\164\1\166\1\151\1\145\1\155\1\144\1\145\1\uffff\1\156\1" + "\164\1\155\1\164\1\155\1\156\1\164\1\151\1\144\1\142\1\144\1\164" + "\2\145\1\120\1\164\1\143\1\164\1\151\1\141\1\101\1\116\1\115\1\154" + "\1\60\1\uffff\1\156\1\145\1\60\1\144\1\60\1\uffff\1\151\1\162\1" + "\141\2\151\1\143\1\163\1\124\1\60\1\156\1\124\1\151\1\145\1\151" + "\1\145\1\117\1\164\1\142\1\60\1\165\1\60\1\164\2\144\1\157\2\164" + "\1\162\1\142\1\160\1\116\1\105\1\101\1\116\1\154\1\171\1\uffff\1" + "\164\1\60\1\uffff\1\60\1\uffff\2\144\1\154\1\157\1\144\1\151\1\40" + "\1\171\1\uffff\1\163\1\171\1\146\1\60\1\146\1\60\1\146\1\162\1\165" + "\1\uffff\1\164\1\uffff\1\162\1\103\1\101\1\151\1\162\1\101\1\151" + "\1\165\1\150\1\131\1\60\1\116\1\105\1\60\1\160\1\145\1\171\2\uffff" + "\1\60\1\145\1\165\1\156\1\145\1\164\2\uffff\1\160\1\151\1\160\1" + "\141\1\uffff\1\141\1\uffff\1\60\1\151\1\164\1\145\1\151\1\157\1" + "\164\1\156\1\151\1\164\1\142\1\164\1\151\1\60\1\uffff\1\131\1\60" + "\1\uffff\1\145\1\170\1\160\1\uffff\1\162\1\145\1\60\1\162\1\171" + "\1\145\1\157\1\145\2\143\1\uffff\1\142\1\145\1\104\1\142\1\156\2" + "\164\1\142\1\164\1\165\1\145\1\143\1\uffff\1\60\1\uffff\1\60\1\164" + "\1\145\1\124\1\60\1\uffff\3\60\1\156\1\60\2\164\1\165\1\60\1\141" + "\1\165\1\164\1\162\1\101\1\165\1\162\1\164\1\60\1\141\2\uffff\2" + "\60\1\171\4\uffff\1\60\1\uffff\2\124\1\164\1\uffff\2\164\1\145\1" + "\151\2\164\1\151\1\145\1\uffff\1\154\2\uffff\1\160\1\uffff\2\171" + "\1\145\1\141\1\145\1\156\1\142\1\164\1\145\1\142\1\60\1\137\1\145" + "\2\160\1\104\1\120\1\60\1\164\1\165\1\162\1\60\1\165\1\uffff\1\101" + "\1\60\2\145\2\141\1\162\1\uffff\1\101\1\164\1\151\1\uffff\1\164" + "\1\163\1\145\1\uffff\2\60\1\147\1\164\1\157\1\164\1\145\1\142\1" + "\145\1\143\1\163\2\uffff\1\147\1\141\1\166\1\164\1\60\1\165\1\60" + "\1\145\1\143\1\145\1\120\1\151\1\162\1\uffff\1\164\1\uffff\1\156" + "\1\145\2\162\1\144\1\151\1\145\1\144\1\156\1\120\1\157\1\145\1\142" + "\1\60\1\151\1\144\1\162\1\166\1\162\1\165\1\uffff\1\156\1\151\1" + "\157\1\151\1\60\1\164\1\147\1\156\1\166\1\144\1\uffff\1\145\1\60" + "\1\147\1\151\1\145\1\60\1\uffff\1\60\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\145\1\162\1\156\2\157\1\156\1\154\1\156\1\141\1\164\1" + "\157\1\145\1\116\1\101\1\114\1\156\1\uffff\1\164\1\uffff\1\165\1" + "\uffff\1\170\1\uffff\1\162\1\145\1\165\1\166\1\141\1\151\1\145\1" + "\151\1\uffff\1\150\1\71\1\172\1\uffff\2\ufffe\1\57\2\uffff\1\116" + "\1\146\1\164\1\uffff\1\157\1\151\1\154\1\124\1\157\1\155\1\165\1" + "\157\1\164\1\166\1\162\1\104\1\162\1\170\1\105\1\116\1\114\1\160" + "\1\150\1\uffff\1\164\1\143\1\144\1\164\1\163\1\uffff\1\151\1\uffff" + "\1\165\1\164\1\151\1\uffff\1\141\1\163\1\164\1\154\1\170\1\156\2" + "\145\1\172\1\147\1\154\1\155\1\144\1\uffff\1\151\1\uffff\1\71\4" + "\uffff\1\131\1\141\1\145\1\162\1\101\1\151\1\110\1\154\1\160\1\155" + "\1\141\1\145\1\141\1\151\1\105\1\144\1\151\1\137\1\131\1\117\1\157" + "\1\145\1\151\1\145\1\172\1\162\1\164\1\144\1\162\1\155\1\145\1\164" + "\1\156\1\141\1\143\1\141\1\164\2\172\1\162\1\145\1\uffff\1\147\1" + "\145\1\157\1\141\1\145\1\154\1\172\1\165\1\101\1\144\1\164\1\155" + "\1\172\1\145\1\162\1\145\1\164\1\147\1\117\1\156\1\137\1\101\1\143" + "\1\124\1\137\1\127\2\162\1\146\1\165\1\163\1\uffff\1\151\1\162\1" + "\172\1\171\1\124\1\156\1\172\1\143\1\165\1\162\1\120\1\151\2\uffff" + "\1\162\1\105\1\145\1\105\1\166\1\164\1\102\1\144\1\uffff\1\154\1" + "\164\1\145\1\164\1\151\1\uffff\1\141\1\145\1\162\1\151\1\145\1\142" + "\1\147\1\102\1\164\1\157\1\117\1\124\1\172\1\164\1\151\1\141\1\151" + "\1\163\1\142\1\141\1\uffff\1\172\1\171\1\144\1\uffff\1\150\1\154" + "\1\151\1\162\1\160\1\151\1\156\1\162\1\170\1\145\1\151\2\116\1\162" + "\2\164\2\162\1\164\1\156\1\163\1\141\1\156\1\162\1\152\1\101\2\172" + "\1\164\1\147\1\137\1\117\1\uffff\1\172\1\164\1\143\1\144\1\103\1" + "\165\1\143\1\165\1\uffff\1\160\1\163\1\172\1\164\1\160\1\157\1\154" + "\1\144\1\165\1\111\1\164\1\172\1\157\1\162\1\141\1\162\1\141\1\145" + "\1\101\1\162\1\145\1\151\1\145\1\101\1\163\1\164\1\147\1\101\1\145" + "\1\164\2\uffff\2\162\1\117\1\137\1\uffff\1\101\1\164\1\172\1\157" + "\2\164\1\151\1\145\1\172\1\165\1\uffff\1\126\1\164\1\166\1\151\1" + "\145\1\155\1\144\1\145\1\uffff\1\156\1\164\1\155\1\164\1\155\1\156" + "\1\164\1\151\1\144\1\142\1\144\1\164\2\145\1\120\1\164\1\143\1\164" + "\1\151\1\141\1\101\1\116\1\117\1\154\1\172\1\uffff\1\156\1\145\1" + "\172\1\144\1\172\1\uffff\1\151\1\162\1\141\2\151\1\143\1\163\1\124" + "\1\172\1\156\1\124\1\151\1\145\1\151\1\145\1\117\1\164\1\142\1\172" + "\1\165\1\172\1\164\2\144\1\157\2\164\1\162\1\142\1\160\1\116\1\105" + "\1\101\1\116\1\154\1\171\1\uffff\1\164\1\172\1\uffff\1\172\1\uffff" + "\2\144\1\154\1\157\1\144\1\151\1\172\1\171\1\uffff\1\163\1\171\1" + "\146\1\172\1\146\1\172\1\146\1\162\1\165\1\uffff\1\164\1\uffff\1" + "\162\1\103\1\101\1\151\1\162\1\101\1\151\1\165\1\150\1\131\1\172" + "\1\116\1\105\1\172\1\160\1\145\1\171\2\uffff\1\172\1\145\1\165\1" + "\156\1\145\1\164\2\uffff\1\160\1\151\1\160\1\141\1\uffff\1\141\1" + "\uffff\1\172\1\151\1\164\1\145\1\151\1\157\1\164\1\156\1\151\1\164" + "\1\142\1\164\1\151\1\172\1\uffff\1\131\1\172\1\uffff\1\145\1\170" + "\1\160\1\uffff\1\162\1\145\1\172\1\162\1\171\1\145\1\157\1\145\2" + "\143\1\uffff\1\142\1\145\1\104\1\142\1\156\2\164\1\142\1\164\1\165" + "\1\145\1\143\1\uffff\1\172\1\uffff\1\172\1\164\1\145\1\124\1\172" + "\1\uffff\3\172\1\156\1\172\2\164\1\165\1\172\1\141\1\165\1\164\1" + "\162\1\101\1\165\1\162\1\164\1\172\1\141\2\uffff\2\172\1\171\4\uffff" + "\1\172\1\uffff\2\124\1\164\1\uffff\2\164\1\145\1\151\2\164\1\151" + "\1\145\1\uffff\1\154\2\uffff\1\160\1\uffff\2\171\1\145\1\141\1\145" + "\1\156\1\142\1\164\1\145\1\142\1\172\1\137\1\145\2\160\1\124\1\120" + "\1\172\1\164\1\165\1\162\1\172\1\165\1\uffff\1\104\1\172\2\145\2" + "\141\1\162\1\uffff\1\101\1\164\1\151\1\uffff\1\164\1\163\1\145\1" + "\uffff\2\172\1\147\1\164\1\157\1\164\1\145\1\142\1\145\1\143\1\163" + "\2\uffff\1\147\1\141\1\166\1\164\1\172\1\165\1\172\1\145\1\143\1" + "\145\1\120\1\151\1\162\1\uffff\1\164\1\uffff\1\156\1\145\2\162\1" + "\144\1\151\1\145\1\144\1\156\1\120\1\157\1\145\1\142\1\172\1\151" + "\1\144\1\162\1\166\1\162\1\165\1\uffff\1\156\1\151\1\157\1\151\1" + "\172\1\164\1\147\1\156\1\166\1\144\1\uffff\1\145\1\172\1\147\1\151" + "\1\145\1\172\1\uffff\1\172\1\144\1\162\2\uffff\1\145\1\172\1\162" + "\1\uffff\1\172\1\uffff";
+ static final String DFA13_acceptS =
+ "\21\uffff\1\33\1\uffff\1\35\1\uffff\1\37\1\uffff\1\41\10\uffff\1" + "\75\3\uffff\1\106\3\uffff\1\113\1\114\3\uffff\1\106\23\uffff\1\33" + "\5\uffff\1\35\1\uffff\1\37\3\uffff\1\41\15\uffff\1\75\1\uffff\1" + "\105\1\uffff\1\110\1\111\1\112\1\113\51\uffff\1\102\37\uffff\1\62" + "\14\uffff\1\47\1\46\10\uffff\1\26\5\uffff\1\31\24\uffff\1\36\3\uffff" + "\1\101\40\uffff\1\25\10\uffff\1\57\36\uffff\1\30\1\27\4\uffff\1" + "\32\12\uffff\1\76\10\uffff\1\63\31\uffff\1\74\5\uffff\1\40\44\uffff" + "\1\73\2\uffff\1\103\1\uffff\1\52\10\uffff\1\51\11\uffff\1\20\1\uffff" + "\1\3\21\uffff\1\42\1\60\6\uffff\1\61\1\50\4\uffff\1\67\1\uffff\1" + "\65\16\uffff\1\21\2\uffff\1\104\3\uffff\1\43\12\uffff\1\100\14\uffff" + "\1\22\1\uffff\1\23\5\uffff\1\53\23\uffff\1\24\1\34\3\uffff\1\54" + "\1\45\1\72\1\56\1\uffff\1\64\3\uffff\1\7\10\uffff\1\15\1\uffff\1" + "\77\1\44\1\uffff\1\55\27\uffff\1\14\7\uffff\1\5\3\uffff\1\12\3\uffff" + "\1\71\13\uffff\1\70\1\66\15\uffff\1\10\1\uffff\1\13\24\uffff\1\11" + "\12\uffff\1\2\6\uffff\1\16\3\uffff\1\6\1\17\3\uffff\1\1\1\uffff" + "\1\4";
+ 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" + "\27\1\51\1\21\1\47\12\42\1\51\1\40\5\51\1\17\1\4\1\5\1\1\1\6" + "\1\7\2\44\1\10\1\11\1\44\1\14\1\16\1\44\1\15\3\44\1\12\1\44" + "\1\2\1\44\1\13\3\44\3\51\1\43\1\44\1\51\1\22\1\30\1\41\1\31" + "\1\26\1\35\1\24\1\44\1\20\3\44\1\32\1\44\1\33\2\44\1\36\1\37" + "\1\34\1\3\5\44\1\23\1\51\1\25\uff81\51",
+ "\1\52\33\uffff\1\54\3\uffff\1\53",
+ "\1\56\3\uffff\1\57",
+ "\1\60",
+ "\1\61\37\uffff\1\62",
+ "\1\63",
+ "\1\64",
+ "\1\65",
+ "\1\66",
+ "\1\67",
+ "\1\71\52\uffff\1\70",
+ "\1\72",
+ "\1\73",
+ "\1\74",
+ "\1\75",
+ "\1\76",
+ "\1\77\1\100",
+ "",
+ "\1\106\1\103\1\104\15\uffff\1\102\1\uffff\1\105",
+ "",
+ "\1\110",
+ "",
+ "\1\114\11\uffff\1\112\11\uffff\1\113",
+ "",
+ "\1\116",
+ "\1\120\3\uffff\1\117",
+ "\1\122\7\uffff\1\123\13\uffff\1\121",
+ "\1\126\14\uffff\1\125\2\uffff\1\124",
+ "\1\127",
+ "\1\130",
+ "\1\131",
+ "\1\132",
+ "",
+ "\1\134",
+ "\12\136",
+ "\32\55\4\uffff\1\55\1\uffff\32\55",
+ "",
+ "\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",
+ "\1\160",
+ "\1\161",
+ "\1\162",
+ "\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\14\uffff\1\u0085",
+ "\1\u0086",
+ "\1\u0087",
+ "\1\u0088",
+ "\1\u0089",
+ "\1\u008a",
+ "\1\u008b",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\1\u008d",
+ "\1\u008e",
+ "\1\u0090\1\u008f",
+ "\1\u0091",
+ "",
+ "\1\u0092",
+ "",
+ "\12\136",
+ "",
+ "",
+ "",
+ "",
+ "\1\u0093",
+ "\1\u0094",
+ "\1\u0095",
+ "\1\u0096",
+ "\1\u0097",
+ "\1\u0098",
+ "\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\u00aa\41\uffff\1\u00a9",
+ "\1\u00ab",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\1\u00ad",
+ "\1\u00ae",
+ "\1\u00af",
+ "\1\u00b0",
+ "\1\u00b1",
+ "\1\u00b2",
+ "\1\u00b3",
+ "\1\u00b4",
+ "\1\u00b5",
+ "\1\u00b6",
+ "\1\u00b7",
+ "\1\u00b8",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\1\u00bb",
+ "\1\u00bc",
+ "",
+ "\1\u00bd",
+ "\1\u00be",
+ "\1\u00bf",
+ "\1\u00c0",
+ "\1\u00c1",
+ "\1\u00c2",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\1\u00c4",
+ "\1\u00c5",
+ "\1\u00c6",
+ "\1\u00c7",
+ "\1\u00c8",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\1\u00ca",
+ "\1\u00cb",
+ "\1\u00cc",
+ "\1\u00cd",
+ "\1\u00ce",
+ "\1\u00cf",
+ "\1\u00d0",
+ "\1\u00d1",
+ "\1\u00d2",
+ "\1\u00d3",
+ "\1\u00d4",
+ "\1\u00d5",
+ "\1\u00d6",
+ "\1\u00d7",
+ "\1\u00d8",
+ "\1\u00d9",
+ "\1\u00da",
+ "\1\u00db",
+ "",
+ "\1\u00dc",
+ "\1\u00dd",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\1\u00df",
+ "\1\u00e0",
+ "\1\u00e1",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\1\u00e3",
+ "\1\u00e4",
+ "\1\u00e5",
+ "\1\u00e6",
+ "\1\u00e7",
+ "",
+ "",
+ "\1\u00e8",
+ "\1\u00e9",
+ "\1\u00ea",
+ "\1\u00eb",
+ "\1\u00ec",
+ "\1\u00ed",
+ "\1\u00ef\1\u00ee",
+ "\1\u00f0",
+ "",
+ "\1\u00f1",
+ "\1\u00f2",
+ "\1\u00f3",
+ "\1\u00f4",
+ "\1\u00f5",
+ "",
+ "\1\u00f6",
+ "\1\u00f7",
+ "\1\u00f8",
+ "\1\u00f9",
+ "\1\u00fa",
+ "\1\u00fb",
+ "\1\u00fc",
+ "\1\u00fe\1\u00fd",
+ "\1\u00ff",
+ "\1\u0100",
+ "\1\u0101",
+ "\1\u0102",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\1\u0104",
+ "\1\u0105",
+ "\1\u0106",
+ "\1\u0107",
+ "\1\u0108",
+ "\1\u0109",
+ "\1\u010a",
+ "",
+ "\12\55\7\uffff\6\55\1\u010b\23\55\4\uffff\1\55\1\uffff\32\55",
+ "\1\u010d",
+ "\1\u010e",
+ "",
+ "\1\u010f",
+ "\1\u0110",
+ "\1\u0111",
+ "\1\u0112",
+ "\1\u0113",
+ "\1\u0114",
+ "\1\u0115",
+ "\1\u0116",
+ "\1\u0117",
+ "\1\u0118",
+ "\1\u0119",
+ "\1\u011a\14\uffff\1\u011b",
+ "\1\u011c\14\uffff\1\u011d",
+ "\1\u011e",
+ "\1\u011f",
+ "\1\u0120",
+ "\1\u0121",
+ "\1\u0122",
+ "\1\u0123",
+ "\1\u0124",
+ "\1\u0125",
+ "\1\u0126",
+ "\1\u0127",
+ "\1\u0128",
+ "\1\u0129",
+ "\1\u012a",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\1\u012d",
+ "\1\u012e",
+ "\1\u012f",
+ "\1\u0130",
+ "",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\1\u0132",
+ "\1\u0133",
+ "\1\u0134",
+ "\1\u0135",
+ "\1\u0136",
+ "\1\u0137",
+ "\1\u0138",
+ "",
+ "\1\u0139",
+ "\1\u013a",
+ "\12\55\7\uffff\6\55\1\u013b\23\55\4\uffff\1\55\1\uffff\32\55",
+ "\1\u013d",
+ "\1\u013e",
+ "\1\u013f",
+ "\1\u0140",
+ "\1\u0141",
+ "\1\u0142",
+ "\1\u0143",
+ "\1\u0144",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\1\u0146",
+ "\1\u0147",
+ "\1\u0148",
+ "\1\u0149",
+ "\1\u014a",
+ "\1\u014b",
+ "\1\u014c",
+ "\1\u014d",
+ "\1\u014e",
+ "\1\u014f",
+ "\1\u0150",
+ "\1\u0151",
+ "\1\u0152",
+ "\1\u0153",
+ "\1\u0154",
+ "\1\u0155",
+ "\1\u0156",
+ "\1\u0157",
+ "",
+ "",
+ "\1\u0158",
+ "\1\u0159",
+ "\1\u015a\1\uffff\1\u015b",
+ "\1\u015c",
+ "",
+ "\1\u015d",
+ "\1\u015e",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\1\u0160",
+ "\1\u0161",
+ "\1\u0162",
+ "\1\u0163",
+ "\1\u0164",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\1\u0166",
+ "",
+ "\1\u0167\6\uffff\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\u0174",
+ "\1\u0175",
+ "\1\u0176",
+ "\1\u0177",
+ "\1\u0178",
+ "\1\u0179",
+ "\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\1\uffff\1\u0187",
+ "\1\u0188",
+ "\12\55\7\uffff\23\55\1\u0189\6\55\4\uffff\1\55\1\uffff\32\55",
+ "",
+ "\1\u018b",
+ "\1\u018c",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\1\u018e",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "",
+ "\1\u0190",
+ "\1\u0191",
+ "\1\u0192",
+ "\1\u0193",
+ "\1\u0194",
+ "\1\u0195",
+ "\1\u0196",
+ "\1\u0197",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\1\u0199",
+ "\1\u019a",
+ "\1\u019b",
+ "\1\u019c",
+ "\1\u019d",
+ "\1\u019e",
+ "\1\u019f",
+ "\1\u01a0",
+ "\1\u01a1",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\1\u01a3",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\1\u01a5",
+ "\1\u01a6",
+ "\1\u01a7",
+ "\1\u01a8",
+ "\1\u01a9",
+ "\1\u01aa",
+ "\1\u01ab",
+ "\1\u01ac",
+ "\1\u01ad",
+ "\1\u01ae",
+ "\1\u01af",
+ "\1\u01b0",
+ "\1\u01b1",
+ "\1\u01b2",
+ "\1\u01b3",
+ "",
+ "\1\u01b4",
+ "\12\55\7\uffff\23\55\1\u01b5\6\55\4\uffff\1\55\1\uffff\32\55",
+ "",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "",
+ "\1\u01b8",
+ "\1\u01b9",
+ "\1\u01ba",
+ "\1\u01bb",
+ "\1\u01bc",
+ "\1\u01bd",
+ "\1\u01be\17\uffff\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32" + "\55",
+ "\1\u01c0",
+ "",
+ "\1\u01c1",
+ "\1\u01c2",
+ "\1\u01c3",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\1\u01c5",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\1\u01c7",
+ "\1\u01c8",
+ "\1\u01c9",
+ "",
+ "\1\u01ca",
+ "",
+ "\1\u01cb",
+ "\1\u01cc",
+ "\1\u01cd",
+ "\1\u01ce",
+ "\1\u01cf",
+ "\1\u01d0",
+ "\1\u01d1",
+ "\1\u01d2",
+ "\1\u01d3",
+ "\1\u01d4",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\1\u01d6",
+ "\1\u01d7",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\1\u01d9",
+ "\1\u01da",
+ "\1\u01db",
+ "",
+ "",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\1\u01dd",
+ "\1\u01de",
+ "\1\u01df",
+ "\1\u01e0",
+ "\1\u01e1",
+ "",
+ "",
+ "\1\u01e2",
+ "\1\u01e3",
+ "\1\u01e4",
+ "\1\u01e5",
+ "",
+ "\1\u01e6",
+ "",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\1\u01e8",
+ "\1\u01e9",
+ "\1\u01ea",
+ "\1\u01eb",
+ "\1\u01ec",
+ "\1\u01ed",
+ "\1\u01ee",
+ "\1\u01ef",
+ "\1\u01f0",
+ "\1\u01f1",
+ "\1\u01f2",
+ "\1\u01f3",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "",
+ "\1\u01f5",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "",
+ "\1\u01f7",
+ "\1\u01f8",
+ "\1\u01f9",
+ "",
+ "\1\u01fa",
+ "\1\u01fb",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\1\u01fd",
+ "\1\u01fe",
+ "\1\u01ff",
+ "\1\u0200",
+ "\1\u0201",
+ "\1\u0202",
+ "\1\u0203",
+ "",
+ "\1\u0204",
+ "\1\u0205",
+ "\1\u0206",
+ "\1\u0207",
+ "\1\u0208",
+ "\1\u0209",
+ "\1\u020a",
+ "\1\u020b",
+ "\1\u020c",
+ "\1\u020d",
+ "\1\u020e",
+ "\1\u020f",
+ "",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\1\u0212",
+ "\1\u0213",
+ "\1\u0214",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\1\u0219",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\1\u021b",
+ "\1\u021c",
+ "\1\u021d",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\1\u021f",
+ "\1\u0220",
+ "\1\u0221",
+ "\1\u0222",
+ "\1\u0223",
+ "\1\u0224",
+ "\1\u0225",
+ "\1\u0226",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\1\u0228",
+ "",
+ "",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\1\u022b",
+ "",
+ "",
+ "",
+ "",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "",
+ "\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",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\1\u0245",
+ "\1\u0246",
+ "\1\u0247",
+ "\1\u0248",
+ "\1\u024a\17\uffff\1\u0249",
+ "\1\u024b",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\1\u024d",
+ "\1\u024e",
+ "\1\u024f",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\1\u0251",
+ "",
+ "\1\u0252\2\uffff\1\u0253",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\1\u0255",
+ "\1\u0256",
+ "\1\u0257",
+ "\1\u0258",
+ "\1\u0259",
+ "",
+ "\1\u025a",
+ "\1\u025b",
+ "\1\u025c",
+ "",
+ "\1\u025d",
+ "\1\u025e",
+ "\1\u025f",
+ "",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\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\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\1\u0270",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\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\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\1\u0287",
+ "\1\u0288",
+ "\1\u0289",
+ "\1\u028a",
+ "\1\u028b",
+ "\1\u028c",
+ "",
+ "\1\u028d",
+ "\1\u028e",
+ "\1\u028f",
+ "\1\u0290",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\1\u0292",
+ "\1\u0293",
+ "\1\u0294",
+ "\1\u0295",
+ "\1\u0296",
+ "",
+ "\1\u0297",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\1\u0299",
+ "\1\u029a",
+ "\1\u029b",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\1\u029e",
+ "\1\u029f",
+ "",
+ "",
+ "\1\u02a0",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ "\1\u02a2",
+ "",
+ "\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
+ ""};
+
+ 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