blob: b0c2e737155ef2a2a4901d4157d219147e8b3127 [file] [log] [blame]
/**
*
* Copyright (c) 2011, 2016 - Loetz GmbH&Co.KG (69115 Heidelberg, Germany)
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Christophe Loetz (Loetz GmbH&Co.KG) - initial implementation
*
*/
package org.eclipse.osbp.xtext.gridsource.parser.antlr.internal;
// Hack: Use our own Lexer superclass by means of import.
// Currently there is no other way to specify the superclass for the lexer.
import org.eclipse.xtext.parser.antlr.Lexer;
import org.antlr.runtime.*;
import java.util.Stack;
import java.util.List;
import java.util.ArrayList;
@SuppressWarnings("all")
public class InternalGridSourceLexer extends Lexer {
public static final int T__50=50;
public static final int T__19=19;
public static final int T__15=15;
public static final int T__59=59;
public static final int T__16=16;
public static final int T__17=17;
public static final int T__18=18;
public static final int T__55=55;
public static final int T__56=56;
public static final int T__13=13;
public static final int T__57=57;
public static final int T__14=14;
public static final int T__58=58;
public static final int T__51=51;
public static final int T__52=52;
public static final int T__53=53;
public static final int T__54=54;
public static final int T__60=60;
public static final int T__61=61;
public static final int RULE_ID=4;
public static final int T__26=26;
public static final int T__27=27;
public static final int RULE_EVENT_TOPIC=8;
public static final int T__28=28;
public static final int RULE_INT=7;
public static final int T__29=29;
public static final int T__22=22;
public static final int T__66=66;
public static final int RULE_ML_COMMENT=9;
public static final int T__23=23;
public static final int T__67=67;
public static final int T__24=24;
public static final int T__68=68;
public static final int T__25=25;
public static final int T__69=69;
public static final int T__62=62;
public static final int T__63=63;
public static final int T__20=20;
public static final int T__64=64;
public static final int T__21=21;
public static final int T__65=65;
public static final int T__70=70;
public static final int T__71=71;
public static final int T__72=72;
public static final int RULE_STRING=5;
public static final int RULE_SL_COMMENT=10;
public static final int T__37=37;
public static final int T__38=38;
public static final int T__39=39;
public static final int T__33=33;
public static final int T__34=34;
public static final int T__35=35;
public static final int T__36=36;
public static final int T__73=73;
public static final int EOF=-1;
public static final int T__30=30;
public static final int T__31=31;
public static final int T__32=32;
public static final int RULE_WS=11;
public static final int RULE_ANY_OTHER=12;
public static final int T__48=48;
public static final int T__49=49;
public static final int T__44=44;
public static final int T__45=45;
public static final int T__46=46;
public static final int T__47=47;
public static final int RULE_THEME_RESOURCE=6;
public static final int T__40=40;
public static final int T__41=41;
public static final int T__42=42;
public static final int T__43=43;
// delegates
// delegators
public InternalGridSourceLexer() {;}
public InternalGridSourceLexer(CharStream input) {
this(input, new RecognizerSharedState());
}
public InternalGridSourceLexer(CharStream input, RecognizerSharedState state) {
super(input,state);
}
public String getGrammarFileName() { return "InternalGridSource.g"; }
// $ANTLR start "T__13"
public final void mT__13() throws RecognitionException {
try {
int _type = T__13;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:11:7: ( 'gridsource' )
// InternalGridSource.g:11:9: 'gridsource'
{
match("gridsource");
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__13"
// $ANTLR start "T__14"
public final void mT__14() throws RecognitionException {
try {
int _type = T__14;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:12:7: ( 'for' )
// InternalGridSource.g:12:9: 'for'
{
match("for");
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__14"
// $ANTLR start "T__15"
public final void mT__15() throws RecognitionException {
try {
int _type = T__15;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:13:7: ( '{' )
// InternalGridSource.g:13:9: '{'
{
match('{');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__15"
// $ANTLR start "T__16"
public final void mT__16() throws RecognitionException {
try {
int _type = T__16;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:14:7: ( 'inputs' )
// InternalGridSource.g:14:9: 'inputs'
{
match("inputs");
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__16"
// $ANTLR start "T__17"
public final void mT__17() throws RecognitionException {
try {
int _type = T__17;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:15:7: ( '}' )
// InternalGridSource.g:15:9: '}'
{
match('}');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__17"
// $ANTLR start "T__18"
public final void mT__18() throws RecognitionException {
try {
int _type = T__18;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:16:7: ( 'inputType' )
// InternalGridSource.g:16:9: 'inputType'
{
match("inputType");
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__18"
// $ANTLR start "T__19"
public final void mT__19() throws RecognitionException {
try {
int _type = T__19;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:17:7: ( 'filters' )
// InternalGridSource.g:17:9: 'filters'
{
match("filters");
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__19"
// $ANTLR start "T__20"
public final void mT__20() throws RecognitionException {
try {
int _type = T__20;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:18:7: ( '&&' )
// InternalGridSource.g:18:9: '&&'
{
match("&&");
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__20"
// $ANTLR start "T__21"
public final void mT__21() throws RecognitionException {
try {
int _type = T__21;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:19:7: ( 'root:' )
// InternalGridSource.g:19:9: 'root:'
{
match("root:");
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__21"
// $ANTLR start "T__22"
public final void mT__22() throws RecognitionException {
try {
int _type = T__22;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:20:7: ( '=' )
// InternalGridSource.g:20:9: '='
{
match('=');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__22"
// $ANTLR start "T__23"
public final void mT__23() throws RecognitionException {
try {
int _type = T__23;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:21:7: ( 'input:' )
// InternalGridSource.g:21:9: 'input:'
{
match("input:");
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__23"
// $ANTLR start "T__24"
public final void mT__24() throws RecognitionException {
try {
int _type = T__24;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:22:7: ( 'prop' )
// InternalGridSource.g:22:9: 'prop'
{
match("prop");
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__24"
// $ANTLR start "T__25"
public final void mT__25() throws RecognitionException {
try {
int _type = T__25;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:23:7: ( 'style' )
// InternalGridSource.g:23:9: 'style'
{
match("style");
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__25"
// $ANTLR start "T__26"
public final void mT__26() throws RecognitionException {
try {
int _type = T__26;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:24:7: ( '.' )
// InternalGridSource.g:24:9: '.'
{
match('.');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__26"
// $ANTLR start "T__27"
public final void mT__27() throws RecognitionException {
try {
int _type = T__27;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:25:7: ( 'buttonStyle' )
// InternalGridSource.g:25:9: 'buttonStyle'
{
match("buttonStyle");
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__27"
// $ANTLR start "T__28"
public final void mT__28() throws RecognitionException {
try {
int _type = T__28;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:26:7: ( 'eventTopic' )
// InternalGridSource.g:26:9: 'eventTopic'
{
match("eventTopic");
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__28"
// $ANTLR start "T__29"
public final void mT__29() throws RecognitionException {
try {
int _type = T__29;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:27:7: ( 'htmlStyle' )
// InternalGridSource.g:27:9: 'htmlStyle'
{
match("htmlStyle");
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__29"
// $ANTLR start "T__30"
public final void mT__30() throws RecognitionException {
try {
int _type = T__30;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:28:7: ( 'boolStyle' )
// InternalGridSource.g:28:9: 'boolStyle'
{
match("boolStyle");
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__30"
// $ANTLR start "T__31"
public final void mT__31() throws RecognitionException {
try {
int _type = T__31;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:29:7: ( 'dateStyle' )
// InternalGridSource.g:29:9: 'dateStyle'
{
match("dateStyle");
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__31"
// $ANTLR start "T__32"
public final void mT__32() throws RecognitionException {
try {
int _type = T__32;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:30:7: ( 'format' )
// InternalGridSource.g:30:9: 'format'
{
match("format");
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__32"
// $ANTLR start "T__33"
public final void mT__33() throws RecognitionException {
try {
int _type = T__33;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:31:7: ( 'numberStyle' )
// InternalGridSource.g:31:9: 'numberStyle'
{
match("numberStyle");
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__33"
// $ANTLR start "T__34"
public final void mT__34() throws RecognitionException {
try {
int _type = T__34;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:32:7: ( 'progressbarStyle' )
// InternalGridSource.g:32:9: 'progressbarStyle'
{
match("progressbarStyle");
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__34"
// $ANTLR start "T__35"
public final void mT__35() throws RecognitionException {
try {
int _type = T__35;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:33:7: ( 'max' )
// InternalGridSource.g:33:9: 'max'
{
match("max");
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__35"
// $ANTLR start "T__36"
public final void mT__36() throws RecognitionException {
try {
int _type = T__36;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:34:7: ( 'indicatorStyle' )
// InternalGridSource.g:34:9: 'indicatorStyle'
{
match("indicatorStyle");
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__36"
// $ANTLR start "T__37"
public final void mT__37() throws RecognitionException {
try {
int _type = T__37;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:35:7: ( 'greenFrom' )
// InternalGridSource.g:35:9: 'greenFrom'
{
match("greenFrom");
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__37"
// $ANTLR start "T__38"
public final void mT__38() throws RecognitionException {
try {
int _type = T__38;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:36:7: ( 'redUntil' )
// InternalGridSource.g:36:9: 'redUntil'
{
match("redUntil");
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__38"
// $ANTLR start "T__39"
public final void mT__39() throws RecognitionException {
try {
int _type = T__39;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:37:7: ( 'quantityStyle' )
// InternalGridSource.g:37:9: 'quantityStyle'
{
match("quantityStyle");
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__39"
// $ANTLR start "T__40"
public final void mT__40() throws RecognitionException {
try {
int _type = T__40;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:38:7: ( 'value' )
// InternalGridSource.g:38:9: 'value'
{
match("value");
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__40"
// $ANTLR start "T__41"
public final void mT__41() throws RecognitionException {
try {
int _type = T__41;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:39:7: ( '(' )
// InternalGridSource.g:39:9: '('
{
match('(');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__41"
// $ANTLR start "T__42"
public final void mT__42() throws RecognitionException {
try {
int _type = T__42;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:40:7: ( ')' )
// InternalGridSource.g:40:9: ')'
{
match(')');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__42"
// $ANTLR start "T__43"
public final void mT__43() throws RecognitionException {
try {
int _type = T__43;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:41:7: ( 'uom' )
// InternalGridSource.g:41:9: 'uom'
{
match("uom");
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__43"
// $ANTLR start "T__44"
public final void mT__44() throws RecognitionException {
try {
int _type = T__44;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:42:7: ( 'priceStyle' )
// InternalGridSource.g:42:9: 'priceStyle'
{
match("priceStyle");
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__44"
// $ANTLR start "T__45"
public final void mT__45() throws RecognitionException {
try {
int _type = T__45;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:43:7: ( 'currency' )
// InternalGridSource.g:43:9: 'currency'
{
match("currency");
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__45"
// $ANTLR start "T__46"
public final void mT__46() throws RecognitionException {
try {
int _type = T__46;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:44:7: ( 'textStyle' )
// InternalGridSource.g:44:9: 'textStyle'
{
match("textStyle");
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__46"
// $ANTLR start "T__47"
public final void mT__47() throws RecognitionException {
try {
int _type = T__47;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:45:7: ( 'imageStyle' )
// InternalGridSource.g:45:9: 'imageStyle'
{
match("imageStyle");
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__47"
// $ANTLR start "T__48"
public final void mT__48() throws RecognitionException {
try {
int _type = T__48;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:46:7: ( 'number' )
// InternalGridSource.g:46:9: 'number'
{
match("number");
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__48"
// $ANTLR start "T__49"
public final void mT__49() throws RecognitionException {
try {
int _type = T__49;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:47:7: ( 'then' )
// InternalGridSource.g:47:9: 'then'
{
match("then");
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__49"
// $ANTLR start "T__50"
public final void mT__50() throws RecognitionException {
try {
int _type = T__50;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:48:7: ( 'string' )
// InternalGridSource.g:48:9: 'string'
{
match("string");
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__50"
// $ANTLR start "T__51"
public final void mT__51() throws RecognitionException {
try {
int _type = T__51;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:49:7: ( '+' )
// InternalGridSource.g:49:9: '+'
{
match('+');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__51"
// $ANTLR start "T__52"
public final void mT__52() throws RecognitionException {
try {
int _type = T__52;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:50:7: ( '-' )
// InternalGridSource.g:50:9: '-'
{
match('-');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__52"
// $ANTLR start "T__53"
public final void mT__53() throws RecognitionException {
try {
int _type = T__53;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:51:7: ( '[' )
// InternalGridSource.g:51:9: '['
{
match('[');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__53"
// $ANTLR start "T__54"
public final void mT__54() throws RecognitionException {
try {
int _type = T__54;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:52:7: ( ']' )
// InternalGridSource.g:52:9: ']'
{
match(']');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__54"
// $ANTLR start "T__55"
public final void mT__55() throws RecognitionException {
try {
int _type = T__55;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:53:7: ( ',' )
// InternalGridSource.g:53:9: ','
{
match(',');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__55"
// $ANTLR start "T__56"
public final void mT__56() throws RecognitionException {
try {
int _type = T__56;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:54:7: ( '=>' )
// InternalGridSource.g:54:9: '=>'
{
match("=>");
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__56"
// $ANTLR start "T__57"
public final void mT__57() throws RecognitionException {
try {
int _type = T__57;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:55:7: ( '<' )
// InternalGridSource.g:55:9: '<'
{
match('<');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__57"
// $ANTLR start "T__58"
public final void mT__58() throws RecognitionException {
try {
int _type = T__58;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:56:7: ( '>' )
// InternalGridSource.g:56:9: '>'
{
match('>');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__58"
// $ANTLR start "T__59"
public final void mT__59() throws RecognitionException {
try {
int _type = T__59;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:57:7: ( '?' )
// InternalGridSource.g:57:9: '?'
{
match('?');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__59"
// $ANTLR start "T__60"
public final void mT__60() throws RecognitionException {
try {
int _type = T__60;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:58:7: ( 'extends' )
// InternalGridSource.g:58:9: 'extends'
{
match("extends");
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__60"
// $ANTLR start "T__61"
public final void mT__61() throws RecognitionException {
try {
int _type = T__61;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:59:7: ( '&' )
// InternalGridSource.g:59:9: '&'
{
match('&');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__61"
// $ANTLR start "T__62"
public final void mT__62() throws RecognitionException {
try {
int _type = T__62;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:60:7: ( 'super' )
// InternalGridSource.g:60:9: 'super'
{
match("super");
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__62"
// $ANTLR start "T__63"
public final void mT__63() throws RecognitionException {
try {
int _type = T__63;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:61:7: ( '*' )
// InternalGridSource.g:61:9: '*'
{
match('*');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__63"
// $ANTLR start "T__64"
public final void mT__64() throws RecognitionException {
try {
int _type = T__64;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:62:7: ( 'import' )
// InternalGridSource.g:62:9: 'import'
{
match("import");
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__64"
// $ANTLR start "T__65"
public final void mT__65() throws RecognitionException {
try {
int _type = T__65;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:63:7: ( 'static' )
// InternalGridSource.g:63:9: 'static'
{
match("static");
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__65"
// $ANTLR start "T__66"
public final void mT__66() throws RecognitionException {
try {
int _type = T__66;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:64:7: ( 'extension' )
// InternalGridSource.g:64:9: 'extension'
{
match("extension");
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__66"
// $ANTLR start "T__67"
public final void mT__67() throws RecognitionException {
try {
int _type = T__67;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:65:7: ( ';' )
// InternalGridSource.g:65:9: ';'
{
match(';');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__67"
// $ANTLR start "T__68"
public final void mT__68() throws RecognitionException {
try {
int _type = T__68;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:66:7: ( 'equal' )
// InternalGridSource.g:66:9: 'equal'
{
match("equal");
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__68"
// $ANTLR start "T__69"
public final void mT__69() throws RecognitionException {
try {
int _type = T__69;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:67:7: ( 'greater equal' )
// InternalGridSource.g:67:9: 'greater equal'
{
match("greater equal");
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__69"
// $ANTLR start "T__70"
public final void mT__70() throws RecognitionException {
try {
int _type = T__70;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:68:7: ( 'greater than' )
// InternalGridSource.g:68:9: 'greater than'
{
match("greater than");
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__70"
// $ANTLR start "T__71"
public final void mT__71() throws RecognitionException {
try {
int _type = T__71;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:69:7: ( 'lower equal' )
// InternalGridSource.g:69:9: 'lower equal'
{
match("lower equal");
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__71"
// $ANTLR start "T__72"
public final void mT__72() throws RecognitionException {
try {
int _type = T__72;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:70:7: ( 'lower than' )
// InternalGridSource.g:70:9: 'lower than'
{
match("lower than");
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__72"
// $ANTLR start "T__73"
public final void mT__73() throws RecognitionException {
try {
int _type = T__73;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:71:7: ( 'not equal' )
// InternalGridSource.g:71:9: 'not equal'
{
match("not equal");
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "T__73"
// $ANTLR start "RULE_ID"
public final void mRULE_ID() throws RecognitionException {
try {
int _type = RULE_ID;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:2711:9: ( ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '$' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '$' | '_' | '0' .. '9' )* )
// InternalGridSource.g:2711:11: ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '$' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '$' | '_' | '0' .. '9' )*
{
// InternalGridSource.g:2711:11: ( '^' )?
int alt1=2;
int LA1_0 = input.LA(1);
if ( (LA1_0=='^') ) {
alt1=1;
}
switch (alt1) {
case 1 :
// InternalGridSource.g:2711:11: '^'
{
match('^');
}
break;
}
if ( input.LA(1)=='$'||(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;}
// InternalGridSource.g:2711:44: ( 'a' .. 'z' | 'A' .. 'Z' | '$' | '_' | '0' .. '9' )*
loop2:
do {
int alt2=2;
int LA2_0 = input.LA(1);
if ( (LA2_0=='$'||(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 :
// InternalGridSource.g:
{
if ( input.LA(1)=='$'||(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;
}
} while (true);
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "RULE_ID"
// $ANTLR start "RULE_INT"
public final void mRULE_INT() throws RecognitionException {
try {
int _type = RULE_INT;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:2713:10: ( '0' .. '9' ( '0' .. '9' | '_' )* )
// InternalGridSource.g:2713:12: '0' .. '9' ( '0' .. '9' | '_' )*
{
matchRange('0','9');
// InternalGridSource.g:2713:21: ( '0' .. '9' | '_' )*
loop3:
do {
int alt3=2;
int LA3_0 = input.LA(1);
if ( ((LA3_0>='0' && LA3_0<='9')||LA3_0=='_') ) {
alt3=1;
}
switch (alt3) {
case 1 :
// InternalGridSource.g:
{
if ( (input.LA(1)>='0' && input.LA(1)<='9')||input.LA(1)=='_' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
break;
default :
break loop3;
}
} while (true);
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "RULE_INT"
// $ANTLR start "RULE_THEME_RESOURCE"
public final void mRULE_THEME_RESOURCE() throws RecognitionException {
try {
int _type = RULE_THEME_RESOURCE;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:2715:21: ( 'theme:/' ( 'a' .. 'z' | 'A' .. 'Z' | '$' | '_' | '.' | '/' | '0' .. '9' )* )
// InternalGridSource.g:2715:23: 'theme:/' ( 'a' .. 'z' | 'A' .. 'Z' | '$' | '_' | '.' | '/' | '0' .. '9' )*
{
match("theme:/");
// InternalGridSource.g:2715:33: ( 'a' .. 'z' | 'A' .. 'Z' | '$' | '_' | '.' | '/' | '0' .. '9' )*
loop4:
do {
int alt4=2;
int LA4_0 = input.LA(1);
if ( (LA4_0=='$'||(LA4_0>='.' && LA4_0<='9')||(LA4_0>='A' && LA4_0<='Z')||LA4_0=='_'||(LA4_0>='a' && LA4_0<='z')) ) {
alt4=1;
}
switch (alt4) {
case 1 :
// InternalGridSource.g:
{
if ( input.LA(1)=='$'||(input.LA(1)>='.' && 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 loop4;
}
} while (true);
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "RULE_THEME_RESOURCE"
// $ANTLR start "RULE_EVENT_TOPIC"
public final void mRULE_EVENT_TOPIC() throws RecognitionException {
try {
int _type = RULE_EVENT_TOPIC;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:2717:18: ( '\\'' RULE_ID ( '/' RULE_ID )* ( '/*' )? '\\'' )
// InternalGridSource.g:2717:20: '\\'' RULE_ID ( '/' RULE_ID )* ( '/*' )? '\\''
{
match('\'');
mRULE_ID();
// InternalGridSource.g:2717:33: ( '/' RULE_ID )*
loop5:
do {
int alt5=2;
int LA5_0 = input.LA(1);
if ( (LA5_0=='/') ) {
int LA5_1 = input.LA(2);
if ( (LA5_1=='$'||(LA5_1>='A' && LA5_1<='Z')||(LA5_1>='^' && LA5_1<='_')||(LA5_1>='a' && LA5_1<='z')) ) {
alt5=1;
}
}
switch (alt5) {
case 1 :
// InternalGridSource.g:2717:34: '/' RULE_ID
{
match('/');
mRULE_ID();
}
break;
default :
break loop5;
}
} while (true);
// InternalGridSource.g:2717:48: ( '/*' )?
int alt6=2;
int LA6_0 = input.LA(1);
if ( (LA6_0=='/') ) {
alt6=1;
}
switch (alt6) {
case 1 :
// InternalGridSource.g:2717:48: '/*'
{
match("/*");
}
break;
}
match('\'');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "RULE_EVENT_TOPIC"
// $ANTLR start "RULE_STRING"
public final void mRULE_STRING() throws RecognitionException {
try {
int _type = RULE_STRING;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:2719:13: ( ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* ( '\"' )? | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* ( '\\'' )? ) )
// InternalGridSource.g:2719:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* ( '\"' )? | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* ( '\\'' )? )
{
// InternalGridSource.g:2719:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* ( '\"' )? | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* ( '\\'' )? )
int alt11=2;
int LA11_0 = input.LA(1);
if ( (LA11_0=='\"') ) {
alt11=1;
}
else if ( (LA11_0=='\'') ) {
alt11=2;
}
else {
NoViableAltException nvae =
new NoViableAltException("", 11, 0, input);
throw nvae;
}
switch (alt11) {
case 1 :
// InternalGridSource.g:2719:16: '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* ( '\"' )?
{
match('\"');
// InternalGridSource.g:2719:20: ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )*
loop7:
do {
int alt7=3;
int LA7_0 = input.LA(1);
if ( (LA7_0=='\\') ) {
alt7=1;
}
else if ( ((LA7_0>='\u0000' && LA7_0<='!')||(LA7_0>='#' && LA7_0<='[')||(LA7_0>=']' && LA7_0<='\uFFFF')) ) {
alt7=2;
}
switch (alt7) {
case 1 :
// InternalGridSource.g:2719:21: '\\\\' .
{
match('\\');
matchAny();
}
break;
case 2 :
// InternalGridSource.g:2719:28: ~ ( ( '\\\\' | '\"' ) )
{
if ( (input.LA(1)>='\u0000' && input.LA(1)<='!')||(input.LA(1)>='#' && 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 loop7;
}
} while (true);
// InternalGridSource.g:2719:44: ( '\"' )?
int alt8=2;
int LA8_0 = input.LA(1);
if ( (LA8_0=='\"') ) {
alt8=1;
}
switch (alt8) {
case 1 :
// InternalGridSource.g:2719:44: '\"'
{
match('\"');
}
break;
}
}
break;
case 2 :
// InternalGridSource.g:2719:49: '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* ( '\\'' )?
{
match('\'');
// InternalGridSource.g:2719:54: ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )*
loop9:
do {
int alt9=3;
int LA9_0 = input.LA(1);
if ( (LA9_0=='\\') ) {
alt9=1;
}
else if ( ((LA9_0>='\u0000' && LA9_0<='&')||(LA9_0>='(' && LA9_0<='[')||(LA9_0>=']' && LA9_0<='\uFFFF')) ) {
alt9=2;
}
switch (alt9) {
case 1 :
// InternalGridSource.g:2719:55: '\\\\' .
{
match('\\');
matchAny();
}
break;
case 2 :
// InternalGridSource.g:2719:62: ~ ( ( '\\\\' | '\\'' ) )
{
if ( (input.LA(1)>='\u0000' && input.LA(1)<='&')||(input.LA(1)>='(' && 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 loop9;
}
} while (true);
// InternalGridSource.g:2719:79: ( '\\'' )?
int alt10=2;
int LA10_0 = input.LA(1);
if ( (LA10_0=='\'') ) {
alt10=1;
}
switch (alt10) {
case 1 :
// InternalGridSource.g:2719:79: '\\''
{
match('\'');
}
break;
}
}
break;
}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "RULE_STRING"
// $ANTLR start "RULE_ML_COMMENT"
public final void mRULE_ML_COMMENT() throws RecognitionException {
try {
int _type = RULE_ML_COMMENT;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:2721:17: ( '/*' ( options {greedy=false; } : . )* '*/' )
// InternalGridSource.g:2721:19: '/*' ( options {greedy=false; } : . )* '*/'
{
match("/*");
// InternalGridSource.g:2721:24: ( options {greedy=false; } : . )*
loop12:
do {
int alt12=2;
int LA12_0 = input.LA(1);
if ( (LA12_0=='*') ) {
int LA12_1 = input.LA(2);
if ( (LA12_1=='/') ) {
alt12=2;
}
else if ( ((LA12_1>='\u0000' && LA12_1<='.')||(LA12_1>='0' && LA12_1<='\uFFFF')) ) {
alt12=1;
}
}
else if ( ((LA12_0>='\u0000' && LA12_0<=')')||(LA12_0>='+' && LA12_0<='\uFFFF')) ) {
alt12=1;
}
switch (alt12) {
case 1 :
// InternalGridSource.g:2721:52: .
{
matchAny();
}
break;
default :
break loop12;
}
} while (true);
match("*/");
}
state.type = _type;
state.channel = _channel;
}
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;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:2723:17: ( '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? )
// InternalGridSource.g:2723:19: '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )?
{
match("//");
// InternalGridSource.g:2723:24: (~ ( ( '\\n' | '\\r' ) ) )*
loop13:
do {
int alt13=2;
int LA13_0 = input.LA(1);
if ( ((LA13_0>='\u0000' && LA13_0<='\t')||(LA13_0>='\u000B' && LA13_0<='\f')||(LA13_0>='\u000E' && LA13_0<='\uFFFF')) ) {
alt13=1;
}
switch (alt13) {
case 1 :
// InternalGridSource.g:2723: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)<='\uFFFF') ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
break;
default :
break loop13;
}
} while (true);
// InternalGridSource.g:2723:40: ( ( '\\r' )? '\\n' )?
int alt15=2;
int LA15_0 = input.LA(1);
if ( (LA15_0=='\n'||LA15_0=='\r') ) {
alt15=1;
}
switch (alt15) {
case 1 :
// InternalGridSource.g:2723:41: ( '\\r' )? '\\n'
{
// InternalGridSource.g:2723:41: ( '\\r' )?
int alt14=2;
int LA14_0 = input.LA(1);
if ( (LA14_0=='\r') ) {
alt14=1;
}
switch (alt14) {
case 1 :
// InternalGridSource.g:2723:41: '\\r'
{
match('\r');
}
break;
}
match('\n');
}
break;
}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "RULE_SL_COMMENT"
// $ANTLR start "RULE_WS"
public final void mRULE_WS() throws RecognitionException {
try {
int _type = RULE_WS;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:2725:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ )
// InternalGridSource.g:2725:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
{
// InternalGridSource.g:2725:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
int cnt16=0;
loop16:
do {
int alt16=2;
int LA16_0 = input.LA(1);
if ( ((LA16_0>='\t' && LA16_0<='\n')||LA16_0=='\r'||LA16_0==' ') ) {
alt16=1;
}
switch (alt16) {
case 1 :
// InternalGridSource.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 ( cnt16 >= 1 ) break loop16;
EarlyExitException eee =
new EarlyExitException(16, input);
throw eee;
}
cnt16++;
} while (true);
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "RULE_WS"
// $ANTLR start "RULE_ANY_OTHER"
public final void mRULE_ANY_OTHER() throws RecognitionException {
try {
int _type = RULE_ANY_OTHER;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalGridSource.g:2727:16: ( . )
// InternalGridSource.g:2727:18: .
{
matchAny();
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "RULE_ANY_OTHER"
public void mTokens() throws RecognitionException {
// InternalGridSource.g:1:8: ( T__13 | T__14 | T__15 | T__16 | T__17 | T__18 | T__19 | T__20 | T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | T__27 | T__28 | T__29 | T__30 | T__31 | T__32 | T__33 | T__34 | T__35 | T__36 | T__37 | T__38 | T__39 | T__40 | T__41 | T__42 | T__43 | T__44 | T__45 | T__46 | T__47 | T__48 | T__49 | T__50 | T__51 | T__52 | T__53 | T__54 | T__55 | T__56 | T__57 | T__58 | T__59 | T__60 | T__61 | T__62 | T__63 | T__64 | T__65 | T__66 | T__67 | T__68 | T__69 | T__70 | T__71 | T__72 | T__73 | RULE_ID | RULE_INT | RULE_THEME_RESOURCE | RULE_EVENT_TOPIC | RULE_STRING | RULE_ML_COMMENT | RULE_SL_COMMENT | RULE_WS | RULE_ANY_OTHER )
int alt17=70;
alt17 = dfa17.predict(input);
switch (alt17) {
case 1 :
// InternalGridSource.g:1:10: T__13
{
mT__13();
}
break;
case 2 :
// InternalGridSource.g:1:16: T__14
{
mT__14();
}
break;
case 3 :
// InternalGridSource.g:1:22: T__15
{
mT__15();
}
break;
case 4 :
// InternalGridSource.g:1:28: T__16
{
mT__16();
}
break;
case 5 :
// InternalGridSource.g:1:34: T__17
{
mT__17();
}
break;
case 6 :
// InternalGridSource.g:1:40: T__18
{
mT__18();
}
break;
case 7 :
// InternalGridSource.g:1:46: T__19
{
mT__19();
}
break;
case 8 :
// InternalGridSource.g:1:52: T__20
{
mT__20();
}
break;
case 9 :
// InternalGridSource.g:1:58: T__21
{
mT__21();
}
break;
case 10 :
// InternalGridSource.g:1:64: T__22
{
mT__22();
}
break;
case 11 :
// InternalGridSource.g:1:70: T__23
{
mT__23();
}
break;
case 12 :
// InternalGridSource.g:1:76: T__24
{
mT__24();
}
break;
case 13 :
// InternalGridSource.g:1:82: T__25
{
mT__25();
}
break;
case 14 :
// InternalGridSource.g:1:88: T__26
{
mT__26();
}
break;
case 15 :
// InternalGridSource.g:1:94: T__27
{
mT__27();
}
break;
case 16 :
// InternalGridSource.g:1:100: T__28
{
mT__28();
}
break;
case 17 :
// InternalGridSource.g:1:106: T__29
{
mT__29();
}
break;
case 18 :
// InternalGridSource.g:1:112: T__30
{
mT__30();
}
break;
case 19 :
// InternalGridSource.g:1:118: T__31
{
mT__31();
}
break;
case 20 :
// InternalGridSource.g:1:124: T__32
{
mT__32();
}
break;
case 21 :
// InternalGridSource.g:1:130: T__33
{
mT__33();
}
break;
case 22 :
// InternalGridSource.g:1:136: T__34
{
mT__34();
}
break;
case 23 :
// InternalGridSource.g:1:142: T__35
{
mT__35();
}
break;
case 24 :
// InternalGridSource.g:1:148: T__36
{
mT__36();
}
break;
case 25 :
// InternalGridSource.g:1:154: T__37
{
mT__37();
}
break;
case 26 :
// InternalGridSource.g:1:160: T__38
{
mT__38();
}
break;
case 27 :
// InternalGridSource.g:1:166: T__39
{
mT__39();
}
break;
case 28 :
// InternalGridSource.g:1:172: T__40
{
mT__40();
}
break;
case 29 :
// InternalGridSource.g:1:178: T__41
{
mT__41();
}
break;
case 30 :
// InternalGridSource.g:1:184: T__42
{
mT__42();
}
break;
case 31 :
// InternalGridSource.g:1:190: T__43
{
mT__43();
}
break;
case 32 :
// InternalGridSource.g:1:196: T__44
{
mT__44();
}
break;
case 33 :
// InternalGridSource.g:1:202: T__45
{
mT__45();
}
break;
case 34 :
// InternalGridSource.g:1:208: T__46
{
mT__46();
}
break;
case 35 :
// InternalGridSource.g:1:214: T__47
{
mT__47();
}
break;
case 36 :
// InternalGridSource.g:1:220: T__48
{
mT__48();
}
break;
case 37 :
// InternalGridSource.g:1:226: T__49
{
mT__49();
}
break;
case 38 :
// InternalGridSource.g:1:232: T__50
{
mT__50();
}
break;
case 39 :
// InternalGridSource.g:1:238: T__51
{
mT__51();
}
break;
case 40 :
// InternalGridSource.g:1:244: T__52
{
mT__52();
}
break;
case 41 :
// InternalGridSource.g:1:250: T__53
{
mT__53();
}
break;
case 42 :
// InternalGridSource.g:1:256: T__54
{
mT__54();
}
break;
case 43 :
// InternalGridSource.g:1:262: T__55
{
mT__55();
}
break;
case 44 :
// InternalGridSource.g:1:268: T__56
{
mT__56();
}
break;
case 45 :
// InternalGridSource.g:1:274: T__57
{
mT__57();
}
break;
case 46 :
// InternalGridSource.g:1:280: T__58
{
mT__58();
}
break;
case 47 :
// InternalGridSource.g:1:286: T__59
{
mT__59();
}
break;
case 48 :
// InternalGridSource.g:1:292: T__60
{
mT__60();
}
break;
case 49 :
// InternalGridSource.g:1:298: T__61
{
mT__61();
}
break;
case 50 :
// InternalGridSource.g:1:304: T__62
{
mT__62();
}
break;
case 51 :
// InternalGridSource.g:1:310: T__63
{
mT__63();
}
break;
case 52 :
// InternalGridSource.g:1:316: T__64
{
mT__64();
}
break;
case 53 :
// InternalGridSource.g:1:322: T__65
{
mT__65();
}
break;
case 54 :
// InternalGridSource.g:1:328: T__66
{
mT__66();
}
break;
case 55 :
// InternalGridSource.g:1:334: T__67
{
mT__67();
}
break;
case 56 :
// InternalGridSource.g:1:340: T__68
{
mT__68();
}
break;
case 57 :
// InternalGridSource.g:1:346: T__69
{
mT__69();
}
break;
case 58 :
// InternalGridSource.g:1:352: T__70
{
mT__70();
}
break;
case 59 :
// InternalGridSource.g:1:358: T__71
{
mT__71();
}
break;
case 60 :
// InternalGridSource.g:1:364: T__72
{
mT__72();
}
break;
case 61 :
// InternalGridSource.g:1:370: T__73
{
mT__73();
}
break;
case 62 :
// InternalGridSource.g:1:376: RULE_ID
{
mRULE_ID();
}
break;
case 63 :
// InternalGridSource.g:1:384: RULE_INT
{
mRULE_INT();
}
break;
case 64 :
// InternalGridSource.g:1:393: RULE_THEME_RESOURCE
{
mRULE_THEME_RESOURCE();
}
break;
case 65 :
// InternalGridSource.g:1:413: RULE_EVENT_TOPIC
{
mRULE_EVENT_TOPIC();
}
break;
case 66 :
// InternalGridSource.g:1:430: RULE_STRING
{
mRULE_STRING();
}
break;
case 67 :
// InternalGridSource.g:1:442: RULE_ML_COMMENT
{
mRULE_ML_COMMENT();
}
break;
case 68 :
// InternalGridSource.g:1:458: RULE_SL_COMMENT
{
mRULE_SL_COMMENT();
}
break;
case 69 :
// InternalGridSource.g:1:474: RULE_WS
{
mRULE_WS();
}
break;
case 70 :
// InternalGridSource.g:1:482: RULE_ANY_OTHER
{
mRULE_ANY_OTHER();
}
break;
}
}
protected DFA17 dfa17 = new DFA17(this);
static final String DFA17_eotS =
"\1\uffff\2\55\1\uffff\1\55\1\uffff\1\65\1\55\1\71\2\55\1\uffff\10\55\2\uffff\3\55\12\uffff\1\55\1\53\2\uffff\1\134\1\uffff\1\53\2\uffff\1\55\1\uffff\2\55\1\uffff\2\55\3\uffff\2\55\2\uffff\3\55\1\uffff\14\55\2\uffff\4\55\12\uffff\1\55\2\uffff\2\134\3\uffff\2\55\1\u008a\26\55\1\u00a2\2\55\1\u00a5\4\55\2\134\1\uffff\4\55\1\uffff\7\55\1\u00ba\16\55\2\uffff\2\55\1\uffff\2\55\1\u00cd\2\55\3\134\1\uffff\11\55\1\uffff\1\55\1\uffff\2\55\1\u00df\2\55\1\u00e2\4\55\1\u00e8\4\55\1\u00ed\2\55\1\uffff\2\55\1\134\3\55\1\u00f5\1\55\1\u00f7\1\55\1\uffff\2\55\1\u00fb\3\55\1\uffff\1\u00ff\1\u0100\1\uffff\5\55\1\uffff\2\55\1\u0109\1\55\1\uffff\2\55\2\uffff\3\55\1\uffff\1\u0112\1\uffff\3\55\1\uffff\3\55\2\uffff\3\55\1\u011c\4\55\1\uffff\3\55\2\uffff\2\55\2\uffff\3\55\1\u012b\5\55\1\uffff\5\55\1\u0136\2\55\1\u0139\2\uffff\1\u013a\2\55\1\uffff\3\55\1\u0140\1\55\1\u0142\1\u0143\1\u0144\2\55\1\uffff\1\u0147\1\u0148\2\uffff\1\55\1\u014a\1\55\1\u014c\1\55\1\uffff\1\u014e\3\uffff\2\55\2\uffff\1\55\1\uffff\1\55\1\uffff\1\u0153\1\uffff\1\u0154\3\55\2\uffff\3\55\1\u015b\1\u015c\1\55\2\uffff\1\55\1\u015f\1\uffff";
static final String DFA17_eofS =
"\u0160\uffff";
static final String DFA17_minS =
"\1\0\1\162\1\151\1\uffff\1\155\1\uffff\1\46\1\145\1\76\1\162\1\164\1\uffff\1\157\1\161\1\164\1\141\1\157\1\141\1\165\1\141\2\uffff\1\157\1\165\1\145\12\uffff\1\157\1\44\2\uffff\1\44\1\uffff\1\52\2\uffff\1\145\1\uffff\1\162\1\154\1\uffff\1\144\1\141\3\uffff\1\157\1\144\2\uffff\1\151\1\141\1\160\1\uffff\1\164\1\157\1\145\1\164\1\165\1\155\1\164\1\155\1\164\1\170\1\141\1\154\2\uffff\1\155\1\162\1\170\1\145\12\uffff\1\167\2\uffff\2\44\3\uffff\1\144\1\141\1\44\1\164\1\165\1\151\1\147\1\157\1\164\1\125\1\147\1\143\1\154\1\151\1\164\1\145\1\164\1\154\1\156\1\145\1\141\1\154\1\145\1\142\1\40\1\44\1\156\1\165\1\44\1\162\1\164\1\155\1\145\2\44\1\uffff\1\163\1\156\1\164\1\141\1\uffff\1\145\1\164\1\143\1\145\1\162\1\72\1\156\1\44\1\162\2\145\1\156\1\151\1\162\1\157\1\123\1\164\1\156\1\154\2\123\1\145\2\uffff\1\164\1\145\1\uffff\1\145\1\123\1\44\1\145\1\162\1\47\2\44\1\uffff\1\157\1\106\1\145\1\164\1\162\1\72\1\141\1\123\1\164\1\uffff\1\164\1\uffff\1\145\1\123\1\44\1\147\1\143\1\44\1\156\1\164\1\124\1\144\1\44\2\164\1\162\1\151\1\44\1\156\1\164\1\uffff\1\72\1\40\1\44\1\165\2\162\1\44\1\163\1\44\1\171\1\uffff\2\164\1\44\1\151\1\163\1\164\1\uffff\2\44\1\uffff\1\123\1\171\1\157\1\163\1\151\1\uffff\2\171\1\44\1\164\1\uffff\1\143\1\171\1\uffff\1\145\1\162\1\157\1\40\1\uffff\1\44\1\uffff\1\160\1\157\1\171\1\uffff\1\154\1\163\1\171\2\uffff\1\164\1\154\1\160\1\44\1\157\2\154\1\164\1\uffff\2\171\1\154\2\uffff\1\143\1\155\1\145\1\uffff\1\145\1\162\1\154\1\44\1\142\1\154\1\171\1\145\1\151\1\uffff\1\156\2\145\1\171\1\123\1\44\2\145\1\44\2\uffff\1\44\1\123\1\145\1\uffff\1\141\1\145\1\154\1\44\1\143\3\44\1\154\1\164\1\uffff\2\44\2\uffff\1\164\1\44\1\162\1\44\1\145\1\uffff\1\44\3\uffff\1\145\1\171\2\uffff\1\171\1\uffff\1\123\1\uffff\1\44\1\uffff\1\44\2\154\1\164\2\uffff\2\145\1\171\2\44\1\154\2\uffff\1\145\1\44\1\uffff";
static final String DFA17_maxS =
"\1\uffff\1\162\1\157\1\uffff\1\156\1\uffff\1\46\1\157\1\76\1\162\1\165\1\uffff\1\165\1\170\1\164\1\141\1\165\1\141\1\165\1\141\2\uffff\1\157\1\165\1\150\12\uffff\1\157\1\172\2\uffff\1\172\1\uffff\1\57\2\uffff\1\151\1\uffff\1\162\1\154\1\uffff\2\160\3\uffff\1\157\1\144\2\uffff\1\157\1\171\1\160\1\uffff\1\164\1\157\1\145\1\164\1\165\1\155\1\164\1\155\1\164\1\170\1\141\1\154\2\uffff\1\155\1\162\1\170\1\145\12\uffff\1\167\2\uffff\2\172\3\uffff\1\144\1\145\1\172\1\164\1\165\1\151\1\147\1\157\1\164\1\125\1\160\1\143\1\154\1\151\1\164\1\145\1\164\1\154\1\156\1\145\1\141\1\154\1\145\1\142\1\40\1\172\1\156\1\165\1\172\1\162\1\164\1\156\1\145\2\172\1\uffff\1\163\1\156\1\164\1\141\1\uffff\1\145\1\164\1\143\1\145\1\162\1\72\1\156\1\172\1\162\2\145\1\156\1\151\1\162\1\157\1\123\1\164\1\156\1\154\2\123\1\145\2\uffff\1\164\1\145\1\uffff\1\145\1\123\1\172\1\145\1\162\1\47\2\172\1\uffff\1\157\1\106\1\145\1\164\1\162\1\163\1\141\1\123\1\164\1\uffff\1\164\1\uffff\1\145\1\123\1\172\1\147\1\143\1\172\1\156\1\164\1\124\1\163\1\172\2\164\1\162\1\151\1\172\1\156\1\164\1\uffff\1\72\1\40\1\172\1\165\2\162\1\172\1\163\1\172\1\171\1\uffff\2\164\1\172\1\151\1\163\1\164\1\uffff\2\172\1\uffff\1\123\1\171\1\157\1\163\1\151\1\uffff\2\171\1\172\1\164\1\uffff\1\143\1\171\1\uffff\1\164\1\162\1\157\1\40\1\uffff\1\172\1\uffff\1\160\1\157\1\171\1\uffff\1\154\1\163\1\171\2\uffff\1\164\1\154\1\160\1\172\1\157\2\154\1\164\1\uffff\2\171\1\154\2\uffff\1\143\1\155\1\164\1\uffff\1\145\1\162\1\154\1\172\1\142\1\154\1\171\1\145\1\151\1\uffff\1\156\2\145\1\171\1\123\1\172\2\145\1\172\2\uffff\1\172\1\123\1\145\1\uffff\1\141\1\145\1\154\1\172\1\143\3\172\1\154\1\164\1\uffff\2\172\2\uffff\1\164\1\172\1\162\1\172\1\145\1\uffff\1\172\3\uffff\1\145\1\171\2\uffff\1\171\1\uffff\1\123\1\uffff\1\172\1\uffff\1\172\2\154\1\164\2\uffff\2\145\1\171\2\172\1\154\2\uffff\1\145\1\172\1\uffff";
static final String DFA17_acceptS =
"\3\uffff\1\3\1\uffff\1\5\5\uffff\1\16\10\uffff\1\35\1\36\3\uffff\1\47\1\50\1\51\1\52\1\53\1\55\1\56\1\57\1\63\1\67\2\uffff\1\76\1\77\1\uffff\1\102\1\uffff\1\105\1\106\1\uffff\1\76\2\uffff\1\3\2\uffff\1\5\1\10\1\61\2\uffff\1\54\1\12\3\uffff\1\16\14\uffff\1\35\1\36\4\uffff\1\47\1\50\1\51\1\52\1\53\1\55\1\56\1\57\1\63\1\67\1\uffff\1\77\1\102\2\uffff\1\103\1\104\1\105\43\uffff\1\101\4\uffff\1\2\26\uffff\1\75\1\27\2\uffff\1\37\10\uffff\1\101\11\uffff\1\11\1\uffff\1\14\22\uffff\1\45\12\uffff\1\13\6\uffff\1\15\2\uffff\1\62\5\uffff\1\70\4\uffff\1\34\2\uffff\1\100\4\uffff\1\24\1\uffff\1\4\3\uffff\1\64\3\uffff\1\46\1\65\10\uffff\1\44\3\uffff\1\73\1\74\3\uffff\1\7\11\uffff\1\60\11\uffff\1\71\1\72\3\uffff\1\32\12\uffff\1\41\2\uffff\1\31\1\6\5\uffff\1\22\1\uffff\1\66\1\21\1\23\2\uffff\1\42\1\1\1\uffff\1\43\1\uffff\1\40\1\uffff\1\20\4\uffff\1\17\1\25\6\uffff\1\33\1\30\2\uffff\1\26";
static final String DFA17_specialS =
"\1\0\u015f\uffff}>";
static final String[] DFA17_transitionS = {
"\11\53\2\52\2\53\1\52\22\53\1\52\1\53\1\50\1\53\1\45\1\53\1\6\1\47\1\24\1\25\1\41\1\31\1\35\1\32\1\13\1\51\12\46\1\53\1\42\1\36\1\10\1\37\1\40\1\53\32\45\1\33\1\53\1\34\1\44\1\45\1\53\1\45\1\14\1\27\1\17\1\15\1\2\1\1\1\16\1\4\2\45\1\43\1\21\1\20\1\45\1\11\1\22\1\7\1\12\1\30\1\26\1\23\4\45\1\3\1\53\1\5\uff82\53",
"\1\54",
"\1\57\5\uffff\1\56",
"",
"\1\62\1\61",
"",
"\1\64",
"\1\67\11\uffff\1\66",
"\1\70",
"\1\72",
"\1\73\1\74",
"",
"\1\77\5\uffff\1\76",
"\1\102\4\uffff\1\100\1\uffff\1\101",
"\1\103",
"\1\104",
"\1\106\5\uffff\1\105",
"\1\107",
"\1\110",
"\1\111",
"",
"",
"\1\114",
"\1\115",
"\1\116\2\uffff\1\117",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"\1\132",
"\1\55\34\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
"",
"",
"\1\136\34\uffff\32\136\3\uffff\1\135\1\136\1\uffff\32\136",
"",
"\1\137\4\uffff\1\140",
"",
"",
"\1\143\3\uffff\1\142",
"",
"\1\144",
"\1\145",
"",
"\1\147\13\uffff\1\146",
"\1\150\16\uffff\1\151",
"",
"",
"",
"\1\152",
"\1\153",
"",
"",
"\1\155\5\uffff\1\154",
"\1\160\20\uffff\1\157\6\uffff\1\156",
"\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\136\34\uffff\32\136\4\uffff\1\136\1\uffff\32\136",
"\1\u0083\2\uffff\1\u0085\7\uffff\1\u0084\12\u0083\7\uffff\32\u0083\4\uffff\1\u0083\1\uffff\32\u0083",
"",
"",
"",
"\1\u0086",
"\1\u0088\3\uffff\1\u0087",
"\1\55\13\uffff\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\14\55\1\u0089\15\55",
"\1\u008b",
"\1\u008c",
"\1\u008d",
"\1\u008e",
"\1\u008f",
"\1\u0090",
"\1\u0091",
"\1\u0093\10\uffff\1\u0092",
"\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\55\13\uffff\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
"\1\u00a3",
"\1\u00a4",
"\1\55\13\uffff\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
"\1\u00a6",
"\1\u00a7",
"\1\u00a9\1\u00a8",
"\1\u00aa",
"\1\u0083\2\uffff\1\u0085\7\uffff\1\u0084\12\u0083\7\uffff\32\u0083\4\uffff\1\u0083\1\uffff\32\u0083",
"\1\u00ad\5\uffff\1\u00ab\26\uffff\32\u00ad\3\uffff\1\u00ac\1\u00ad\1\uffff\32\u00ad",
"",
"\1\u00af",
"\1\u00b0",
"\1\u00b1",
"\1\u00b2",
"",
"\1\u00b3",
"\1\u00b4",
"\1\u00b5",
"\1\u00b6",
"\1\u00b7",
"\1\u00b8",
"\1\u00b9",
"\1\55\13\uffff\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",
"\1\u00c3",
"\1\u00c4",
"\1\u00c5",
"\1\u00c6",
"\1\u00c7",
"\1\u00c8",
"",
"",
"\1\u00c9",
"\1\u00ca",
"",
"\1\u00cb",
"\1\u00cc",
"\1\55\13\uffff\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
"\1\u00ce",
"\1\u00cf",
"\1\u0085",
"\1\u00ad\34\uffff\32\u00ad\4\uffff\1\u00ad\1\uffff\32\u00ad",
"\1\u00d0\2\uffff\1\u0085\7\uffff\1\u0084\12\u00d0\7\uffff\32\u00d0\4\uffff\1\u00d0\1\uffff\32\u00d0",
"",
"\1\u00d1",
"\1\u00d2",
"\1\u00d3",
"\1\u00d4",
"\1\u00d5",
"\1\u00d8\31\uffff\1\u00d7\36\uffff\1\u00d6",
"\1\u00d9",
"\1\u00da",
"\1\u00db",
"",
"\1\u00dc",
"",
"\1\u00dd",
"\1\u00de",
"\1\55\13\uffff\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
"\1\u00e0",
"\1\u00e1",
"\1\55\13\uffff\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
"\1\u00e3",
"\1\u00e4",
"\1\u00e5",
"\1\u00e6\16\uffff\1\u00e7",
"\1\55\13\uffff\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
"\1\u00e9",
"\1\u00ea",
"\1\u00eb",
"\1\u00ec",
"\1\55\13\uffff\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
"\1\u00ee",
"\1\u00ef",
"",
"\1\u00f0",
"\1\u00f1",
"\1\u00d0\2\uffff\1\u0085\7\uffff\1\u0084\12\u00d0\7\uffff\32\u00d0\4\uffff\1\u00d0\1\uffff\32\u00d0",
"\1\u00f2",
"\1\u00f3",
"\1\u00f4",
"\1\55\13\uffff\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
"\1\u00f6",
"\1\55\13\uffff\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
"\1\u00f8",
"",
"\1\u00f9",
"\1\u00fa",
"\1\55\13\uffff\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
"\1\u00fc",
"\1\u00fd",
"\1\u00fe",
"",
"\1\55\13\uffff\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
"\1\55\13\uffff\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
"",
"\1\u0101",
"\1\u0102",
"\1\u0103",
"\1\u0104",
"\1\u0105",
"",
"\1\u0106",
"\1\u0107",
"\1\55\13\uffff\12\55\7\uffff\22\55\1\u0108\7\55\4\uffff\1\55\1\uffff\32\55",
"\1\u010a",
"",
"\1\u010b",
"\1\u010c",
"",
"\1\u010d\16\uffff\1\u010e",
"\1\u010f",
"\1\u0110",
"\1\u0111",
"",
"\1\55\13\uffff\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
"",
"\1\u0113",
"\1\u0114",
"\1\u0115",
"",
"\1\u0116",
"\1\u0117",
"\1\u0118",
"",
"",
"\1\u0119",
"\1\u011a",
"\1\u011b",
"\1\55\13\uffff\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
"\1\u011d",
"\1\u011e",
"\1\u011f",
"\1\u0120",
"",
"\1\u0121",
"\1\u0122",
"\1\u0123",
"",
"",
"\1\u0124",
"\1\u0125",
"\1\u0126\16\uffff\1\u0127",
"",
"\1\u0128",
"\1\u0129",
"\1\u012a",
"\1\55\13\uffff\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
"\1\u012c",
"\1\u012d",
"\1\u012e",
"\1\u012f",
"\1\u0130",
"",
"\1\u0131",
"\1\u0132",
"\1\u0133",
"\1\u0134",
"\1\u0135",
"\1\55\13\uffff\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
"\1\u0137",
"\1\u0138",
"\1\55\13\uffff\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
"",
"",
"\1\55\13\uffff\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
"\1\u013b",
"\1\u013c",
"",
"\1\u013d",
"\1\u013e",
"\1\u013f",
"\1\55\13\uffff\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
"\1\u0141",
"\1\55\13\uffff\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
"\1\55\13\uffff\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
"\1\55\13\uffff\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
"\1\u0145",
"\1\u0146",
"",
"\1\55\13\uffff\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
"\1\55\13\uffff\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
"",
"",
"\1\u0149",
"\1\55\13\uffff\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
"\1\u014b",
"\1\55\13\uffff\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
"\1\u014d",
"",
"\1\55\13\uffff\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
"",
"",
"",
"\1\u014f",
"\1\u0150",
"",
"",
"\1\u0151",
"",
"\1\u0152",
"",
"\1\55\13\uffff\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
"",
"\1\55\13\uffff\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
"\1\u0155",
"\1\u0156",
"\1\u0157",
"",
"",
"\1\u0158",
"\1\u0159",
"\1\u015a",
"\1\55\13\uffff\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
"\1\55\13\uffff\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
"\1\u015d",
"",
"",
"\1\u015e",
"\1\55\13\uffff\12\55\7\uffff\32\55\4\uffff\1\55\1\uffff\32\55",
""
};
static final short[] DFA17_eot = DFA.unpackEncodedString(DFA17_eotS);
static final short[] DFA17_eof = DFA.unpackEncodedString(DFA17_eofS);
static final char[] DFA17_min = DFA.unpackEncodedStringToUnsignedChars(DFA17_minS);
static final char[] DFA17_max = DFA.unpackEncodedStringToUnsignedChars(DFA17_maxS);
static final short[] DFA17_accept = DFA.unpackEncodedString(DFA17_acceptS);
static final short[] DFA17_special = DFA.unpackEncodedString(DFA17_specialS);
static final short[][] DFA17_transition;
static {
int numStates = DFA17_transitionS.length;
DFA17_transition = new short[numStates][];
for (int i=0; i<numStates; i++) {
DFA17_transition[i] = DFA.unpackEncodedString(DFA17_transitionS[i]);
}
}
class DFA17 extends DFA {
public DFA17(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 17;
this.eot = DFA17_eot;
this.eof = DFA17_eof;
this.min = DFA17_min;
this.max = DFA17_max;
this.accept = DFA17_accept;
this.special = DFA17_special;
this.transition = DFA17_transition;
}
public String getDescription() {
return "1:1: Tokens : ( T__13 | T__14 | T__15 | T__16 | T__17 | T__18 | T__19 | T__20 | T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | T__27 | T__28 | T__29 | T__30 | T__31 | T__32 | T__33 | T__34 | T__35 | T__36 | T__37 | T__38 | T__39 | T__40 | T__41 | T__42 | T__43 | T__44 | T__45 | T__46 | T__47 | T__48 | T__49 | T__50 | T__51 | T__52 | T__53 | T__54 | T__55 | T__56 | T__57 | T__58 | T__59 | T__60 | T__61 | T__62 | T__63 | T__64 | T__65 | T__66 | T__67 | T__68 | T__69 | T__70 | T__71 | T__72 | T__73 | RULE_ID | RULE_INT | RULE_THEME_RESOURCE | RULE_EVENT_TOPIC | RULE_STRING | RULE_ML_COMMENT | RULE_SL_COMMENT | RULE_WS | RULE_ANY_OTHER );";
}
public int specialStateTransition(int s, IntStream _input) throws NoViableAltException {
IntStream input = _input;
int _s = s;
switch ( s ) {
case 0 :
int LA17_0 = input.LA(1);
s = -1;
if ( (LA17_0=='g') ) {s = 1;}
else if ( (LA17_0=='f') ) {s = 2;}
else if ( (LA17_0=='{') ) {s = 3;}
else if ( (LA17_0=='i') ) {s = 4;}
else if ( (LA17_0=='}') ) {s = 5;}
else if ( (LA17_0=='&') ) {s = 6;}
else if ( (LA17_0=='r') ) {s = 7;}
else if ( (LA17_0=='=') ) {s = 8;}
else if ( (LA17_0=='p') ) {s = 9;}
else if ( (LA17_0=='s') ) {s = 10;}
else if ( (LA17_0=='.') ) {s = 11;}
else if ( (LA17_0=='b') ) {s = 12;}
else if ( (LA17_0=='e') ) {s = 13;}
else if ( (LA17_0=='h') ) {s = 14;}
else if ( (LA17_0=='d') ) {s = 15;}
else if ( (LA17_0=='n') ) {s = 16;}
else if ( (LA17_0=='m') ) {s = 17;}
else if ( (LA17_0=='q') ) {s = 18;}
else if ( (LA17_0=='v') ) {s = 19;}
else if ( (LA17_0=='(') ) {s = 20;}
else if ( (LA17_0==')') ) {s = 21;}
else if ( (LA17_0=='u') ) {s = 22;}
else if ( (LA17_0=='c') ) {s = 23;}
else if ( (LA17_0=='t') ) {s = 24;}
else if ( (LA17_0=='+') ) {s = 25;}
else if ( (LA17_0=='-') ) {s = 26;}
else if ( (LA17_0=='[') ) {s = 27;}
else if ( (LA17_0==']') ) {s = 28;}
else if ( (LA17_0==',') ) {s = 29;}
else if ( (LA17_0=='<') ) {s = 30;}
else if ( (LA17_0=='>') ) {s = 31;}
else if ( (LA17_0=='?') ) {s = 32;}
else if ( (LA17_0=='*') ) {s = 33;}
else if ( (LA17_0==';') ) {s = 34;}
else if ( (LA17_0=='l') ) {s = 35;}
else if ( (LA17_0=='^') ) {s = 36;}
else if ( (LA17_0=='$'||(LA17_0>='A' && LA17_0<='Z')||LA17_0=='_'||LA17_0=='a'||(LA17_0>='j' && LA17_0<='k')||LA17_0=='o'||(LA17_0>='w' && LA17_0<='z')) ) {s = 37;}
else if ( ((LA17_0>='0' && LA17_0<='9')) ) {s = 38;}
else if ( (LA17_0=='\'') ) {s = 39;}
else if ( (LA17_0=='\"') ) {s = 40;}
else if ( (LA17_0=='/') ) {s = 41;}
else if ( ((LA17_0>='\t' && LA17_0<='\n')||LA17_0=='\r'||LA17_0==' ') ) {s = 42;}
else if ( ((LA17_0>='\u0000' && LA17_0<='\b')||(LA17_0>='\u000B' && LA17_0<='\f')||(LA17_0>='\u000E' && LA17_0<='\u001F')||LA17_0=='!'||LA17_0=='#'||LA17_0=='%'||LA17_0==':'||LA17_0=='@'||LA17_0=='\\'||LA17_0=='`'||LA17_0=='|'||(LA17_0>='~' && LA17_0<='\uFFFF')) ) {s = 43;}
if ( s>=0 ) return s;
break;
}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 17, _s, input);
error(nvae);
throw nvae;
}
}
}