All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rapture.generated.MetricGenLexer Maven / Gradle / Ivy

// $ANTLR 3.5.2 /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.g 2016-04-15 08:33:46

    package rapture.generated;


import org.antlr.runtime.*;
import java.util.Stack;
import java.util.List;
import java.util.ArrayList;

@SuppressWarnings("all")
public class MetricGenLexer extends Lexer {
	public static final int EOF=-1;
	public static final int COMMA=4;
	public static final int COUNTER=5;
	public static final int EQUALS=6;
	public static final int ID=7;
	public static final int LBRACE=8;
	public static final int MESSAGE=9;
	public static final int PRESENCE=10;
	public static final int RBRACE=11;
	public static final int STRING=12;
	public static final int VALUE=13;
	public static final int WITH=14;
	public static final int WS=15;

	// delegates
	// delegators
	public Lexer[] getDelegates() {
		return new Lexer[] {};
	}

	public MetricGenLexer() {} 
	public MetricGenLexer(CharStream input) {
		this(input, new RecognizerSharedState());
	}
	public MetricGenLexer(CharStream input, RecognizerSharedState state) {
		super(input,state);
	}
	@Override public String getGrammarFileName() { return "/Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.g"; }

	// $ANTLR start "VALUE"
	public final void mVALUE() throws RecognitionException {
		try {
			int _type = VALUE;
			int _channel = DEFAULT_TOKEN_CHANNEL;
			// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.g:19:7: ( 'VALUE' )
			// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.g:19:9: 'VALUE'
			{
			match("VALUE"); 

			}

			state.type = _type;
			state.channel = _channel;
		}
		finally {
			// do for sure before leaving
		}
	}
	// $ANTLR end "VALUE"

	// $ANTLR start "MESSAGE"
	public final void mMESSAGE() throws RecognitionException {
		try {
			int _type = MESSAGE;
			int _channel = DEFAULT_TOKEN_CHANNEL;
			// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.g:20:9: ( 'MESSAGE' )
			// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.g:20:11: 'MESSAGE'
			{
			match("MESSAGE"); 

			}

			state.type = _type;
			state.channel = _channel;
		}
		finally {
			// do for sure before leaving
		}
	}
	// $ANTLR end "MESSAGE"

	// $ANTLR start "PRESENCE"
	public final void mPRESENCE() throws RecognitionException {
		try {
			int _type = PRESENCE;
			int _channel = DEFAULT_TOKEN_CHANNEL;
			// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.g:21:10: ( 'PRESENCE' )
			// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.g:21:12: 'PRESENCE'
			{
			match("PRESENCE"); 

			}

			state.type = _type;
			state.channel = _channel;
		}
		finally {
			// do for sure before leaving
		}
	}
	// $ANTLR end "PRESENCE"

	// $ANTLR start "COUNTER"
	public final void mCOUNTER() throws RecognitionException {
		try {
			int _type = COUNTER;
			int _channel = DEFAULT_TOKEN_CHANNEL;
			// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.g:22:9: ( 'COUNTER' )
			// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.g:22:11: 'COUNTER'
			{
			match("COUNTER"); 

			}

			state.type = _type;
			state.channel = _channel;
		}
		finally {
			// do for sure before leaving
		}
	}
	// $ANTLR end "COUNTER"

	// $ANTLR start "LBRACE"
	public final void mLBRACE() throws RecognitionException {
		try {
			int _type = LBRACE;
			int _channel = DEFAULT_TOKEN_CHANNEL;
			// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.g:24:8: ( '{' )
			// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.g:24:10: '{'
			{
			match('{'); 
			}

			state.type = _type;
			state.channel = _channel;
		}
		finally {
			// do for sure before leaving
		}
	}
	// $ANTLR end "LBRACE"

	// $ANTLR start "RBRACE"
	public final void mRBRACE() throws RecognitionException {
		try {
			int _type = RBRACE;
			int _channel = DEFAULT_TOKEN_CHANNEL;
			// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.g:25:8: ( '}' )
			// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.g:25:10: '}'
			{
			match('}'); 
			}

			state.type = _type;
			state.channel = _channel;
		}
		finally {
			// do for sure before leaving
		}
	}
	// $ANTLR end "RBRACE"

	// $ANTLR start "COMMA"
	public final void mCOMMA() throws RecognitionException {
		try {
			int _type = COMMA;
			int _channel = DEFAULT_TOKEN_CHANNEL;
			// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.g:26:7: ( ',' )
			// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.g:26:9: ','
			{
			match(','); 
			}

			state.type = _type;
			state.channel = _channel;
		}
		finally {
			// do for sure before leaving
		}
	}
	// $ANTLR end "COMMA"

	// $ANTLR start "EQUALS"
	public final void mEQUALS() throws RecognitionException {
		try {
			int _type = EQUALS;
			int _channel = DEFAULT_TOKEN_CHANNEL;
			// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.g:27:8: ( '=' )
			// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.g:27:10: '='
			{
			match('='); 
			}

			state.type = _type;
			state.channel = _channel;
		}
		finally {
			// do for sure before leaving
		}
	}
	// $ANTLR end "EQUALS"

	// $ANTLR start "WITH"
	public final void mWITH() throws RecognitionException {
		try {
			int _type = WITH;
			int _channel = DEFAULT_TOKEN_CHANNEL;
			// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.g:28:6: ( 'with' | 'WITH' )
			int alt1=2;
			int LA1_0 = input.LA(1);
			if ( (LA1_0=='w') ) {
				alt1=1;
			}
			else if ( (LA1_0=='W') ) {
				alt1=2;
			}

			else {
				NoViableAltException nvae =
					new NoViableAltException("", 1, 0, input);
				throw nvae;
			}

			switch (alt1) {
				case 1 :
					// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.g:28:8: 'with'
					{
					match("with"); 

					}
					break;
				case 2 :
					// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.g:28:17: 'WITH'
					{
					match("WITH"); 

					}
					break;

			}
			state.type = _type;
			state.channel = _channel;
		}
		finally {
			// do for sure before leaving
		}
	}
	// $ANTLR end "WITH"

	// $ANTLR start "ID"
	public final void mID() throws RecognitionException {
		try {
			int _type = ID;
			int _channel = DEFAULT_TOKEN_CHANNEL;
			// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.g:30:4: ( ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '0' .. '9' | '_' )* )
			// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.g:30:6: ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '0' .. '9' | '_' )*
			{
			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;
			}
			// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.g:30:30: ( 'a' .. 'z' | 'A' .. 'Z' | '0' .. '9' | '_' )*
			loop2:
			while (true) {
				int alt2=2;
				int LA2_0 = input.LA(1);
				if ( ((LA2_0 >= '0' && LA2_0 <= '9')||(LA2_0 >= 'A' && LA2_0 <= 'Z')||LA2_0=='_'||(LA2_0 >= 'a' && LA2_0 <= 'z')) ) {
					alt2=1;
				}

				switch (alt2) {
				case 1 :
					// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.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 loop2;
				}
			}

			}

			state.type = _type;
			state.channel = _channel;
		}
		finally {
			// do for sure before leaving
		}
	}
	// $ANTLR end "ID"

	// $ANTLR start "STRING"
	public final void mSTRING() throws RecognitionException {
		try {
			int _type = STRING;
			int _channel = DEFAULT_TOKEN_CHANNEL;
			// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.g:31:8: ( '\"' (~ '\"' )* '\"' )
			// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.g:31:10: '\"' (~ '\"' )* '\"'
			{
			match('\"'); 
			// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.g:31:14: (~ '\"' )*
			loop3:
			while (true) {
				int alt3=2;
				int LA3_0 = input.LA(1);
				if ( ((LA3_0 >= '\u0000' && LA3_0 <= '!')||(LA3_0 >= '#' && LA3_0 <= '\uFFFF')) ) {
					alt3=1;
				}

				switch (alt3) {
				case 1 :
					// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.g:
					{
					if ( (input.LA(1) >= '\u0000' && input.LA(1) <= '!')||(input.LA(1) >= '#' && input.LA(1) <= '\uFFFF') ) {
						input.consume();
					}
					else {
						MismatchedSetException mse = new MismatchedSetException(null,input);
						recover(mse);
						throw mse;
					}
					}
					break;

				default :
					break loop3;
				}
			}

			match('\"'); 
			}

			state.type = _type;
			state.channel = _channel;
		}
		finally {
			// do for sure before leaving
		}
	}
	// $ANTLR end "STRING"

	// $ANTLR start "WS"
	public final void mWS() throws RecognitionException {
		try {
			int _type = WS;
			int _channel = DEFAULT_TOKEN_CHANNEL;
			// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.g:33:4: ( ( ' ' ) )
			// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.g:33:6: ( ' ' )
			{
			// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.g:33:6: ( ' ' )
			// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.g:33:7: ' '
			{
			match(' '); 
			}

			_channel=HIDDEN;
			}

			state.type = _type;
			state.channel = _channel;
		}
		finally {
			// do for sure before leaving
		}
	}
	// $ANTLR end "WS"

	@Override
	public void mTokens() throws RecognitionException {
		// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.g:1:8: ( VALUE | MESSAGE | PRESENCE | COUNTER | LBRACE | RBRACE | COMMA | EQUALS | WITH | ID | STRING | WS )
		int alt4=12;
		switch ( input.LA(1) ) {
		case 'V':
			{
			int LA4_1 = input.LA(2);
			if ( (LA4_1=='A') ) {
				int LA4_14 = input.LA(3);
				if ( (LA4_14=='L') ) {
					int LA4_20 = input.LA(4);
					if ( (LA4_20=='U') ) {
						int LA4_26 = input.LA(5);
						if ( (LA4_26=='E') ) {
							int LA4_32 = input.LA(6);
							if ( ((LA4_32 >= '0' && LA4_32 <= '9')||(LA4_32 >= 'A' && LA4_32 <= 'Z')||LA4_32=='_'||(LA4_32 >= 'a' && LA4_32 <= 'z')) ) {
								alt4=10;
							}

							else {
								alt4=1;
							}

						}

						else {
							alt4=10;
						}

					}

					else {
						alt4=10;
					}

				}

				else {
					alt4=10;
				}

			}

			else {
				alt4=10;
			}

			}
			break;
		case 'M':
			{
			int LA4_2 = input.LA(2);
			if ( (LA4_2=='E') ) {
				int LA4_15 = input.LA(3);
				if ( (LA4_15=='S') ) {
					int LA4_21 = input.LA(4);
					if ( (LA4_21=='S') ) {
						int LA4_27 = input.LA(5);
						if ( (LA4_27=='A') ) {
							int LA4_33 = input.LA(6);
							if ( (LA4_33=='G') ) {
								int LA4_38 = input.LA(7);
								if ( (LA4_38=='E') ) {
									int LA4_41 = input.LA(8);
									if ( ((LA4_41 >= '0' && LA4_41 <= '9')||(LA4_41 >= 'A' && LA4_41 <= 'Z')||LA4_41=='_'||(LA4_41 >= 'a' && LA4_41 <= 'z')) ) {
										alt4=10;
									}

									else {
										alt4=2;
									}

								}

								else {
									alt4=10;
								}

							}

							else {
								alt4=10;
							}

						}

						else {
							alt4=10;
						}

					}

					else {
						alt4=10;
					}

				}

				else {
					alt4=10;
				}

			}

			else {
				alt4=10;
			}

			}
			break;
		case 'P':
			{
			int LA4_3 = input.LA(2);
			if ( (LA4_3=='R') ) {
				int LA4_16 = input.LA(3);
				if ( (LA4_16=='E') ) {
					int LA4_22 = input.LA(4);
					if ( (LA4_22=='S') ) {
						int LA4_28 = input.LA(5);
						if ( (LA4_28=='E') ) {
							int LA4_34 = input.LA(6);
							if ( (LA4_34=='N') ) {
								int LA4_39 = input.LA(7);
								if ( (LA4_39=='C') ) {
									int LA4_42 = input.LA(8);
									if ( (LA4_42=='E') ) {
										int LA4_45 = input.LA(9);
										if ( ((LA4_45 >= '0' && LA4_45 <= '9')||(LA4_45 >= 'A' && LA4_45 <= 'Z')||LA4_45=='_'||(LA4_45 >= 'a' && LA4_45 <= 'z')) ) {
											alt4=10;
										}

										else {
											alt4=3;
										}

									}

									else {
										alt4=10;
									}

								}

								else {
									alt4=10;
								}

							}

							else {
								alt4=10;
							}

						}

						else {
							alt4=10;
						}

					}

					else {
						alt4=10;
					}

				}

				else {
					alt4=10;
				}

			}

			else {
				alt4=10;
			}

			}
			break;
		case 'C':
			{
			int LA4_4 = input.LA(2);
			if ( (LA4_4=='O') ) {
				int LA4_17 = input.LA(3);
				if ( (LA4_17=='U') ) {
					int LA4_23 = input.LA(4);
					if ( (LA4_23=='N') ) {
						int LA4_29 = input.LA(5);
						if ( (LA4_29=='T') ) {
							int LA4_35 = input.LA(6);
							if ( (LA4_35=='E') ) {
								int LA4_40 = input.LA(7);
								if ( (LA4_40=='R') ) {
									int LA4_43 = input.LA(8);
									if ( ((LA4_43 >= '0' && LA4_43 <= '9')||(LA4_43 >= 'A' && LA4_43 <= 'Z')||LA4_43=='_'||(LA4_43 >= 'a' && LA4_43 <= 'z')) ) {
										alt4=10;
									}

									else {
										alt4=4;
									}

								}

								else {
									alt4=10;
								}

							}

							else {
								alt4=10;
							}

						}

						else {
							alt4=10;
						}

					}

					else {
						alt4=10;
					}

				}

				else {
					alt4=10;
				}

			}

			else {
				alt4=10;
			}

			}
			break;
		case '{':
			{
			alt4=5;
			}
			break;
		case '}':
			{
			alt4=6;
			}
			break;
		case ',':
			{
			alt4=7;
			}
			break;
		case '=':
			{
			alt4=8;
			}
			break;
		case 'w':
			{
			int LA4_9 = input.LA(2);
			if ( (LA4_9=='i') ) {
				int LA4_18 = input.LA(3);
				if ( (LA4_18=='t') ) {
					int LA4_24 = input.LA(4);
					if ( (LA4_24=='h') ) {
						int LA4_30 = input.LA(5);
						if ( ((LA4_30 >= '0' && LA4_30 <= '9')||(LA4_30 >= 'A' && LA4_30 <= 'Z')||LA4_30=='_'||(LA4_30 >= 'a' && LA4_30 <= 'z')) ) {
							alt4=10;
						}

						else {
							alt4=9;
						}

					}

					else {
						alt4=10;
					}

				}

				else {
					alt4=10;
				}

			}

			else {
				alt4=10;
			}

			}
			break;
		case 'W':
			{
			int LA4_10 = input.LA(2);
			if ( (LA4_10=='I') ) {
				int LA4_19 = input.LA(3);
				if ( (LA4_19=='T') ) {
					int LA4_25 = input.LA(4);
					if ( (LA4_25=='H') ) {
						int LA4_31 = input.LA(5);
						if ( ((LA4_31 >= '0' && LA4_31 <= '9')||(LA4_31 >= 'A' && LA4_31 <= 'Z')||LA4_31=='_'||(LA4_31 >= 'a' && LA4_31 <= 'z')) ) {
							alt4=10;
						}

						else {
							alt4=9;
						}

					}

					else {
						alt4=10;
					}

				}

				else {
					alt4=10;
				}

			}

			else {
				alt4=10;
			}

			}
			break;
		case 'A':
		case 'B':
		case 'D':
		case 'E':
		case 'F':
		case 'G':
		case 'H':
		case 'I':
		case 'J':
		case 'K':
		case 'L':
		case 'N':
		case 'O':
		case 'Q':
		case 'R':
		case 'S':
		case 'T':
		case 'U':
		case 'X':
		case 'Y':
		case 'Z':
		case '_':
		case 'a':
		case 'b':
		case 'c':
		case 'd':
		case 'e':
		case 'f':
		case 'g':
		case 'h':
		case 'i':
		case 'j':
		case 'k':
		case 'l':
		case 'm':
		case 'n':
		case 'o':
		case 'p':
		case 'q':
		case 'r':
		case 's':
		case 't':
		case 'u':
		case 'v':
		case 'x':
		case 'y':
		case 'z':
			{
			alt4=10;
			}
			break;
		case '\"':
			{
			alt4=11;
			}
			break;
		case ' ':
			{
			alt4=12;
			}
			break;
		default:
			NoViableAltException nvae =
				new NoViableAltException("", 4, 0, input);
			throw nvae;
		}
		switch (alt4) {
			case 1 :
				// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.g:1:10: VALUE
				{
				mVALUE(); 

				}
				break;
			case 2 :
				// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.g:1:16: MESSAGE
				{
				mMESSAGE(); 

				}
				break;
			case 3 :
				// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.g:1:24: PRESENCE
				{
				mPRESENCE(); 

				}
				break;
			case 4 :
				// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.g:1:33: COUNTER
				{
				mCOUNTER(); 

				}
				break;
			case 5 :
				// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.g:1:41: LBRACE
				{
				mLBRACE(); 

				}
				break;
			case 6 :
				// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.g:1:48: RBRACE
				{
				mRBRACE(); 

				}
				break;
			case 7 :
				// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.g:1:55: COMMA
				{
				mCOMMA(); 

				}
				break;
			case 8 :
				// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.g:1:61: EQUALS
				{
				mEQUALS(); 

				}
				break;
			case 9 :
				// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.g:1:68: WITH
				{
				mWITH(); 

				}
				break;
			case 10 :
				// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.g:1:73: ID
				{
				mID(); 

				}
				break;
			case 11 :
				// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.g:1:76: STRING
				{
				mSTRING(); 

				}
				break;
			case 12 :
				// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/metricgen/MetricGenLexer.g:1:83: WS
				{
				mWS(); 

				}
				break;

		}
	}



}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy