InternalErrorModelLexer.java
package org.osate.xtext.aadl2.errormodel.parser.antlr.lexer;
// 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;
/**
* Copyright (c) 2004-2025 Carnegie Mellon University and others. (see Contributors file).
* All Rights Reserved.
*
* NO WARRANTY. ALL MATERIAL IS FURNISHED ON AN "AS-IS" BASIS. CARNEGIE MELLON UNIVERSITY MAKES NO WARRANTIES OF ANY
* KIND, EITHER EXPRESSED OR IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF FITNESS FOR PURPOSE
* OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT
* MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, TRADEMARK, OR COPYRIGHT INFRINGEMENT.
*
* This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
* SPDX-License-Identifier: EPL-2.0
*
* Created, in part, with funding and support from the United States Government. (see Acknowledgments file).
*
* This program includes and/or can make use of certain third party source code, object code, documentation and other
* files ("Third Party Software"). The Third Party Software that is used by this program is dependent upon your system
* configuration. By using this program, You agree to comply with any and all relevant Third Party Software terms and
* conditions contained in any such Third Party Software or separate license file distributed with such Third Party
* Software. The parties who own the Third Party Software ("Third Party Licensors") are intended third party benefici-
* aries to this license with respect to the terms applicable to their Third Party Software. Third Party Software li-
* censes only apply to the Third Party Software and not any other portion of this program or this program as a whole.
*/
@SuppressWarnings("all")
public class InternalErrorModelLexer extends Lexer {
public static final int Or=79;
public static final int Transitions=8;
public static final int EqualsSignGreaterThanSign=76;
public static final int Memory=34;
public static final int Access=32;
public static final int False=46;
public static final int LeftCurlyBracketAsteriskAsterisk=71;
public static final int States=41;
public static final int PlusSignEqualsSignGreaterThanSign=62;
public static final int LeftParenthesis=82;
public static final int Extends=25;
public static final int Repair=39;
public static final int ExclamationMark=81;
public static final int RULE_ID=106;
public static final int RULE_DIGIT=99;
public static final int Out=68;
public static final int ColonColon=75;
public static final int PlusSign=85;
public static final int LeftSquareBracket=92;
public static final int Package=29;
public static final int If=77;
public static final int Processor=15;
public static final int Set=69;
public static final int Propagation=7;
public static final int In=78;
public static final int RULE_REAL_LIT=102;
public static final int Classifier=9;
public static final int Detections=11;
public static final int Bindings=19;
public static final int Comma=86;
public static final int HyphenMinus=87;
public static final int Events=33;
public static final int Orless=35;
public static final int Paths=49;
public static final int RightCurlyBracket=96;
public static final int Path=54;
public static final int Modes=48;
public static final int FullStop=88;
public static final int Composite=14;
public static final int Reference=16;
public static final int Use=70;
public static final int Connection=10;
public static final int CommercialAt=91;
public static final int Semicolon=90;
public static final int Type=58;
public static final int RULE_EXPONENT=100;
public static final int When=59;
public static final int Equivalence=6;
public static final int Delta=43;
public static final int Propagations=5;
public static final int RULE_EXTENDED_DIGIT=103;
public static final int Event=45;
public static final int HyphenMinusGreaterThanSign=72;
public static final int Initial=26;
public static final int All=64;
public static final int Renames=31;
public static final int Types=52;
public static final int True=57;
public static final int RULE_INT_EXPONENT=101;
public static final int Ormore=36;
public static final int Noerror=28;
public static final int Sink=56;
public static final int FullStopFullStop=74;
public static final int Behavior=18;
public static final int To=80;
public static final int Applies=22;
public static final int RULE_BASED_INTEGER=104;
public static final int RightSquareBracket=93;
public static final int Binding=23;
public static final int Same=55;
public static final int RightParenthesis=83;
public static final int Public=38;
public static final int AsteriskAsteriskRightCurlyBracket=61;
public static final int Not=67;
public static final int State=51;
public static final int And=65;
public static final int Transformations=4;
public static final int End=66;
public static final int Library=27;
public static final int RULE_INTEGER_LIT=98;
public static final int Subclause=17;
public static final int Constant=20;
public static final int RULE_STRING=105;
public static final int Properties=12;
public static final int Source=40;
public static final int With=60;
public static final int RULE_SL_COMMENT=97;
public static final int Colon=89;
public static final int Component=13;
public static final int EOF=-1;
public static final int Asterisk=84;
public static final int Others=37;
public static final int RULE_WS=107;
public static final int Mode=53;
public static final int HyphenMinusLeftSquareBracket=73;
public static final int Flows=47;
public static final int LeftCurlyBracket=95;
public static final int Error=44;
public static final int Point=50;
public static final int CircumflexAccent=94;
public static final int RightSquareBracketHyphenMinusGreaterThanSign=63;
public static final int Annex=42;
public static final int Mappings=21;
public static final int Compute=24;
public static final int Recover=30;
// delegates
// delegators
public InternalErrorModelLexer() {;}
public InternalErrorModelLexer(CharStream input) {
this(input, new RecognizerSharedState());
}
public InternalErrorModelLexer(CharStream input, RecognizerSharedState state) {
super(input,state);
}
public String getGrammarFileName() { return "InternalErrorModelLexer.g"; }
// $ANTLR start "Transformations"
public final void mTransformations() throws RecognitionException {
try {
int _type = Transformations;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:34:17: ( ( 'T' | 't' ) ( 'R' | 'r' ) ( 'A' | 'a' ) ( 'N' | 'n' ) ( 'S' | 's' ) ( 'F' | 'f' ) ( 'O' | 'o' ) ( 'R' | 'r' ) ( 'M' | 'm' ) ( 'A' | 'a' ) ( 'T' | 't' ) ( 'I' | 'i' ) ( 'O' | 'o' ) ( 'N' | 'n' ) ( 'S' | 's' ) )
// InternalErrorModelLexer.g:34:19: ( 'T' | 't' ) ( 'R' | 'r' ) ( 'A' | 'a' ) ( 'N' | 'n' ) ( 'S' | 's' ) ( 'F' | 'f' ) ( 'O' | 'o' ) ( 'R' | 'r' ) ( 'M' | 'm' ) ( 'A' | 'a' ) ( 'T' | 't' ) ( 'I' | 'i' ) ( 'O' | 'o' ) ( 'N' | 'n' ) ( 'S' | 's' )
{
if ( input.LA(1)=='T'||input.LA(1)=='t' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='R'||input.LA(1)=='r' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='A'||input.LA(1)=='a' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='N'||input.LA(1)=='n' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='S'||input.LA(1)=='s' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='F'||input.LA(1)=='f' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='O'||input.LA(1)=='o' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='R'||input.LA(1)=='r' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='M'||input.LA(1)=='m' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='A'||input.LA(1)=='a' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='T'||input.LA(1)=='t' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='I'||input.LA(1)=='i' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='O'||input.LA(1)=='o' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='N'||input.LA(1)=='n' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='S'||input.LA(1)=='s' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Transformations"
// $ANTLR start "Propagations"
public final void mPropagations() throws RecognitionException {
try {
int _type = Propagations;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:36:14: ( ( 'P' | 'p' ) ( 'R' | 'r' ) ( 'O' | 'o' ) ( 'P' | 'p' ) ( 'A' | 'a' ) ( 'G' | 'g' ) ( 'A' | 'a' ) ( 'T' | 't' ) ( 'I' | 'i' ) ( 'O' | 'o' ) ( 'N' | 'n' ) ( 'S' | 's' ) )
// InternalErrorModelLexer.g:36:16: ( 'P' | 'p' ) ( 'R' | 'r' ) ( 'O' | 'o' ) ( 'P' | 'p' ) ( 'A' | 'a' ) ( 'G' | 'g' ) ( 'A' | 'a' ) ( 'T' | 't' ) ( 'I' | 'i' ) ( 'O' | 'o' ) ( 'N' | 'n' ) ( 'S' | 's' )
{
if ( input.LA(1)=='P'||input.LA(1)=='p' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='R'||input.LA(1)=='r' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='O'||input.LA(1)=='o' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='P'||input.LA(1)=='p' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='A'||input.LA(1)=='a' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='G'||input.LA(1)=='g' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='A'||input.LA(1)=='a' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='T'||input.LA(1)=='t' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='I'||input.LA(1)=='i' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='O'||input.LA(1)=='o' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='N'||input.LA(1)=='n' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='S'||input.LA(1)=='s' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Propagations"
// $ANTLR start "Equivalence"
public final void mEquivalence() throws RecognitionException {
try {
int _type = Equivalence;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:38:13: ( ( 'E' | 'e' ) ( 'Q' | 'q' ) ( 'U' | 'u' ) ( 'I' | 'i' ) ( 'V' | 'v' ) ( 'A' | 'a' ) ( 'L' | 'l' ) ( 'E' | 'e' ) ( 'N' | 'n' ) ( 'C' | 'c' ) ( 'E' | 'e' ) )
// InternalErrorModelLexer.g:38:15: ( 'E' | 'e' ) ( 'Q' | 'q' ) ( 'U' | 'u' ) ( 'I' | 'i' ) ( 'V' | 'v' ) ( 'A' | 'a' ) ( 'L' | 'l' ) ( 'E' | 'e' ) ( 'N' | 'n' ) ( 'C' | 'c' ) ( 'E' | 'e' )
{
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='Q'||input.LA(1)=='q' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='U'||input.LA(1)=='u' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='I'||input.LA(1)=='i' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='V'||input.LA(1)=='v' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='A'||input.LA(1)=='a' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='L'||input.LA(1)=='l' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='N'||input.LA(1)=='n' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='C'||input.LA(1)=='c' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Equivalence"
// $ANTLR start "Propagation"
public final void mPropagation() throws RecognitionException {
try {
int _type = Propagation;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:40:13: ( ( 'P' | 'p' ) ( 'R' | 'r' ) ( 'O' | 'o' ) ( 'P' | 'p' ) ( 'A' | 'a' ) ( 'G' | 'g' ) ( 'A' | 'a' ) ( 'T' | 't' ) ( 'I' | 'i' ) ( 'O' | 'o' ) ( 'N' | 'n' ) )
// InternalErrorModelLexer.g:40:15: ( 'P' | 'p' ) ( 'R' | 'r' ) ( 'O' | 'o' ) ( 'P' | 'p' ) ( 'A' | 'a' ) ( 'G' | 'g' ) ( 'A' | 'a' ) ( 'T' | 't' ) ( 'I' | 'i' ) ( 'O' | 'o' ) ( 'N' | 'n' )
{
if ( input.LA(1)=='P'||input.LA(1)=='p' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='R'||input.LA(1)=='r' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='O'||input.LA(1)=='o' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='P'||input.LA(1)=='p' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='A'||input.LA(1)=='a' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='G'||input.LA(1)=='g' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='A'||input.LA(1)=='a' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='T'||input.LA(1)=='t' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='I'||input.LA(1)=='i' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='O'||input.LA(1)=='o' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='N'||input.LA(1)=='n' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Propagation"
// $ANTLR start "Transitions"
public final void mTransitions() throws RecognitionException {
try {
int _type = Transitions;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:42:13: ( ( 'T' | 't' ) ( 'R' | 'r' ) ( 'A' | 'a' ) ( 'N' | 'n' ) ( 'S' | 's' ) ( 'I' | 'i' ) ( 'T' | 't' ) ( 'I' | 'i' ) ( 'O' | 'o' ) ( 'N' | 'n' ) ( 'S' | 's' ) )
// InternalErrorModelLexer.g:42:15: ( 'T' | 't' ) ( 'R' | 'r' ) ( 'A' | 'a' ) ( 'N' | 'n' ) ( 'S' | 's' ) ( 'I' | 'i' ) ( 'T' | 't' ) ( 'I' | 'i' ) ( 'O' | 'o' ) ( 'N' | 'n' ) ( 'S' | 's' )
{
if ( input.LA(1)=='T'||input.LA(1)=='t' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='R'||input.LA(1)=='r' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='A'||input.LA(1)=='a' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='N'||input.LA(1)=='n' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='S'||input.LA(1)=='s' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='I'||input.LA(1)=='i' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='T'||input.LA(1)=='t' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='I'||input.LA(1)=='i' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='O'||input.LA(1)=='o' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='N'||input.LA(1)=='n' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='S'||input.LA(1)=='s' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Transitions"
// $ANTLR start "Classifier"
public final void mClassifier() throws RecognitionException {
try {
int _type = Classifier;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:44:12: ( ( 'C' | 'c' ) ( 'L' | 'l' ) ( 'A' | 'a' ) ( 'S' | 's' ) ( 'S' | 's' ) ( 'I' | 'i' ) ( 'F' | 'f' ) ( 'I' | 'i' ) ( 'E' | 'e' ) ( 'R' | 'r' ) )
// InternalErrorModelLexer.g:44:14: ( 'C' | 'c' ) ( 'L' | 'l' ) ( 'A' | 'a' ) ( 'S' | 's' ) ( 'S' | 's' ) ( 'I' | 'i' ) ( 'F' | 'f' ) ( 'I' | 'i' ) ( 'E' | 'e' ) ( 'R' | 'r' )
{
if ( input.LA(1)=='C'||input.LA(1)=='c' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='L'||input.LA(1)=='l' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='A'||input.LA(1)=='a' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='S'||input.LA(1)=='s' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='S'||input.LA(1)=='s' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='I'||input.LA(1)=='i' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='F'||input.LA(1)=='f' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='I'||input.LA(1)=='i' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='R'||input.LA(1)=='r' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Classifier"
// $ANTLR start "Connection"
public final void mConnection() throws RecognitionException {
try {
int _type = Connection;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:46:12: ( ( 'C' | 'c' ) ( 'O' | 'o' ) ( 'N' | 'n' ) ( 'N' | 'n' ) ( 'E' | 'e' ) ( 'C' | 'c' ) ( 'T' | 't' ) ( 'I' | 'i' ) ( 'O' | 'o' ) ( 'N' | 'n' ) )
// InternalErrorModelLexer.g:46:14: ( 'C' | 'c' ) ( 'O' | 'o' ) ( 'N' | 'n' ) ( 'N' | 'n' ) ( 'E' | 'e' ) ( 'C' | 'c' ) ( 'T' | 't' ) ( 'I' | 'i' ) ( 'O' | 'o' ) ( 'N' | 'n' )
{
if ( input.LA(1)=='C'||input.LA(1)=='c' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='O'||input.LA(1)=='o' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='N'||input.LA(1)=='n' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='N'||input.LA(1)=='n' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='C'||input.LA(1)=='c' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='T'||input.LA(1)=='t' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='I'||input.LA(1)=='i' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='O'||input.LA(1)=='o' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='N'||input.LA(1)=='n' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Connection"
// $ANTLR start "Detections"
public final void mDetections() throws RecognitionException {
try {
int _type = Detections;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:48:12: ( ( 'D' | 'd' ) ( 'E' | 'e' ) ( 'T' | 't' ) ( 'E' | 'e' ) ( 'C' | 'c' ) ( 'T' | 't' ) ( 'I' | 'i' ) ( 'O' | 'o' ) ( 'N' | 'n' ) ( 'S' | 's' ) )
// InternalErrorModelLexer.g:48:14: ( 'D' | 'd' ) ( 'E' | 'e' ) ( 'T' | 't' ) ( 'E' | 'e' ) ( 'C' | 'c' ) ( 'T' | 't' ) ( 'I' | 'i' ) ( 'O' | 'o' ) ( 'N' | 'n' ) ( 'S' | 's' )
{
if ( input.LA(1)=='D'||input.LA(1)=='d' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='T'||input.LA(1)=='t' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='C'||input.LA(1)=='c' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='T'||input.LA(1)=='t' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='I'||input.LA(1)=='i' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='O'||input.LA(1)=='o' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='N'||input.LA(1)=='n' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='S'||input.LA(1)=='s' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Detections"
// $ANTLR start "Properties"
public final void mProperties() throws RecognitionException {
try {
int _type = Properties;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:50:12: ( ( 'P' | 'p' ) ( 'R' | 'r' ) ( 'O' | 'o' ) ( 'P' | 'p' ) ( 'E' | 'e' ) ( 'R' | 'r' ) ( 'T' | 't' ) ( 'I' | 'i' ) ( 'E' | 'e' ) ( 'S' | 's' ) )
// InternalErrorModelLexer.g:50:14: ( 'P' | 'p' ) ( 'R' | 'r' ) ( 'O' | 'o' ) ( 'P' | 'p' ) ( 'E' | 'e' ) ( 'R' | 'r' ) ( 'T' | 't' ) ( 'I' | 'i' ) ( 'E' | 'e' ) ( 'S' | 's' )
{
if ( input.LA(1)=='P'||input.LA(1)=='p' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='R'||input.LA(1)=='r' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='O'||input.LA(1)=='o' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='P'||input.LA(1)=='p' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='R'||input.LA(1)=='r' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='T'||input.LA(1)=='t' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='I'||input.LA(1)=='i' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='S'||input.LA(1)=='s' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Properties"
// $ANTLR start "Component"
public final void mComponent() throws RecognitionException {
try {
int _type = Component;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:52:11: ( ( 'C' | 'c' ) ( 'O' | 'o' ) ( 'M' | 'm' ) ( 'P' | 'p' ) ( 'O' | 'o' ) ( 'N' | 'n' ) ( 'E' | 'e' ) ( 'N' | 'n' ) ( 'T' | 't' ) )
// InternalErrorModelLexer.g:52:13: ( 'C' | 'c' ) ( 'O' | 'o' ) ( 'M' | 'm' ) ( 'P' | 'p' ) ( 'O' | 'o' ) ( 'N' | 'n' ) ( 'E' | 'e' ) ( 'N' | 'n' ) ( 'T' | 't' )
{
if ( input.LA(1)=='C'||input.LA(1)=='c' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='O'||input.LA(1)=='o' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='M'||input.LA(1)=='m' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='P'||input.LA(1)=='p' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='O'||input.LA(1)=='o' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='N'||input.LA(1)=='n' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='N'||input.LA(1)=='n' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='T'||input.LA(1)=='t' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Component"
// $ANTLR start "Composite"
public final void mComposite() throws RecognitionException {
try {
int _type = Composite;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:54:11: ( ( 'C' | 'c' ) ( 'O' | 'o' ) ( 'M' | 'm' ) ( 'P' | 'p' ) ( 'O' | 'o' ) ( 'S' | 's' ) ( 'I' | 'i' ) ( 'T' | 't' ) ( 'E' | 'e' ) )
// InternalErrorModelLexer.g:54:13: ( 'C' | 'c' ) ( 'O' | 'o' ) ( 'M' | 'm' ) ( 'P' | 'p' ) ( 'O' | 'o' ) ( 'S' | 's' ) ( 'I' | 'i' ) ( 'T' | 't' ) ( 'E' | 'e' )
{
if ( input.LA(1)=='C'||input.LA(1)=='c' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='O'||input.LA(1)=='o' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='M'||input.LA(1)=='m' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='P'||input.LA(1)=='p' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='O'||input.LA(1)=='o' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='S'||input.LA(1)=='s' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='I'||input.LA(1)=='i' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='T'||input.LA(1)=='t' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Composite"
// $ANTLR start "Processor"
public final void mProcessor() throws RecognitionException {
try {
int _type = Processor;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:56:11: ( ( 'P' | 'p' ) ( 'R' | 'r' ) ( 'O' | 'o' ) ( 'C' | 'c' ) ( 'E' | 'e' ) ( 'S' | 's' ) ( 'S' | 's' ) ( 'O' | 'o' ) ( 'R' | 'r' ) )
// InternalErrorModelLexer.g:56:13: ( 'P' | 'p' ) ( 'R' | 'r' ) ( 'O' | 'o' ) ( 'C' | 'c' ) ( 'E' | 'e' ) ( 'S' | 's' ) ( 'S' | 's' ) ( 'O' | 'o' ) ( 'R' | 'r' )
{
if ( input.LA(1)=='P'||input.LA(1)=='p' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='R'||input.LA(1)=='r' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='O'||input.LA(1)=='o' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='C'||input.LA(1)=='c' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='S'||input.LA(1)=='s' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='S'||input.LA(1)=='s' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='O'||input.LA(1)=='o' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='R'||input.LA(1)=='r' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Processor"
// $ANTLR start "Reference"
public final void mReference() throws RecognitionException {
try {
int _type = Reference;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:58:11: ( ( 'R' | 'r' ) ( 'E' | 'e' ) ( 'F' | 'f' ) ( 'E' | 'e' ) ( 'R' | 'r' ) ( 'E' | 'e' ) ( 'N' | 'n' ) ( 'C' | 'c' ) ( 'E' | 'e' ) )
// InternalErrorModelLexer.g:58:13: ( 'R' | 'r' ) ( 'E' | 'e' ) ( 'F' | 'f' ) ( 'E' | 'e' ) ( 'R' | 'r' ) ( 'E' | 'e' ) ( 'N' | 'n' ) ( 'C' | 'c' ) ( 'E' | 'e' )
{
if ( input.LA(1)=='R'||input.LA(1)=='r' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='F'||input.LA(1)=='f' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='R'||input.LA(1)=='r' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='N'||input.LA(1)=='n' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='C'||input.LA(1)=='c' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Reference"
// $ANTLR start "Subclause"
public final void mSubclause() throws RecognitionException {
try {
int _type = Subclause;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:60:11: ( ( 'S' | 's' ) ( 'U' | 'u' ) ( 'B' | 'b' ) ( 'C' | 'c' ) ( 'L' | 'l' ) ( 'A' | 'a' ) ( 'U' | 'u' ) ( 'S' | 's' ) ( 'E' | 'e' ) )
// InternalErrorModelLexer.g:60:13: ( 'S' | 's' ) ( 'U' | 'u' ) ( 'B' | 'b' ) ( 'C' | 'c' ) ( 'L' | 'l' ) ( 'A' | 'a' ) ( 'U' | 'u' ) ( 'S' | 's' ) ( 'E' | 'e' )
{
if ( input.LA(1)=='S'||input.LA(1)=='s' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='U'||input.LA(1)=='u' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='B'||input.LA(1)=='b' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='C'||input.LA(1)=='c' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='L'||input.LA(1)=='l' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='A'||input.LA(1)=='a' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='U'||input.LA(1)=='u' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='S'||input.LA(1)=='s' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Subclause"
// $ANTLR start "Behavior"
public final void mBehavior() throws RecognitionException {
try {
int _type = Behavior;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:62:10: ( ( 'B' | 'b' ) ( 'E' | 'e' ) ( 'H' | 'h' ) ( 'A' | 'a' ) ( 'V' | 'v' ) ( 'I' | 'i' ) ( 'O' | 'o' ) ( 'R' | 'r' ) )
// InternalErrorModelLexer.g:62:12: ( 'B' | 'b' ) ( 'E' | 'e' ) ( 'H' | 'h' ) ( 'A' | 'a' ) ( 'V' | 'v' ) ( 'I' | 'i' ) ( 'O' | 'o' ) ( 'R' | 'r' )
{
if ( input.LA(1)=='B'||input.LA(1)=='b' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='H'||input.LA(1)=='h' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='A'||input.LA(1)=='a' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='V'||input.LA(1)=='v' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='I'||input.LA(1)=='i' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='O'||input.LA(1)=='o' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='R'||input.LA(1)=='r' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Behavior"
// $ANTLR start "Bindings"
public final void mBindings() throws RecognitionException {
try {
int _type = Bindings;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:64:10: ( ( 'B' | 'b' ) ( 'I' | 'i' ) ( 'N' | 'n' ) ( 'D' | 'd' ) ( 'I' | 'i' ) ( 'N' | 'n' ) ( 'G' | 'g' ) ( 'S' | 's' ) )
// InternalErrorModelLexer.g:64:12: ( 'B' | 'b' ) ( 'I' | 'i' ) ( 'N' | 'n' ) ( 'D' | 'd' ) ( 'I' | 'i' ) ( 'N' | 'n' ) ( 'G' | 'g' ) ( 'S' | 's' )
{
if ( input.LA(1)=='B'||input.LA(1)=='b' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='I'||input.LA(1)=='i' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='N'||input.LA(1)=='n' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='D'||input.LA(1)=='d' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='I'||input.LA(1)=='i' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='N'||input.LA(1)=='n' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='G'||input.LA(1)=='g' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='S'||input.LA(1)=='s' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Bindings"
// $ANTLR start "Constant"
public final void mConstant() throws RecognitionException {
try {
int _type = Constant;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:66:10: ( ( 'C' | 'c' ) ( 'O' | 'o' ) ( 'N' | 'n' ) ( 'S' | 's' ) ( 'T' | 't' ) ( 'A' | 'a' ) ( 'N' | 'n' ) ( 'T' | 't' ) )
// InternalErrorModelLexer.g:66:12: ( 'C' | 'c' ) ( 'O' | 'o' ) ( 'N' | 'n' ) ( 'S' | 's' ) ( 'T' | 't' ) ( 'A' | 'a' ) ( 'N' | 'n' ) ( 'T' | 't' )
{
if ( input.LA(1)=='C'||input.LA(1)=='c' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='O'||input.LA(1)=='o' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='N'||input.LA(1)=='n' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='S'||input.LA(1)=='s' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='T'||input.LA(1)=='t' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='A'||input.LA(1)=='a' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='N'||input.LA(1)=='n' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='T'||input.LA(1)=='t' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Constant"
// $ANTLR start "Mappings"
public final void mMappings() throws RecognitionException {
try {
int _type = Mappings;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:68:10: ( ( 'M' | 'm' ) ( 'A' | 'a' ) ( 'P' | 'p' ) ( 'P' | 'p' ) ( 'I' | 'i' ) ( 'N' | 'n' ) ( 'G' | 'g' ) ( 'S' | 's' ) )
// InternalErrorModelLexer.g:68:12: ( 'M' | 'm' ) ( 'A' | 'a' ) ( 'P' | 'p' ) ( 'P' | 'p' ) ( 'I' | 'i' ) ( 'N' | 'n' ) ( 'G' | 'g' ) ( 'S' | 's' )
{
if ( input.LA(1)=='M'||input.LA(1)=='m' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='A'||input.LA(1)=='a' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='P'||input.LA(1)=='p' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='P'||input.LA(1)=='p' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='I'||input.LA(1)=='i' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='N'||input.LA(1)=='n' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='G'||input.LA(1)=='g' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='S'||input.LA(1)=='s' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Mappings"
// $ANTLR start "Applies"
public final void mApplies() throws RecognitionException {
try {
int _type = Applies;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:70:9: ( ( 'A' | 'a' ) ( 'P' | 'p' ) ( 'P' | 'p' ) ( 'L' | 'l' ) ( 'I' | 'i' ) ( 'E' | 'e' ) ( 'S' | 's' ) )
// InternalErrorModelLexer.g:70:11: ( 'A' | 'a' ) ( 'P' | 'p' ) ( 'P' | 'p' ) ( 'L' | 'l' ) ( 'I' | 'i' ) ( 'E' | 'e' ) ( 'S' | 's' )
{
if ( input.LA(1)=='A'||input.LA(1)=='a' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='P'||input.LA(1)=='p' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='P'||input.LA(1)=='p' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='L'||input.LA(1)=='l' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='I'||input.LA(1)=='i' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='S'||input.LA(1)=='s' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Applies"
// $ANTLR start "Binding"
public final void mBinding() throws RecognitionException {
try {
int _type = Binding;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:72:9: ( ( 'B' | 'b' ) ( 'I' | 'i' ) ( 'N' | 'n' ) ( 'D' | 'd' ) ( 'I' | 'i' ) ( 'N' | 'n' ) ( 'G' | 'g' ) )
// InternalErrorModelLexer.g:72:11: ( 'B' | 'b' ) ( 'I' | 'i' ) ( 'N' | 'n' ) ( 'D' | 'd' ) ( 'I' | 'i' ) ( 'N' | 'n' ) ( 'G' | 'g' )
{
if ( input.LA(1)=='B'||input.LA(1)=='b' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='I'||input.LA(1)=='i' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='N'||input.LA(1)=='n' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='D'||input.LA(1)=='d' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='I'||input.LA(1)=='i' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='N'||input.LA(1)=='n' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='G'||input.LA(1)=='g' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Binding"
// $ANTLR start "Compute"
public final void mCompute() throws RecognitionException {
try {
int _type = Compute;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:74:9: ( ( 'C' | 'c' ) ( 'O' | 'o' ) ( 'M' | 'm' ) ( 'P' | 'p' ) ( 'U' | 'u' ) ( 'T' | 't' ) ( 'E' | 'e' ) )
// InternalErrorModelLexer.g:74:11: ( 'C' | 'c' ) ( 'O' | 'o' ) ( 'M' | 'm' ) ( 'P' | 'p' ) ( 'U' | 'u' ) ( 'T' | 't' ) ( 'E' | 'e' )
{
if ( input.LA(1)=='C'||input.LA(1)=='c' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='O'||input.LA(1)=='o' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='M'||input.LA(1)=='m' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='P'||input.LA(1)=='p' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='U'||input.LA(1)=='u' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='T'||input.LA(1)=='t' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Compute"
// $ANTLR start "Extends"
public final void mExtends() throws RecognitionException {
try {
int _type = Extends;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:76:9: ( ( 'E' | 'e' ) ( 'X' | 'x' ) ( 'T' | 't' ) ( 'E' | 'e' ) ( 'N' | 'n' ) ( 'D' | 'd' ) ( 'S' | 's' ) )
// InternalErrorModelLexer.g:76:11: ( 'E' | 'e' ) ( 'X' | 'x' ) ( 'T' | 't' ) ( 'E' | 'e' ) ( 'N' | 'n' ) ( 'D' | 'd' ) ( 'S' | 's' )
{
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='X'||input.LA(1)=='x' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='T'||input.LA(1)=='t' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='N'||input.LA(1)=='n' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='D'||input.LA(1)=='d' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='S'||input.LA(1)=='s' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Extends"
// $ANTLR start "Initial"
public final void mInitial() throws RecognitionException {
try {
int _type = Initial;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:78:9: ( ( 'I' | 'i' ) ( 'N' | 'n' ) ( 'I' | 'i' ) ( 'T' | 't' ) ( 'I' | 'i' ) ( 'A' | 'a' ) ( 'L' | 'l' ) )
// InternalErrorModelLexer.g:78:11: ( 'I' | 'i' ) ( 'N' | 'n' ) ( 'I' | 'i' ) ( 'T' | 't' ) ( 'I' | 'i' ) ( 'A' | 'a' ) ( 'L' | 'l' )
{
if ( input.LA(1)=='I'||input.LA(1)=='i' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='N'||input.LA(1)=='n' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='I'||input.LA(1)=='i' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='T'||input.LA(1)=='t' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='I'||input.LA(1)=='i' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='A'||input.LA(1)=='a' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='L'||input.LA(1)=='l' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Initial"
// $ANTLR start "Library"
public final void mLibrary() throws RecognitionException {
try {
int _type = Library;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:80:9: ( ( 'L' | 'l' ) ( 'I' | 'i' ) ( 'B' | 'b' ) ( 'R' | 'r' ) ( 'A' | 'a' ) ( 'R' | 'r' ) ( 'Y' | 'y' ) )
// InternalErrorModelLexer.g:80:11: ( 'L' | 'l' ) ( 'I' | 'i' ) ( 'B' | 'b' ) ( 'R' | 'r' ) ( 'A' | 'a' ) ( 'R' | 'r' ) ( 'Y' | 'y' )
{
if ( input.LA(1)=='L'||input.LA(1)=='l' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='I'||input.LA(1)=='i' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='B'||input.LA(1)=='b' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='R'||input.LA(1)=='r' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='A'||input.LA(1)=='a' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='R'||input.LA(1)=='r' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='Y'||input.LA(1)=='y' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Library"
// $ANTLR start "Noerror"
public final void mNoerror() throws RecognitionException {
try {
int _type = Noerror;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:82:9: ( ( 'N' | 'n' ) ( 'O' | 'o' ) ( 'E' | 'e' ) ( 'R' | 'r' ) ( 'R' | 'r' ) ( 'O' | 'o' ) ( 'R' | 'r' ) )
// InternalErrorModelLexer.g:82:11: ( 'N' | 'n' ) ( 'O' | 'o' ) ( 'E' | 'e' ) ( 'R' | 'r' ) ( 'R' | 'r' ) ( 'O' | 'o' ) ( 'R' | 'r' )
{
if ( input.LA(1)=='N'||input.LA(1)=='n' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='O'||input.LA(1)=='o' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='R'||input.LA(1)=='r' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='R'||input.LA(1)=='r' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='O'||input.LA(1)=='o' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='R'||input.LA(1)=='r' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Noerror"
// $ANTLR start "Package"
public final void mPackage() throws RecognitionException {
try {
int _type = Package;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:84:9: ( ( 'P' | 'p' ) ( 'A' | 'a' ) ( 'C' | 'c' ) ( 'K' | 'k' ) ( 'A' | 'a' ) ( 'G' | 'g' ) ( 'E' | 'e' ) )
// InternalErrorModelLexer.g:84:11: ( 'P' | 'p' ) ( 'A' | 'a' ) ( 'C' | 'c' ) ( 'K' | 'k' ) ( 'A' | 'a' ) ( 'G' | 'g' ) ( 'E' | 'e' )
{
if ( input.LA(1)=='P'||input.LA(1)=='p' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='A'||input.LA(1)=='a' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='C'||input.LA(1)=='c' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='K'||input.LA(1)=='k' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='A'||input.LA(1)=='a' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='G'||input.LA(1)=='g' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Package"
// $ANTLR start "Recover"
public final void mRecover() throws RecognitionException {
try {
int _type = Recover;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:86:9: ( ( 'R' | 'r' ) ( 'E' | 'e' ) ( 'C' | 'c' ) ( 'O' | 'o' ) ( 'V' | 'v' ) ( 'E' | 'e' ) ( 'R' | 'r' ) )
// InternalErrorModelLexer.g:86:11: ( 'R' | 'r' ) ( 'E' | 'e' ) ( 'C' | 'c' ) ( 'O' | 'o' ) ( 'V' | 'v' ) ( 'E' | 'e' ) ( 'R' | 'r' )
{
if ( input.LA(1)=='R'||input.LA(1)=='r' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='C'||input.LA(1)=='c' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='O'||input.LA(1)=='o' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='V'||input.LA(1)=='v' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='R'||input.LA(1)=='r' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Recover"
// $ANTLR start "Renames"
public final void mRenames() throws RecognitionException {
try {
int _type = Renames;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:88:9: ( ( 'R' | 'r' ) ( 'E' | 'e' ) ( 'N' | 'n' ) ( 'A' | 'a' ) ( 'M' | 'm' ) ( 'E' | 'e' ) ( 'S' | 's' ) )
// InternalErrorModelLexer.g:88:11: ( 'R' | 'r' ) ( 'E' | 'e' ) ( 'N' | 'n' ) ( 'A' | 'a' ) ( 'M' | 'm' ) ( 'E' | 'e' ) ( 'S' | 's' )
{
if ( input.LA(1)=='R'||input.LA(1)=='r' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='N'||input.LA(1)=='n' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='A'||input.LA(1)=='a' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='M'||input.LA(1)=='m' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='S'||input.LA(1)=='s' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Renames"
// $ANTLR start "Access"
public final void mAccess() throws RecognitionException {
try {
int _type = Access;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:90:8: ( ( 'A' | 'a' ) ( 'C' | 'c' ) ( 'C' | 'c' ) ( 'E' | 'e' ) ( 'S' | 's' ) ( 'S' | 's' ) )
// InternalErrorModelLexer.g:90:10: ( 'A' | 'a' ) ( 'C' | 'c' ) ( 'C' | 'c' ) ( 'E' | 'e' ) ( 'S' | 's' ) ( 'S' | 's' )
{
if ( input.LA(1)=='A'||input.LA(1)=='a' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='C'||input.LA(1)=='c' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='C'||input.LA(1)=='c' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='S'||input.LA(1)=='s' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='S'||input.LA(1)=='s' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Access"
// $ANTLR start "Events"
public final void mEvents() throws RecognitionException {
try {
int _type = Events;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:92:8: ( ( 'E' | 'e' ) ( 'V' | 'v' ) ( 'E' | 'e' ) ( 'N' | 'n' ) ( 'T' | 't' ) ( 'S' | 's' ) )
// InternalErrorModelLexer.g:92:10: ( 'E' | 'e' ) ( 'V' | 'v' ) ( 'E' | 'e' ) ( 'N' | 'n' ) ( 'T' | 't' ) ( 'S' | 's' )
{
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='V'||input.LA(1)=='v' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='N'||input.LA(1)=='n' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='T'||input.LA(1)=='t' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='S'||input.LA(1)=='s' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Events"
// $ANTLR start "Memory"
public final void mMemory() throws RecognitionException {
try {
int _type = Memory;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:94:8: ( ( 'M' | 'm' ) ( 'E' | 'e' ) ( 'M' | 'm' ) ( 'O' | 'o' ) ( 'R' | 'r' ) ( 'Y' | 'y' ) )
// InternalErrorModelLexer.g:94:10: ( 'M' | 'm' ) ( 'E' | 'e' ) ( 'M' | 'm' ) ( 'O' | 'o' ) ( 'R' | 'r' ) ( 'Y' | 'y' )
{
if ( input.LA(1)=='M'||input.LA(1)=='m' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='M'||input.LA(1)=='m' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='O'||input.LA(1)=='o' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='R'||input.LA(1)=='r' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='Y'||input.LA(1)=='y' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Memory"
// $ANTLR start "Orless"
public final void mOrless() throws RecognitionException {
try {
int _type = Orless;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:96:8: ( ( 'O' | 'o' ) ( 'R' | 'r' ) ( 'L' | 'l' ) ( 'E' | 'e' ) ( 'S' | 's' ) ( 'S' | 's' ) )
// InternalErrorModelLexer.g:96:10: ( 'O' | 'o' ) ( 'R' | 'r' ) ( 'L' | 'l' ) ( 'E' | 'e' ) ( 'S' | 's' ) ( 'S' | 's' )
{
if ( input.LA(1)=='O'||input.LA(1)=='o' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='R'||input.LA(1)=='r' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='L'||input.LA(1)=='l' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='S'||input.LA(1)=='s' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='S'||input.LA(1)=='s' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Orless"
// $ANTLR start "Ormore"
public final void mOrmore() throws RecognitionException {
try {
int _type = Ormore;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:98:8: ( ( 'O' | 'o' ) ( 'R' | 'r' ) ( 'M' | 'm' ) ( 'O' | 'o' ) ( 'R' | 'r' ) ( 'E' | 'e' ) )
// InternalErrorModelLexer.g:98:10: ( 'O' | 'o' ) ( 'R' | 'r' ) ( 'M' | 'm' ) ( 'O' | 'o' ) ( 'R' | 'r' ) ( 'E' | 'e' )
{
if ( input.LA(1)=='O'||input.LA(1)=='o' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='R'||input.LA(1)=='r' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='M'||input.LA(1)=='m' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='O'||input.LA(1)=='o' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='R'||input.LA(1)=='r' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Ormore"
// $ANTLR start "Others"
public final void mOthers() throws RecognitionException {
try {
int _type = Others;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:100:8: ( ( 'O' | 'o' ) ( 'T' | 't' ) ( 'H' | 'h' ) ( 'E' | 'e' ) ( 'R' | 'r' ) ( 'S' | 's' ) )
// InternalErrorModelLexer.g:100:10: ( 'O' | 'o' ) ( 'T' | 't' ) ( 'H' | 'h' ) ( 'E' | 'e' ) ( 'R' | 'r' ) ( 'S' | 's' )
{
if ( input.LA(1)=='O'||input.LA(1)=='o' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='T'||input.LA(1)=='t' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='H'||input.LA(1)=='h' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='R'||input.LA(1)=='r' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='S'||input.LA(1)=='s' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Others"
// $ANTLR start "Public"
public final void mPublic() throws RecognitionException {
try {
int _type = Public;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:102:8: ( ( 'P' | 'p' ) ( 'U' | 'u' ) ( 'B' | 'b' ) ( 'L' | 'l' ) ( 'I' | 'i' ) ( 'C' | 'c' ) )
// InternalErrorModelLexer.g:102:10: ( 'P' | 'p' ) ( 'U' | 'u' ) ( 'B' | 'b' ) ( 'L' | 'l' ) ( 'I' | 'i' ) ( 'C' | 'c' )
{
if ( input.LA(1)=='P'||input.LA(1)=='p' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='U'||input.LA(1)=='u' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='B'||input.LA(1)=='b' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='L'||input.LA(1)=='l' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='I'||input.LA(1)=='i' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='C'||input.LA(1)=='c' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Public"
// $ANTLR start "Repair"
public final void mRepair() throws RecognitionException {
try {
int _type = Repair;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:104:8: ( ( 'R' | 'r' ) ( 'E' | 'e' ) ( 'P' | 'p' ) ( 'A' | 'a' ) ( 'I' | 'i' ) ( 'R' | 'r' ) )
// InternalErrorModelLexer.g:104:10: ( 'R' | 'r' ) ( 'E' | 'e' ) ( 'P' | 'p' ) ( 'A' | 'a' ) ( 'I' | 'i' ) ( 'R' | 'r' )
{
if ( input.LA(1)=='R'||input.LA(1)=='r' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='P'||input.LA(1)=='p' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='A'||input.LA(1)=='a' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='I'||input.LA(1)=='i' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='R'||input.LA(1)=='r' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Repair"
// $ANTLR start "Source"
public final void mSource() throws RecognitionException {
try {
int _type = Source;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:106:8: ( ( 'S' | 's' ) ( 'O' | 'o' ) ( 'U' | 'u' ) ( 'R' | 'r' ) ( 'C' | 'c' ) ( 'E' | 'e' ) )
// InternalErrorModelLexer.g:106:10: ( 'S' | 's' ) ( 'O' | 'o' ) ( 'U' | 'u' ) ( 'R' | 'r' ) ( 'C' | 'c' ) ( 'E' | 'e' )
{
if ( input.LA(1)=='S'||input.LA(1)=='s' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='O'||input.LA(1)=='o' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='U'||input.LA(1)=='u' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='R'||input.LA(1)=='r' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='C'||input.LA(1)=='c' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Source"
// $ANTLR start "States"
public final void mStates() throws RecognitionException {
try {
int _type = States;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:108:8: ( ( 'S' | 's' ) ( 'T' | 't' ) ( 'A' | 'a' ) ( 'T' | 't' ) ( 'E' | 'e' ) ( 'S' | 's' ) )
// InternalErrorModelLexer.g:108:10: ( 'S' | 's' ) ( 'T' | 't' ) ( 'A' | 'a' ) ( 'T' | 't' ) ( 'E' | 'e' ) ( 'S' | 's' )
{
if ( input.LA(1)=='S'||input.LA(1)=='s' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='T'||input.LA(1)=='t' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='A'||input.LA(1)=='a' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='T'||input.LA(1)=='t' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='S'||input.LA(1)=='s' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "States"
// $ANTLR start "Annex"
public final void mAnnex() throws RecognitionException {
try {
int _type = Annex;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:110:7: ( ( 'A' | 'a' ) ( 'N' | 'n' ) ( 'N' | 'n' ) ( 'E' | 'e' ) ( 'X' | 'x' ) )
// InternalErrorModelLexer.g:110:9: ( 'A' | 'a' ) ( 'N' | 'n' ) ( 'N' | 'n' ) ( 'E' | 'e' ) ( 'X' | 'x' )
{
if ( input.LA(1)=='A'||input.LA(1)=='a' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='N'||input.LA(1)=='n' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='N'||input.LA(1)=='n' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='X'||input.LA(1)=='x' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Annex"
// $ANTLR start "Delta"
public final void mDelta() throws RecognitionException {
try {
int _type = Delta;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:112:7: ( ( 'D' | 'd' ) ( 'E' | 'e' ) ( 'L' | 'l' ) ( 'T' | 't' ) ( 'A' | 'a' ) )
// InternalErrorModelLexer.g:112:9: ( 'D' | 'd' ) ( 'E' | 'e' ) ( 'L' | 'l' ) ( 'T' | 't' ) ( 'A' | 'a' )
{
if ( input.LA(1)=='D'||input.LA(1)=='d' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='L'||input.LA(1)=='l' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='T'||input.LA(1)=='t' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='A'||input.LA(1)=='a' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Delta"
// $ANTLR start "Error"
public final void mError() throws RecognitionException {
try {
int _type = Error;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:114:7: ( ( 'E' | 'e' ) ( 'R' | 'r' ) ( 'R' | 'r' ) ( 'O' | 'o' ) ( 'R' | 'r' ) )
// InternalErrorModelLexer.g:114:9: ( 'E' | 'e' ) ( 'R' | 'r' ) ( 'R' | 'r' ) ( 'O' | 'o' ) ( 'R' | 'r' )
{
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='R'||input.LA(1)=='r' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='R'||input.LA(1)=='r' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='O'||input.LA(1)=='o' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='R'||input.LA(1)=='r' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Error"
// $ANTLR start "Event"
public final void mEvent() throws RecognitionException {
try {
int _type = Event;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:116:7: ( ( 'E' | 'e' ) ( 'V' | 'v' ) ( 'E' | 'e' ) ( 'N' | 'n' ) ( 'T' | 't' ) )
// InternalErrorModelLexer.g:116:9: ( 'E' | 'e' ) ( 'V' | 'v' ) ( 'E' | 'e' ) ( 'N' | 'n' ) ( 'T' | 't' )
{
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='V'||input.LA(1)=='v' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='N'||input.LA(1)=='n' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='T'||input.LA(1)=='t' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Event"
// $ANTLR start "False"
public final void mFalse() throws RecognitionException {
try {
int _type = False;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:118:7: ( ( 'F' | 'f' ) ( 'A' | 'a' ) ( 'L' | 'l' ) ( 'S' | 's' ) ( 'E' | 'e' ) )
// InternalErrorModelLexer.g:118:9: ( 'F' | 'f' ) ( 'A' | 'a' ) ( 'L' | 'l' ) ( 'S' | 's' ) ( 'E' | 'e' )
{
if ( input.LA(1)=='F'||input.LA(1)=='f' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='A'||input.LA(1)=='a' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='L'||input.LA(1)=='l' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='S'||input.LA(1)=='s' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "False"
// $ANTLR start "Flows"
public final void mFlows() throws RecognitionException {
try {
int _type = Flows;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:120:7: ( ( 'F' | 'f' ) ( 'L' | 'l' ) ( 'O' | 'o' ) ( 'W' | 'w' ) ( 'S' | 's' ) )
// InternalErrorModelLexer.g:120:9: ( 'F' | 'f' ) ( 'L' | 'l' ) ( 'O' | 'o' ) ( 'W' | 'w' ) ( 'S' | 's' )
{
if ( input.LA(1)=='F'||input.LA(1)=='f' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='L'||input.LA(1)=='l' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='O'||input.LA(1)=='o' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='W'||input.LA(1)=='w' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='S'||input.LA(1)=='s' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Flows"
// $ANTLR start "Modes"
public final void mModes() throws RecognitionException {
try {
int _type = Modes;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:122:7: ( ( 'M' | 'm' ) ( 'O' | 'o' ) ( 'D' | 'd' ) ( 'E' | 'e' ) ( 'S' | 's' ) )
// InternalErrorModelLexer.g:122:9: ( 'M' | 'm' ) ( 'O' | 'o' ) ( 'D' | 'd' ) ( 'E' | 'e' ) ( 'S' | 's' )
{
if ( input.LA(1)=='M'||input.LA(1)=='m' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='O'||input.LA(1)=='o' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='D'||input.LA(1)=='d' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='S'||input.LA(1)=='s' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Modes"
// $ANTLR start "Paths"
public final void mPaths() throws RecognitionException {
try {
int _type = Paths;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:124:7: ( ( 'P' | 'p' ) ( 'A' | 'a' ) ( 'T' | 't' ) ( 'H' | 'h' ) ( 'S' | 's' ) )
// InternalErrorModelLexer.g:124:9: ( 'P' | 'p' ) ( 'A' | 'a' ) ( 'T' | 't' ) ( 'H' | 'h' ) ( 'S' | 's' )
{
if ( input.LA(1)=='P'||input.LA(1)=='p' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='A'||input.LA(1)=='a' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='T'||input.LA(1)=='t' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='H'||input.LA(1)=='h' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='S'||input.LA(1)=='s' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Paths"
// $ANTLR start "Point"
public final void mPoint() throws RecognitionException {
try {
int _type = Point;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:126:7: ( ( 'P' | 'p' ) ( 'O' | 'o' ) ( 'I' | 'i' ) ( 'N' | 'n' ) ( 'T' | 't' ) )
// InternalErrorModelLexer.g:126:9: ( 'P' | 'p' ) ( 'O' | 'o' ) ( 'I' | 'i' ) ( 'N' | 'n' ) ( 'T' | 't' )
{
if ( input.LA(1)=='P'||input.LA(1)=='p' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='O'||input.LA(1)=='o' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='I'||input.LA(1)=='i' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='N'||input.LA(1)=='n' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='T'||input.LA(1)=='t' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Point"
// $ANTLR start "State"
public final void mState() throws RecognitionException {
try {
int _type = State;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:128:7: ( ( 'S' | 's' ) ( 'T' | 't' ) ( 'A' | 'a' ) ( 'T' | 't' ) ( 'E' | 'e' ) )
// InternalErrorModelLexer.g:128:9: ( 'S' | 's' ) ( 'T' | 't' ) ( 'A' | 'a' ) ( 'T' | 't' ) ( 'E' | 'e' )
{
if ( input.LA(1)=='S'||input.LA(1)=='s' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='T'||input.LA(1)=='t' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='A'||input.LA(1)=='a' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='T'||input.LA(1)=='t' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "State"
// $ANTLR start "Types"
public final void mTypes() throws RecognitionException {
try {
int _type = Types;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:130:7: ( ( 'T' | 't' ) ( 'Y' | 'y' ) ( 'P' | 'p' ) ( 'E' | 'e' ) ( 'S' | 's' ) )
// InternalErrorModelLexer.g:130:9: ( 'T' | 't' ) ( 'Y' | 'y' ) ( 'P' | 'p' ) ( 'E' | 'e' ) ( 'S' | 's' )
{
if ( input.LA(1)=='T'||input.LA(1)=='t' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='Y'||input.LA(1)=='y' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='P'||input.LA(1)=='p' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='S'||input.LA(1)=='s' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Types"
// $ANTLR start "Mode"
public final void mMode() throws RecognitionException {
try {
int _type = Mode;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:132:6: ( ( 'M' | 'm' ) ( 'O' | 'o' ) ( 'D' | 'd' ) ( 'E' | 'e' ) )
// InternalErrorModelLexer.g:132:8: ( 'M' | 'm' ) ( 'O' | 'o' ) ( 'D' | 'd' ) ( 'E' | 'e' )
{
if ( input.LA(1)=='M'||input.LA(1)=='m' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='O'||input.LA(1)=='o' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='D'||input.LA(1)=='d' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Mode"
// $ANTLR start "Path"
public final void mPath() throws RecognitionException {
try {
int _type = Path;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:134:6: ( ( 'P' | 'p' ) ( 'A' | 'a' ) ( 'T' | 't' ) ( 'H' | 'h' ) )
// InternalErrorModelLexer.g:134:8: ( 'P' | 'p' ) ( 'A' | 'a' ) ( 'T' | 't' ) ( 'H' | 'h' )
{
if ( input.LA(1)=='P'||input.LA(1)=='p' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='A'||input.LA(1)=='a' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='T'||input.LA(1)=='t' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='H'||input.LA(1)=='h' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Path"
// $ANTLR start "Same"
public final void mSame() throws RecognitionException {
try {
int _type = Same;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:136:6: ( ( 'S' | 's' ) ( 'A' | 'a' ) ( 'M' | 'm' ) ( 'E' | 'e' ) )
// InternalErrorModelLexer.g:136:8: ( 'S' | 's' ) ( 'A' | 'a' ) ( 'M' | 'm' ) ( 'E' | 'e' )
{
if ( input.LA(1)=='S'||input.LA(1)=='s' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='A'||input.LA(1)=='a' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='M'||input.LA(1)=='m' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Same"
// $ANTLR start "Sink"
public final void mSink() throws RecognitionException {
try {
int _type = Sink;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:138:6: ( ( 'S' | 's' ) ( 'I' | 'i' ) ( 'N' | 'n' ) ( 'K' | 'k' ) )
// InternalErrorModelLexer.g:138:8: ( 'S' | 's' ) ( 'I' | 'i' ) ( 'N' | 'n' ) ( 'K' | 'k' )
{
if ( input.LA(1)=='S'||input.LA(1)=='s' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='I'||input.LA(1)=='i' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='N'||input.LA(1)=='n' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='K'||input.LA(1)=='k' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Sink"
// $ANTLR start "True"
public final void mTrue() throws RecognitionException {
try {
int _type = True;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:140:6: ( ( 'T' | 't' ) ( 'R' | 'r' ) ( 'U' | 'u' ) ( 'E' | 'e' ) )
// InternalErrorModelLexer.g:140:8: ( 'T' | 't' ) ( 'R' | 'r' ) ( 'U' | 'u' ) ( 'E' | 'e' )
{
if ( input.LA(1)=='T'||input.LA(1)=='t' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='R'||input.LA(1)=='r' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='U'||input.LA(1)=='u' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "True"
// $ANTLR start "Type"
public final void mType() throws RecognitionException {
try {
int _type = Type;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:142:6: ( ( 'T' | 't' ) ( 'Y' | 'y' ) ( 'P' | 'p' ) ( 'E' | 'e' ) )
// InternalErrorModelLexer.g:142:8: ( 'T' | 't' ) ( 'Y' | 'y' ) ( 'P' | 'p' ) ( 'E' | 'e' )
{
if ( input.LA(1)=='T'||input.LA(1)=='t' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='Y'||input.LA(1)=='y' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='P'||input.LA(1)=='p' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Type"
// $ANTLR start "When"
public final void mWhen() throws RecognitionException {
try {
int _type = When;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:144:6: ( ( 'W' | 'w' ) ( 'H' | 'h' ) ( 'E' | 'e' ) ( 'N' | 'n' ) )
// InternalErrorModelLexer.g:144:8: ( 'W' | 'w' ) ( 'H' | 'h' ) ( 'E' | 'e' ) ( 'N' | 'n' )
{
if ( input.LA(1)=='W'||input.LA(1)=='w' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='H'||input.LA(1)=='h' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='N'||input.LA(1)=='n' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "When"
// $ANTLR start "With"
public final void mWith() throws RecognitionException {
try {
int _type = With;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:146:6: ( ( 'W' | 'w' ) ( 'I' | 'i' ) ( 'T' | 't' ) ( 'H' | 'h' ) )
// InternalErrorModelLexer.g:146:8: ( 'W' | 'w' ) ( 'I' | 'i' ) ( 'T' | 't' ) ( 'H' | 'h' )
{
if ( input.LA(1)=='W'||input.LA(1)=='w' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='I'||input.LA(1)=='i' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='T'||input.LA(1)=='t' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='H'||input.LA(1)=='h' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "With"
// $ANTLR start "AsteriskAsteriskRightCurlyBracket"
public final void mAsteriskAsteriskRightCurlyBracket() throws RecognitionException {
try {
int _type = AsteriskAsteriskRightCurlyBracket;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:148:35: ( '*' '*' '}' )
// InternalErrorModelLexer.g:148:37: '*' '*' '}'
{
match('*');
match('*');
match('}');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "AsteriskAsteriskRightCurlyBracket"
// $ANTLR start "PlusSignEqualsSignGreaterThanSign"
public final void mPlusSignEqualsSignGreaterThanSign() throws RecognitionException {
try {
int _type = PlusSignEqualsSignGreaterThanSign;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:150:35: ( '+' '=' '>' )
// InternalErrorModelLexer.g:150:37: '+' '=' '>'
{
match('+');
match('=');
match('>');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "PlusSignEqualsSignGreaterThanSign"
// $ANTLR start "RightSquareBracketHyphenMinusGreaterThanSign"
public final void mRightSquareBracketHyphenMinusGreaterThanSign() throws RecognitionException {
try {
int _type = RightSquareBracketHyphenMinusGreaterThanSign;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:152:46: ( ']' '-' '>' )
// InternalErrorModelLexer.g:152:48: ']' '-' '>'
{
match(']');
match('-');
match('>');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "RightSquareBracketHyphenMinusGreaterThanSign"
// $ANTLR start "All"
public final void mAll() throws RecognitionException {
try {
int _type = All;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:154:5: ( ( 'A' | 'a' ) ( 'L' | 'l' ) ( 'L' | 'l' ) )
// InternalErrorModelLexer.g:154:7: ( 'A' | 'a' ) ( 'L' | 'l' ) ( 'L' | 'l' )
{
if ( input.LA(1)=='A'||input.LA(1)=='a' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='L'||input.LA(1)=='l' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='L'||input.LA(1)=='l' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "All"
// $ANTLR start "And"
public final void mAnd() throws RecognitionException {
try {
int _type = And;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:156:5: ( ( 'A' | 'a' ) ( 'N' | 'n' ) ( 'D' | 'd' ) )
// InternalErrorModelLexer.g:156:7: ( 'A' | 'a' ) ( 'N' | 'n' ) ( 'D' | 'd' )
{
if ( input.LA(1)=='A'||input.LA(1)=='a' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='N'||input.LA(1)=='n' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='D'||input.LA(1)=='d' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "And"
// $ANTLR start "End"
public final void mEnd() throws RecognitionException {
try {
int _type = End;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:158:5: ( ( 'E' | 'e' ) ( 'N' | 'n' ) ( 'D' | 'd' ) )
// InternalErrorModelLexer.g:158:7: ( 'E' | 'e' ) ( 'N' | 'n' ) ( 'D' | 'd' )
{
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='N'||input.LA(1)=='n' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='D'||input.LA(1)=='d' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "End"
// $ANTLR start "Not"
public final void mNot() throws RecognitionException {
try {
int _type = Not;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:160:5: ( ( 'N' | 'n' ) ( 'O' | 'o' ) ( 'T' | 't' ) )
// InternalErrorModelLexer.g:160:7: ( 'N' | 'n' ) ( 'O' | 'o' ) ( 'T' | 't' )
{
if ( input.LA(1)=='N'||input.LA(1)=='n' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='O'||input.LA(1)=='o' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='T'||input.LA(1)=='t' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Not"
// $ANTLR start "Out"
public final void mOut() throws RecognitionException {
try {
int _type = Out;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:162:5: ( ( 'O' | 'o' ) ( 'U' | 'u' ) ( 'T' | 't' ) )
// InternalErrorModelLexer.g:162:7: ( 'O' | 'o' ) ( 'U' | 'u' ) ( 'T' | 't' )
{
if ( input.LA(1)=='O'||input.LA(1)=='o' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='U'||input.LA(1)=='u' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='T'||input.LA(1)=='t' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Out"
// $ANTLR start "Set"
public final void mSet() throws RecognitionException {
try {
int _type = Set;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:164:5: ( ( 'S' | 's' ) ( 'E' | 'e' ) ( 'T' | 't' ) )
// InternalErrorModelLexer.g:164:7: ( 'S' | 's' ) ( 'E' | 'e' ) ( 'T' | 't' )
{
if ( input.LA(1)=='S'||input.LA(1)=='s' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='T'||input.LA(1)=='t' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Set"
// $ANTLR start "Use"
public final void mUse() throws RecognitionException {
try {
int _type = Use;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:166:5: ( ( 'U' | 'u' ) ( 'S' | 's' ) ( 'E' | 'e' ) )
// InternalErrorModelLexer.g:166:7: ( 'U' | 'u' ) ( 'S' | 's' ) ( 'E' | 'e' )
{
if ( input.LA(1)=='U'||input.LA(1)=='u' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='S'||input.LA(1)=='s' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Use"
// $ANTLR start "LeftCurlyBracketAsteriskAsterisk"
public final void mLeftCurlyBracketAsteriskAsterisk() throws RecognitionException {
try {
int _type = LeftCurlyBracketAsteriskAsterisk;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:168:34: ( '{' '*' '*' )
// InternalErrorModelLexer.g:168:36: '{' '*' '*'
{
match('{');
match('*');
match('*');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "LeftCurlyBracketAsteriskAsterisk"
// $ANTLR start "HyphenMinusGreaterThanSign"
public final void mHyphenMinusGreaterThanSign() throws RecognitionException {
try {
int _type = HyphenMinusGreaterThanSign;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:170:28: ( '-' '>' )
// InternalErrorModelLexer.g:170:30: '-' '>'
{
match('-');
match('>');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "HyphenMinusGreaterThanSign"
// $ANTLR start "HyphenMinusLeftSquareBracket"
public final void mHyphenMinusLeftSquareBracket() throws RecognitionException {
try {
int _type = HyphenMinusLeftSquareBracket;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:172:30: ( '-' '[' )
// InternalErrorModelLexer.g:172:32: '-' '['
{
match('-');
match('[');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "HyphenMinusLeftSquareBracket"
// $ANTLR start "FullStopFullStop"
public final void mFullStopFullStop() throws RecognitionException {
try {
int _type = FullStopFullStop;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:174:18: ( '.' '.' )
// InternalErrorModelLexer.g:174:20: '.' '.'
{
match('.');
match('.');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "FullStopFullStop"
// $ANTLR start "ColonColon"
public final void mColonColon() throws RecognitionException {
try {
int _type = ColonColon;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:176:12: ( ':' ':' )
// InternalErrorModelLexer.g:176:14: ':' ':'
{
match(':');
match(':');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "ColonColon"
// $ANTLR start "EqualsSignGreaterThanSign"
public final void mEqualsSignGreaterThanSign() throws RecognitionException {
try {
int _type = EqualsSignGreaterThanSign;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:178:27: ( '=' '>' )
// InternalErrorModelLexer.g:178:29: '=' '>'
{
match('=');
match('>');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "EqualsSignGreaterThanSign"
// $ANTLR start "If"
public final void mIf() throws RecognitionException {
try {
int _type = If;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:180:4: ( ( 'I' | 'i' ) ( 'F' | 'f' ) )
// InternalErrorModelLexer.g:180:6: ( 'I' | 'i' ) ( 'F' | 'f' )
{
if ( input.LA(1)=='I'||input.LA(1)=='i' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='F'||input.LA(1)=='f' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "If"
// $ANTLR start "In"
public final void mIn() throws RecognitionException {
try {
int _type = In;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:182:4: ( ( 'I' | 'i' ) ( 'N' | 'n' ) )
// InternalErrorModelLexer.g:182:6: ( 'I' | 'i' ) ( 'N' | 'n' )
{
if ( input.LA(1)=='I'||input.LA(1)=='i' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='N'||input.LA(1)=='n' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "In"
// $ANTLR start "Or"
public final void mOr() throws RecognitionException {
try {
int _type = Or;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:184:4: ( ( 'O' | 'o' ) ( 'R' | 'r' ) )
// InternalErrorModelLexer.g:184:6: ( 'O' | 'o' ) ( 'R' | 'r' )
{
if ( input.LA(1)=='O'||input.LA(1)=='o' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='R'||input.LA(1)=='r' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Or"
// $ANTLR start "To"
public final void mTo() throws RecognitionException {
try {
int _type = To;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:186:4: ( ( 'T' | 't' ) ( 'O' | 'o' ) )
// InternalErrorModelLexer.g:186:6: ( 'T' | 't' ) ( 'O' | 'o' )
{
if ( input.LA(1)=='T'||input.LA(1)=='t' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
if ( input.LA(1)=='O'||input.LA(1)=='o' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "To"
// $ANTLR start "ExclamationMark"
public final void mExclamationMark() throws RecognitionException {
try {
int _type = ExclamationMark;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:188:17: ( '!' )
// InternalErrorModelLexer.g:188:19: '!'
{
match('!');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "ExclamationMark"
// $ANTLR start "LeftParenthesis"
public final void mLeftParenthesis() throws RecognitionException {
try {
int _type = LeftParenthesis;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:190:17: ( '(' )
// InternalErrorModelLexer.g:190:19: '('
{
match('(');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "LeftParenthesis"
// $ANTLR start "RightParenthesis"
public final void mRightParenthesis() throws RecognitionException {
try {
int _type = RightParenthesis;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:192:18: ( ')' )
// InternalErrorModelLexer.g:192:20: ')'
{
match(')');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "RightParenthesis"
// $ANTLR start "Asterisk"
public final void mAsterisk() throws RecognitionException {
try {
int _type = Asterisk;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:194:10: ( '*' )
// InternalErrorModelLexer.g:194:12: '*'
{
match('*');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Asterisk"
// $ANTLR start "PlusSign"
public final void mPlusSign() throws RecognitionException {
try {
int _type = PlusSign;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:196:10: ( '+' )
// InternalErrorModelLexer.g:196:12: '+'
{
match('+');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "PlusSign"
// $ANTLR start "Comma"
public final void mComma() throws RecognitionException {
try {
int _type = Comma;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:198:7: ( ',' )
// InternalErrorModelLexer.g:198:9: ','
{
match(',');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Comma"
// $ANTLR start "HyphenMinus"
public final void mHyphenMinus() throws RecognitionException {
try {
int _type = HyphenMinus;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:200:13: ( '-' )
// InternalErrorModelLexer.g:200:15: '-'
{
match('-');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "HyphenMinus"
// $ANTLR start "FullStop"
public final void mFullStop() throws RecognitionException {
try {
int _type = FullStop;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:202:10: ( '.' )
// InternalErrorModelLexer.g:202:12: '.'
{
match('.');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "FullStop"
// $ANTLR start "Colon"
public final void mColon() throws RecognitionException {
try {
int _type = Colon;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:204:7: ( ':' )
// InternalErrorModelLexer.g:204:9: ':'
{
match(':');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Colon"
// $ANTLR start "Semicolon"
public final void mSemicolon() throws RecognitionException {
try {
int _type = Semicolon;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:206:11: ( ';' )
// InternalErrorModelLexer.g:206:13: ';'
{
match(';');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Semicolon"
// $ANTLR start "CommercialAt"
public final void mCommercialAt() throws RecognitionException {
try {
int _type = CommercialAt;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:208:14: ( '@' )
// InternalErrorModelLexer.g:208:16: '@'
{
match('@');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "CommercialAt"
// $ANTLR start "LeftSquareBracket"
public final void mLeftSquareBracket() throws RecognitionException {
try {
int _type = LeftSquareBracket;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:210:19: ( '[' )
// InternalErrorModelLexer.g:210:21: '['
{
match('[');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "LeftSquareBracket"
// $ANTLR start "RightSquareBracket"
public final void mRightSquareBracket() throws RecognitionException {
try {
int _type = RightSquareBracket;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:212:20: ( ']' )
// InternalErrorModelLexer.g:212:22: ']'
{
match(']');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "RightSquareBracket"
// $ANTLR start "CircumflexAccent"
public final void mCircumflexAccent() throws RecognitionException {
try {
int _type = CircumflexAccent;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:214:18: ( '^' )
// InternalErrorModelLexer.g:214:20: '^'
{
match('^');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "CircumflexAccent"
// $ANTLR start "LeftCurlyBracket"
public final void mLeftCurlyBracket() throws RecognitionException {
try {
int _type = LeftCurlyBracket;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:216:18: ( '{' )
// InternalErrorModelLexer.g:216:20: '{'
{
match('{');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "LeftCurlyBracket"
// $ANTLR start "RightCurlyBracket"
public final void mRightCurlyBracket() throws RecognitionException {
try {
int _type = RightCurlyBracket;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:218:19: ( '}' )
// InternalErrorModelLexer.g:218:21: '}'
{
match('}');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "RightCurlyBracket"
// $ANTLR start "RULE_SL_COMMENT"
public final void mRULE_SL_COMMENT() throws RecognitionException {
try {
int _type = RULE_SL_COMMENT;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:220:17: ( '--' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? )
// InternalErrorModelLexer.g:220:19: '--' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )?
{
match("--");
// InternalErrorModelLexer.g:220:24: (~ ( ( '\\n' | '\\r' ) ) )*
loop1:
do {
int alt1=2;
int LA1_0 = input.LA(1);
if ( ((LA1_0>='\u0000' && LA1_0<='\t')||(LA1_0>='\u000B' && LA1_0<='\f')||(LA1_0>='\u000E' && LA1_0<='\uFFFF')) ) {
alt1=1;
}
switch (alt1) {
case 1 :
// InternalErrorModelLexer.g:220: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 loop1;
}
} while (true);
// InternalErrorModelLexer.g:220:40: ( ( '\\r' )? '\\n' )?
int alt3=2;
int LA3_0 = input.LA(1);
if ( (LA3_0=='\n'||LA3_0=='\r') ) {
alt3=1;
}
switch (alt3) {
case 1 :
// InternalErrorModelLexer.g:220:41: ( '\\r' )? '\\n'
{
// InternalErrorModelLexer.g:220:41: ( '\\r' )?
int alt2=2;
int LA2_0 = input.LA(1);
if ( (LA2_0=='\r') ) {
alt2=1;
}
switch (alt2) {
case 1 :
// InternalErrorModelLexer.g:220:41: '\\r'
{
match('\r');
}
break;
}
match('\n');
}
break;
}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "RULE_SL_COMMENT"
// $ANTLR start "RULE_INTEGER_LIT"
public final void mRULE_INTEGER_LIT() throws RecognitionException {
try {
int _type = RULE_INTEGER_LIT;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:222:18: ( ( '0' .. '9' )+ )
// InternalErrorModelLexer.g:222:20: ( '0' .. '9' )+
{
// InternalErrorModelLexer.g:222:20: ( '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 :
// InternalErrorModelLexer.g:222:21: '0' .. '9'
{
matchRange('0','9');
}
break;
default :
if ( cnt4 >= 1 ) break loop4;
EarlyExitException eee =
new EarlyExitException(4, input);
throw eee;
}
cnt4++;
} while (true);
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "RULE_INTEGER_LIT"
// $ANTLR start "RULE_EXPONENT"
public final void mRULE_EXPONENT() throws RecognitionException {
try {
// InternalErrorModelLexer.g:224:24: ( ( 'e' | 'E' ) ( '+' | '-' )? ( RULE_DIGIT )+ )
// InternalErrorModelLexer.g:224:26: ( 'e' | 'E' ) ( '+' | '-' )? ( RULE_DIGIT )+
{
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
// InternalErrorModelLexer.g:224:36: ( '+' | '-' )?
int alt5=2;
int LA5_0 = input.LA(1);
if ( (LA5_0=='+'||LA5_0=='-') ) {
alt5=1;
}
switch (alt5) {
case 1 :
// InternalErrorModelLexer.g:
{
if ( input.LA(1)=='+'||input.LA(1)=='-' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
break;
}
// InternalErrorModelLexer.g:224:47: ( RULE_DIGIT )+
int cnt6=0;
loop6:
do {
int alt6=2;
int LA6_0 = input.LA(1);
if ( ((LA6_0>='0' && LA6_0<='9')) ) {
alt6=1;
}
switch (alt6) {
case 1 :
// InternalErrorModelLexer.g:224:47: RULE_DIGIT
{
mRULE_DIGIT();
}
break;
default :
if ( cnt6 >= 1 ) break loop6;
EarlyExitException eee =
new EarlyExitException(6, input);
throw eee;
}
cnt6++;
} while (true);
}
}
finally {
}
}
// $ANTLR end "RULE_EXPONENT"
// $ANTLR start "RULE_INT_EXPONENT"
public final void mRULE_INT_EXPONENT() throws RecognitionException {
try {
// InternalErrorModelLexer.g:226:28: ( ( 'e' | 'E' ) ( '+' )? ( RULE_DIGIT )+ )
// InternalErrorModelLexer.g:226:30: ( 'e' | 'E' ) ( '+' )? ( RULE_DIGIT )+
{
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
// InternalErrorModelLexer.g:226:40: ( '+' )?
int alt7=2;
int LA7_0 = input.LA(1);
if ( (LA7_0=='+') ) {
alt7=1;
}
switch (alt7) {
case 1 :
// InternalErrorModelLexer.g:226:40: '+'
{
match('+');
}
break;
}
// InternalErrorModelLexer.g:226:45: ( RULE_DIGIT )+
int cnt8=0;
loop8:
do {
int alt8=2;
int LA8_0 = input.LA(1);
if ( ((LA8_0>='0' && LA8_0<='9')) ) {
alt8=1;
}
switch (alt8) {
case 1 :
// InternalErrorModelLexer.g:226:45: RULE_DIGIT
{
mRULE_DIGIT();
}
break;
default :
if ( cnt8 >= 1 ) break loop8;
EarlyExitException eee =
new EarlyExitException(8, input);
throw eee;
}
cnt8++;
} while (true);
}
}
finally {
}
}
// $ANTLR end "RULE_INT_EXPONENT"
// $ANTLR start "RULE_REAL_LIT"
public final void mRULE_REAL_LIT() throws RecognitionException {
try {
int _type = RULE_REAL_LIT;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:228:15: ( ( RULE_DIGIT )+ ( '_' ( RULE_DIGIT )+ )* '.' ( RULE_DIGIT )+ ( '_' ( RULE_DIGIT )+ )* ( RULE_EXPONENT )? )
// InternalErrorModelLexer.g:228:17: ( RULE_DIGIT )+ ( '_' ( RULE_DIGIT )+ )* '.' ( RULE_DIGIT )+ ( '_' ( RULE_DIGIT )+ )* ( RULE_EXPONENT )?
{
// InternalErrorModelLexer.g:228:17: ( RULE_DIGIT )+
int cnt9=0;
loop9:
do {
int alt9=2;
int LA9_0 = input.LA(1);
if ( ((LA9_0>='0' && LA9_0<='9')) ) {
alt9=1;
}
switch (alt9) {
case 1 :
// InternalErrorModelLexer.g:228:17: RULE_DIGIT
{
mRULE_DIGIT();
}
break;
default :
if ( cnt9 >= 1 ) break loop9;
EarlyExitException eee =
new EarlyExitException(9, input);
throw eee;
}
cnt9++;
} while (true);
// InternalErrorModelLexer.g:228:29: ( '_' ( RULE_DIGIT )+ )*
loop11:
do {
int alt11=2;
int LA11_0 = input.LA(1);
if ( (LA11_0=='_') ) {
alt11=1;
}
switch (alt11) {
case 1 :
// InternalErrorModelLexer.g:228:30: '_' ( RULE_DIGIT )+
{
match('_');
// InternalErrorModelLexer.g:228:34: ( RULE_DIGIT )+
int cnt10=0;
loop10:
do {
int alt10=2;
int LA10_0 = input.LA(1);
if ( ((LA10_0>='0' && LA10_0<='9')) ) {
alt10=1;
}
switch (alt10) {
case 1 :
// InternalErrorModelLexer.g:228:34: RULE_DIGIT
{
mRULE_DIGIT();
}
break;
default :
if ( cnt10 >= 1 ) break loop10;
EarlyExitException eee =
new EarlyExitException(10, input);
throw eee;
}
cnt10++;
} while (true);
}
break;
default :
break loop11;
}
} while (true);
match('.');
// InternalErrorModelLexer.g:228:52: ( RULE_DIGIT )+
int cnt12=0;
loop12:
do {
int alt12=2;
int LA12_0 = input.LA(1);
if ( ((LA12_0>='0' && LA12_0<='9')) ) {
alt12=1;
}
switch (alt12) {
case 1 :
// InternalErrorModelLexer.g:228:52: RULE_DIGIT
{
mRULE_DIGIT();
}
break;
default :
if ( cnt12 >= 1 ) break loop12;
EarlyExitException eee =
new EarlyExitException(12, input);
throw eee;
}
cnt12++;
} while (true);
// InternalErrorModelLexer.g:228:64: ( '_' ( RULE_DIGIT )+ )*
loop14:
do {
int alt14=2;
int LA14_0 = input.LA(1);
if ( (LA14_0=='_') ) {
alt14=1;
}
switch (alt14) {
case 1 :
// InternalErrorModelLexer.g:228:65: '_' ( RULE_DIGIT )+
{
match('_');
// InternalErrorModelLexer.g:228:69: ( RULE_DIGIT )+
int cnt13=0;
loop13:
do {
int alt13=2;
int LA13_0 = input.LA(1);
if ( ((LA13_0>='0' && LA13_0<='9')) ) {
alt13=1;
}
switch (alt13) {
case 1 :
// InternalErrorModelLexer.g:228:69: RULE_DIGIT
{
mRULE_DIGIT();
}
break;
default :
if ( cnt13 >= 1 ) break loop13;
EarlyExitException eee =
new EarlyExitException(13, input);
throw eee;
}
cnt13++;
} while (true);
}
break;
default :
break loop14;
}
} while (true);
// InternalErrorModelLexer.g:228:83: ( RULE_EXPONENT )?
int alt15=2;
int LA15_0 = input.LA(1);
if ( (LA15_0=='E'||LA15_0=='e') ) {
alt15=1;
}
switch (alt15) {
case 1 :
// InternalErrorModelLexer.g:228:83: RULE_EXPONENT
{
mRULE_EXPONENT();
}
break;
}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "RULE_REAL_LIT"
// $ANTLR start "RULE_DIGIT"
public final void mRULE_DIGIT() throws RecognitionException {
try {
// InternalErrorModelLexer.g:230:21: ( '0' .. '9' )
// InternalErrorModelLexer.g:230:23: '0' .. '9'
{
matchRange('0','9');
}
}
finally {
}
}
// $ANTLR end "RULE_DIGIT"
// $ANTLR start "RULE_EXTENDED_DIGIT"
public final void mRULE_EXTENDED_DIGIT() throws RecognitionException {
try {
// InternalErrorModelLexer.g:232:30: ( ( '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' ) )
// InternalErrorModelLexer.g:232:32: ( '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' )
{
if ( (input.LA(1)>='0' && input.LA(1)<='9')||(input.LA(1)>='A' && input.LA(1)<='F')||(input.LA(1)>='a' && input.LA(1)<='f') ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
}
finally {
}
}
// $ANTLR end "RULE_EXTENDED_DIGIT"
// $ANTLR start "RULE_BASED_INTEGER"
public final void mRULE_BASED_INTEGER() throws RecognitionException {
try {
// InternalErrorModelLexer.g:234:29: ( RULE_EXTENDED_DIGIT ( ( '_' )? RULE_EXTENDED_DIGIT )* )
// InternalErrorModelLexer.g:234:31: RULE_EXTENDED_DIGIT ( ( '_' )? RULE_EXTENDED_DIGIT )*
{
mRULE_EXTENDED_DIGIT();
// InternalErrorModelLexer.g:234:51: ( ( '_' )? RULE_EXTENDED_DIGIT )*
loop17:
do {
int alt17=2;
int LA17_0 = input.LA(1);
if ( ((LA17_0>='0' && LA17_0<='9')||(LA17_0>='A' && LA17_0<='F')||LA17_0=='_'||(LA17_0>='a' && LA17_0<='f')) ) {
alt17=1;
}
switch (alt17) {
case 1 :
// InternalErrorModelLexer.g:234:52: ( '_' )? RULE_EXTENDED_DIGIT
{
// InternalErrorModelLexer.g:234:52: ( '_' )?
int alt16=2;
int LA16_0 = input.LA(1);
if ( (LA16_0=='_') ) {
alt16=1;
}
switch (alt16) {
case 1 :
// InternalErrorModelLexer.g:234:52: '_'
{
match('_');
}
break;
}
mRULE_EXTENDED_DIGIT();
}
break;
default :
break loop17;
}
} while (true);
}
}
finally {
}
}
// $ANTLR end "RULE_BASED_INTEGER"
// $ANTLR start "RULE_STRING"
public final void mRULE_STRING() throws RecognitionException {
try {
int _type = RULE_STRING;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:236:13: ( ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) )
// InternalErrorModelLexer.g:236:15: ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
{
// InternalErrorModelLexer.g:236:15: ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
int alt20=2;
int LA20_0 = input.LA(1);
if ( (LA20_0=='\"') ) {
alt20=1;
}
else if ( (LA20_0=='\'') ) {
alt20=2;
}
else {
NoViableAltException nvae =
new NoViableAltException("", 20, 0, input);
throw nvae;
}
switch (alt20) {
case 1 :
// InternalErrorModelLexer.g:236:16: '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"'
{
match('\"');
// InternalErrorModelLexer.g:236:20: ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )*
loop18:
do {
int alt18=3;
int LA18_0 = input.LA(1);
if ( (LA18_0=='\\') ) {
alt18=1;
}
else if ( ((LA18_0>='\u0000' && LA18_0<='!')||(LA18_0>='#' && LA18_0<='[')||(LA18_0>=']' && LA18_0<='\uFFFF')) ) {
alt18=2;
}
switch (alt18) {
case 1 :
// InternalErrorModelLexer.g:236:21: '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' )
{
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.LA(1)<='u') ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
break;
case 2 :
// InternalErrorModelLexer.g:236:66: ~ ( ( '\\\\' | '\"' ) )
{
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 loop18;
}
} while (true);
match('\"');
}
break;
case 2 :
// InternalErrorModelLexer.g:236:86: '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\''
{
match('\'');
// InternalErrorModelLexer.g:236:91: ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )*
loop19:
do {
int alt19=3;
int LA19_0 = input.LA(1);
if ( (LA19_0=='\\') ) {
alt19=1;
}
else if ( ((LA19_0>='\u0000' && LA19_0<='&')||(LA19_0>='(' && LA19_0<='[')||(LA19_0>=']' && LA19_0<='\uFFFF')) ) {
alt19=2;
}
switch (alt19) {
case 1 :
// InternalErrorModelLexer.g:236:92: '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' )
{
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.LA(1)<='u') ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
break;
case 2 :
// InternalErrorModelLexer.g:236:137: ~ ( ( '\\\\' | '\\'' ) )
{
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 loop19;
}
} while (true);
match('\'');
}
break;
}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "RULE_STRING"
// $ANTLR start "RULE_ID"
public final void mRULE_ID() throws RecognitionException {
try {
int _type = RULE_ID;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:238:9: ( ( 'a' .. 'z' | 'A' .. 'Z' ) ( ( '_' )? ( 'a' .. 'z' | 'A' .. 'Z' | '0' .. '9' ) )* )
// InternalErrorModelLexer.g:238:11: ( 'a' .. 'z' | 'A' .. 'Z' ) ( ( '_' )? ( 'a' .. 'z' | 'A' .. 'Z' | '0' .. '9' ) )*
{
if ( (input.LA(1)>='A' && input.LA(1)<='Z')||(input.LA(1)>='a' && input.LA(1)<='z') ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
// InternalErrorModelLexer.g:238:31: ( ( '_' )? ( 'a' .. 'z' | 'A' .. 'Z' | '0' .. '9' ) )*
loop22:
do {
int alt22=2;
int LA22_0 = input.LA(1);
if ( ((LA22_0>='0' && LA22_0<='9')||(LA22_0>='A' && LA22_0<='Z')||LA22_0=='_'||(LA22_0>='a' && LA22_0<='z')) ) {
alt22=1;
}
switch (alt22) {
case 1 :
// InternalErrorModelLexer.g:238:32: ( '_' )? ( 'a' .. 'z' | 'A' .. 'Z' | '0' .. '9' )
{
// InternalErrorModelLexer.g:238:32: ( '_' )?
int alt21=2;
int LA21_0 = input.LA(1);
if ( (LA21_0=='_') ) {
alt21=1;
}
switch (alt21) {
case 1 :
// InternalErrorModelLexer.g:238:32: '_'
{
match('_');
}
break;
}
if ( (input.LA(1)>='0' && input.LA(1)<='9')||(input.LA(1)>='A' && input.LA(1)<='Z')||(input.LA(1)>='a' && input.LA(1)<='z') ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
break;
default :
break loop22;
}
} while (true);
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "RULE_ID"
// $ANTLR start "RULE_WS"
public final void mRULE_WS() throws RecognitionException {
try {
int _type = RULE_WS;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalErrorModelLexer.g:240:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ )
// InternalErrorModelLexer.g:240:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
{
// InternalErrorModelLexer.g:240:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
int cnt23=0;
loop23:
do {
int alt23=2;
int LA23_0 = input.LA(1);
if ( ((LA23_0>='\t' && LA23_0<='\n')||LA23_0=='\r'||LA23_0==' ') ) {
alt23=1;
}
switch (alt23) {
case 1 :
// InternalErrorModelLexer.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 ( cnt23 >= 1 ) break loop23;
EarlyExitException eee =
new EarlyExitException(23, input);
throw eee;
}
cnt23++;
} while (true);
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "RULE_WS"
public void mTokens() throws RecognitionException {
// InternalErrorModelLexer.g:1:8: ( Transformations | Propagations | Equivalence | Propagation | Transitions | Classifier | Connection | Detections | Properties | Component | Composite | Processor | Reference | Subclause | Behavior | Bindings | Constant | Mappings | Applies | Binding | Compute | Extends | Initial | Library | Noerror | Package | Recover | Renames | Access | Events | Memory | Orless | Ormore | Others | Public | Repair | Source | States | Annex | Delta | Error | Event | False | Flows | Modes | Paths | Point | State | Types | Mode | Path | Same | Sink | True | Type | When | With | AsteriskAsteriskRightCurlyBracket | PlusSignEqualsSignGreaterThanSign | RightSquareBracketHyphenMinusGreaterThanSign | All | And | End | Not | Out | Set | Use | LeftCurlyBracketAsteriskAsterisk | HyphenMinusGreaterThanSign | HyphenMinusLeftSquareBracket | FullStopFullStop | ColonColon | EqualsSignGreaterThanSign | If | In | Or | To | ExclamationMark | LeftParenthesis | RightParenthesis | Asterisk | PlusSign | Comma | HyphenMinus | FullStop | Colon | Semicolon | CommercialAt | LeftSquareBracket | RightSquareBracket | CircumflexAccent | LeftCurlyBracket | RightCurlyBracket | RULE_SL_COMMENT | RULE_INTEGER_LIT | RULE_REAL_LIT | RULE_STRING | RULE_ID | RULE_WS )
int alt24=99;
alt24 = dfa24.predict(input);
switch (alt24) {
case 1 :
// InternalErrorModelLexer.g:1:10: Transformations
{
mTransformations();
}
break;
case 2 :
// InternalErrorModelLexer.g:1:26: Propagations
{
mPropagations();
}
break;
case 3 :
// InternalErrorModelLexer.g:1:39: Equivalence
{
mEquivalence();
}
break;
case 4 :
// InternalErrorModelLexer.g:1:51: Propagation
{
mPropagation();
}
break;
case 5 :
// InternalErrorModelLexer.g:1:63: Transitions
{
mTransitions();
}
break;
case 6 :
// InternalErrorModelLexer.g:1:75: Classifier
{
mClassifier();
}
break;
case 7 :
// InternalErrorModelLexer.g:1:86: Connection
{
mConnection();
}
break;
case 8 :
// InternalErrorModelLexer.g:1:97: Detections
{
mDetections();
}
break;
case 9 :
// InternalErrorModelLexer.g:1:108: Properties
{
mProperties();
}
break;
case 10 :
// InternalErrorModelLexer.g:1:119: Component
{
mComponent();
}
break;
case 11 :
// InternalErrorModelLexer.g:1:129: Composite
{
mComposite();
}
break;
case 12 :
// InternalErrorModelLexer.g:1:139: Processor
{
mProcessor();
}
break;
case 13 :
// InternalErrorModelLexer.g:1:149: Reference
{
mReference();
}
break;
case 14 :
// InternalErrorModelLexer.g:1:159: Subclause
{
mSubclause();
}
break;
case 15 :
// InternalErrorModelLexer.g:1:169: Behavior
{
mBehavior();
}
break;
case 16 :
// InternalErrorModelLexer.g:1:178: Bindings
{
mBindings();
}
break;
case 17 :
// InternalErrorModelLexer.g:1:187: Constant
{
mConstant();
}
break;
case 18 :
// InternalErrorModelLexer.g:1:196: Mappings
{
mMappings();
}
break;
case 19 :
// InternalErrorModelLexer.g:1:205: Applies
{
mApplies();
}
break;
case 20 :
// InternalErrorModelLexer.g:1:213: Binding
{
mBinding();
}
break;
case 21 :
// InternalErrorModelLexer.g:1:221: Compute
{
mCompute();
}
break;
case 22 :
// InternalErrorModelLexer.g:1:229: Extends
{
mExtends();
}
break;
case 23 :
// InternalErrorModelLexer.g:1:237: Initial
{
mInitial();
}
break;
case 24 :
// InternalErrorModelLexer.g:1:245: Library
{
mLibrary();
}
break;
case 25 :
// InternalErrorModelLexer.g:1:253: Noerror
{
mNoerror();
}
break;
case 26 :
// InternalErrorModelLexer.g:1:261: Package
{
mPackage();
}
break;
case 27 :
// InternalErrorModelLexer.g:1:269: Recover
{
mRecover();
}
break;
case 28 :
// InternalErrorModelLexer.g:1:277: Renames
{
mRenames();
}
break;
case 29 :
// InternalErrorModelLexer.g:1:285: Access
{
mAccess();
}
break;
case 30 :
// InternalErrorModelLexer.g:1:292: Events
{
mEvents();
}
break;
case 31 :
// InternalErrorModelLexer.g:1:299: Memory
{
mMemory();
}
break;
case 32 :
// InternalErrorModelLexer.g:1:306: Orless
{
mOrless();
}
break;
case 33 :
// InternalErrorModelLexer.g:1:313: Ormore
{
mOrmore();
}
break;
case 34 :
// InternalErrorModelLexer.g:1:320: Others
{
mOthers();
}
break;
case 35 :
// InternalErrorModelLexer.g:1:327: Public
{
mPublic();
}
break;
case 36 :
// InternalErrorModelLexer.g:1:334: Repair
{
mRepair();
}
break;
case 37 :
// InternalErrorModelLexer.g:1:341: Source
{
mSource();
}
break;
case 38 :
// InternalErrorModelLexer.g:1:348: States
{
mStates();
}
break;
case 39 :
// InternalErrorModelLexer.g:1:355: Annex
{
mAnnex();
}
break;
case 40 :
// InternalErrorModelLexer.g:1:361: Delta
{
mDelta();
}
break;
case 41 :
// InternalErrorModelLexer.g:1:367: Error
{
mError();
}
break;
case 42 :
// InternalErrorModelLexer.g:1:373: Event
{
mEvent();
}
break;
case 43 :
// InternalErrorModelLexer.g:1:379: False
{
mFalse();
}
break;
case 44 :
// InternalErrorModelLexer.g:1:385: Flows
{
mFlows();
}
break;
case 45 :
// InternalErrorModelLexer.g:1:391: Modes
{
mModes();
}
break;
case 46 :
// InternalErrorModelLexer.g:1:397: Paths
{
mPaths();
}
break;
case 47 :
// InternalErrorModelLexer.g:1:403: Point
{
mPoint();
}
break;
case 48 :
// InternalErrorModelLexer.g:1:409: State
{
mState();
}
break;
case 49 :
// InternalErrorModelLexer.g:1:415: Types
{
mTypes();
}
break;
case 50 :
// InternalErrorModelLexer.g:1:421: Mode
{
mMode();
}
break;
case 51 :
// InternalErrorModelLexer.g:1:426: Path
{
mPath();
}
break;
case 52 :
// InternalErrorModelLexer.g:1:431: Same
{
mSame();
}
break;
case 53 :
// InternalErrorModelLexer.g:1:436: Sink
{
mSink();
}
break;
case 54 :
// InternalErrorModelLexer.g:1:441: True
{
mTrue();
}
break;
case 55 :
// InternalErrorModelLexer.g:1:446: Type
{
mType();
}
break;
case 56 :
// InternalErrorModelLexer.g:1:451: When
{
mWhen();
}
break;
case 57 :
// InternalErrorModelLexer.g:1:456: With
{
mWith();
}
break;
case 58 :
// InternalErrorModelLexer.g:1:461: AsteriskAsteriskRightCurlyBracket
{
mAsteriskAsteriskRightCurlyBracket();
}
break;
case 59 :
// InternalErrorModelLexer.g:1:495: PlusSignEqualsSignGreaterThanSign
{
mPlusSignEqualsSignGreaterThanSign();
}
break;
case 60 :
// InternalErrorModelLexer.g:1:529: RightSquareBracketHyphenMinusGreaterThanSign
{
mRightSquareBracketHyphenMinusGreaterThanSign();
}
break;
case 61 :
// InternalErrorModelLexer.g:1:574: All
{
mAll();
}
break;
case 62 :
// InternalErrorModelLexer.g:1:578: And
{
mAnd();
}
break;
case 63 :
// InternalErrorModelLexer.g:1:582: End
{
mEnd();
}
break;
case 64 :
// InternalErrorModelLexer.g:1:586: Not
{
mNot();
}
break;
case 65 :
// InternalErrorModelLexer.g:1:590: Out
{
mOut();
}
break;
case 66 :
// InternalErrorModelLexer.g:1:594: Set
{
mSet();
}
break;
case 67 :
// InternalErrorModelLexer.g:1:598: Use
{
mUse();
}
break;
case 68 :
// InternalErrorModelLexer.g:1:602: LeftCurlyBracketAsteriskAsterisk
{
mLeftCurlyBracketAsteriskAsterisk();
}
break;
case 69 :
// InternalErrorModelLexer.g:1:635: HyphenMinusGreaterThanSign
{
mHyphenMinusGreaterThanSign();
}
break;
case 70 :
// InternalErrorModelLexer.g:1:662: HyphenMinusLeftSquareBracket
{
mHyphenMinusLeftSquareBracket();
}
break;
case 71 :
// InternalErrorModelLexer.g:1:691: FullStopFullStop
{
mFullStopFullStop();
}
break;
case 72 :
// InternalErrorModelLexer.g:1:708: ColonColon
{
mColonColon();
}
break;
case 73 :
// InternalErrorModelLexer.g:1:719: EqualsSignGreaterThanSign
{
mEqualsSignGreaterThanSign();
}
break;
case 74 :
// InternalErrorModelLexer.g:1:745: If
{
mIf();
}
break;
case 75 :
// InternalErrorModelLexer.g:1:748: In
{
mIn();
}
break;
case 76 :
// InternalErrorModelLexer.g:1:751: Or
{
mOr();
}
break;
case 77 :
// InternalErrorModelLexer.g:1:754: To
{
mTo();
}
break;
case 78 :
// InternalErrorModelLexer.g:1:757: ExclamationMark
{
mExclamationMark();
}
break;
case 79 :
// InternalErrorModelLexer.g:1:773: LeftParenthesis
{
mLeftParenthesis();
}
break;
case 80 :
// InternalErrorModelLexer.g:1:789: RightParenthesis
{
mRightParenthesis();
}
break;
case 81 :
// InternalErrorModelLexer.g:1:806: Asterisk
{
mAsterisk();
}
break;
case 82 :
// InternalErrorModelLexer.g:1:815: PlusSign
{
mPlusSign();
}
break;
case 83 :
// InternalErrorModelLexer.g:1:824: Comma
{
mComma();
}
break;
case 84 :
// InternalErrorModelLexer.g:1:830: HyphenMinus
{
mHyphenMinus();
}
break;
case 85 :
// InternalErrorModelLexer.g:1:842: FullStop
{
mFullStop();
}
break;
case 86 :
// InternalErrorModelLexer.g:1:851: Colon
{
mColon();
}
break;
case 87 :
// InternalErrorModelLexer.g:1:857: Semicolon
{
mSemicolon();
}
break;
case 88 :
// InternalErrorModelLexer.g:1:867: CommercialAt
{
mCommercialAt();
}
break;
case 89 :
// InternalErrorModelLexer.g:1:880: LeftSquareBracket
{
mLeftSquareBracket();
}
break;
case 90 :
// InternalErrorModelLexer.g:1:898: RightSquareBracket
{
mRightSquareBracket();
}
break;
case 91 :
// InternalErrorModelLexer.g:1:917: CircumflexAccent
{
mCircumflexAccent();
}
break;
case 92 :
// InternalErrorModelLexer.g:1:934: LeftCurlyBracket
{
mLeftCurlyBracket();
}
break;
case 93 :
// InternalErrorModelLexer.g:1:951: RightCurlyBracket
{
mRightCurlyBracket();
}
break;
case 94 :
// InternalErrorModelLexer.g:1:969: RULE_SL_COMMENT
{
mRULE_SL_COMMENT();
}
break;
case 95 :
// InternalErrorModelLexer.g:1:985: RULE_INTEGER_LIT
{
mRULE_INTEGER_LIT();
}
break;
case 96 :
// InternalErrorModelLexer.g:1:1002: RULE_REAL_LIT
{
mRULE_REAL_LIT();
}
break;
case 97 :
// InternalErrorModelLexer.g:1:1016: RULE_STRING
{
mRULE_STRING();
}
break;
case 98 :
// InternalErrorModelLexer.g:1:1028: RULE_ID
{
mRULE_ID();
}
break;
case 99 :
// InternalErrorModelLexer.g:1:1036: RULE_WS
{
mRULE_WS();
}
break;
}
}
protected DFA24 dfa24 = new DFA24(this);
static final String DFA24_eotS =
"\1\uffff\20\45\1\122\1\124\1\126\1\45\1\131\1\135\1\137\1\141\12\uffff\1\142\3\uffff\2\45\1\147\34\45\1\u008c\1\u008d\2\45\1\u0093\6\45\6\uffff\1\45\14\uffff\3\45\1\uffff\11\45\1\u00a8\16\45\1\u00b8\10\45\1\u00c1\1\u00c2\1\45\2\uffff\2\45\1\u00c6\2\45\1\uffff\1\45\1\u00ca\4\45\1\u00cf\1\45\1\u00d1\1\u00d3\3\45\1\u00d9\6\45\1\uffff\15\45\1\u00ee\1\u00ef\1\uffff\4\45\1\u00f5\3\45\2\uffff\3\45\1\uffff\3\45\1\uffff\2\45\1\u0101\1\u0102\1\uffff\1\45\1\uffff\1\u0105\1\uffff\4\45\1\u010a\1\uffff\1\45\1\u010c\2\45\1\u0110\1\u0111\6\45\1\u0119\6\45\1\u0121\2\uffff\4\45\1\u0126\1\uffff\2\45\1\u0129\6\45\1\u0130\1\u0131\2\uffff\2\45\1\uffff\4\45\1\uffff\1\u0138\1\uffff\2\45\1\u013b\2\uffff\7\45\1\uffff\3\45\1\u0146\1\45\1\u0148\1\u0149\1\uffff\3\45\1\u014d\1\uffff\1\45\1\u014f\1\uffff\3\45\1\u0153\1\u0154\1\u0155\2\uffff\5\45\1\u015b\1\uffff\1\45\1\u015d\1\uffff\5\45\1\u0163\2\45\1\u0166\1\u0167\1\uffff\1\45\2\uffff\1\45\1\u016b\1\45\1\uffff\1\u016d\1\uffff\1\u016e\1\u016f\1\u0170\3\uffff\5\45\1\uffff\1\45\1\uffff\2\45\1\u0179\2\45\1\uffff\2\45\2\uffff\1\45\1\u017f\1\u0180\1\uffff\1\u0181\4\uffff\4\45\1\u0186\3\45\1\uffff\1\u018a\1\u018b\1\45\1\u018d\1\u018e\3\uffff\3\45\1\u0192\1\uffff\1\45\1\u0194\1\u0195\2\uffff\1\u0196\2\uffff\1\45\1\u0198\1\u019a\1\uffff\1\u019b\3\uffff\1\45\1\uffff\1\u019d\2\uffff\1\45\1\uffff\1\45\1\u01a0\1\uffff";
static final String DFA24_eofS =
"\u01a1\uffff";
static final String DFA24_minS =
"\1\11\1\117\1\101\1\116\1\114\2\105\1\101\1\105\1\101\1\103\1\106\1\111\1\117\1\122\1\101\1\110\1\52\1\75\1\55\1\123\1\52\1\55\1\56\1\72\12\uffff\1\56\3\uffff\1\101\1\120\1\60\1\117\1\103\1\102\1\111\1\125\1\124\1\105\1\122\1\104\1\101\1\115\1\114\1\103\1\102\1\125\1\101\1\115\1\116\1\124\1\110\1\116\1\120\1\115\1\104\1\120\1\103\1\104\1\114\2\60\1\102\1\105\1\60\1\110\1\124\1\114\1\117\1\105\1\124\6\uffff\1\105\14\uffff\1\116\2\105\1\uffff\1\103\1\113\1\110\1\114\1\116\1\111\1\105\1\116\1\117\1\60\1\123\1\116\1\120\1\105\1\124\1\105\1\117\2\101\1\103\1\122\1\124\1\105\1\113\1\60\1\101\1\104\1\120\1\117\1\105\1\114\2\105\2\60\1\124\2\uffff\2\122\1\60\1\105\1\117\1\uffff\1\105\1\60\1\123\1\127\1\116\1\110\1\60\1\123\2\60\1\101\1\105\1\101\1\60\1\111\1\124\1\126\1\116\1\124\1\122\1\uffff\1\123\1\105\1\124\1\117\1\103\1\101\1\122\1\126\1\115\1\111\1\114\1\103\1\105\2\60\1\uffff\1\126\2\111\1\122\1\60\1\111\1\123\1\130\2\uffff\1\111\1\101\1\122\1\uffff\1\123\2\122\1\uffff\1\105\1\123\2\60\1\uffff\1\106\1\uffff\1\60\1\uffff\1\107\1\122\1\123\1\107\1\60\1\uffff\1\103\1\60\1\101\1\104\2\60\1\111\1\103\1\101\1\116\2\124\1\60\3\105\1\122\1\101\1\105\1\60\2\uffff\1\111\2\116\1\131\1\60\1\uffff\1\105\1\123\1\60\1\101\1\122\1\117\1\123\1\105\1\123\2\60\2\uffff\1\117\1\124\1\uffff\1\101\1\124\1\123\1\105\1\uffff\1\60\1\uffff\1\114\1\123\1\60\2\uffff\1\106\1\124\1\116\1\105\1\111\1\105\1\111\1\uffff\1\116\1\122\1\123\1\60\1\125\2\60\1\uffff\1\117\2\107\1\60\1\uffff\1\123\1\60\1\uffff\1\114\1\131\1\122\3\60\2\uffff\1\122\1\111\1\124\1\111\1\117\1\60\1\uffff\1\105\1\60\1\uffff\2\111\1\124\1\116\1\124\1\60\1\117\1\103\2\60\1\uffff\1\123\2\uffff\1\122\1\60\1\123\1\uffff\1\60\1\uffff\3\60\3\uffff\1\115\1\117\1\111\1\105\1\122\1\uffff\1\116\1\uffff\1\105\1\117\1\60\1\124\1\105\1\uffff\1\116\1\105\2\uffff\1\105\2\60\1\uffff\1\60\4\uffff\1\101\1\116\1\117\1\123\1\60\1\103\1\122\1\116\1\uffff\2\60\1\123\2\60\3\uffff\1\124\1\123\1\116\1\60\1\uffff\1\105\2\60\2\uffff\1\60\2\uffff\1\111\2\60\1\uffff\1\60\3\uffff\1\117\1\uffff\1\60\2\uffff\1\116\1\uffff\1\123\1\60\1\uffff";
static final String DFA24_maxS =
"\1\175\1\171\1\165\1\170\1\157\2\145\1\165\1\151\1\157\1\160\1\156\1\151\1\157\1\165\1\154\1\151\1\52\1\75\1\55\1\163\1\52\1\133\1\56\1\72\12\uffff\1\137\3\uffff\1\165\1\160\1\172\1\157\1\164\1\142\1\151\1\165\1\164\1\145\1\162\1\144\1\141\1\156\1\164\1\160\1\142\1\165\1\141\1\155\1\156\1\164\1\150\1\156\1\160\1\155\1\144\1\160\1\143\1\156\1\154\2\172\1\142\1\164\1\172\1\150\1\164\1\154\1\157\1\145\1\164\6\uffff\1\145\14\uffff\1\156\2\145\1\uffff\1\160\1\153\1\150\1\154\1\156\1\151\1\145\1\156\1\157\1\172\2\163\1\160\1\145\1\164\1\145\1\157\2\141\1\143\1\162\1\164\1\145\1\153\1\172\1\141\1\144\1\160\1\157\1\145\1\154\2\145\2\172\1\164\2\uffff\2\162\1\172\1\145\1\157\1\uffff\1\145\1\172\1\163\1\167\1\156\1\150\1\172\1\163\2\172\2\145\1\141\1\172\1\151\1\164\1\166\1\156\1\164\1\162\1\uffff\1\163\1\145\1\164\1\165\1\143\1\141\1\162\1\166\1\155\1\151\1\154\1\143\1\145\2\172\1\uffff\1\166\2\151\1\162\1\172\1\151\1\163\1\170\2\uffff\1\151\1\141\1\162\1\uffff\1\163\2\162\1\uffff\1\145\1\163\2\172\1\uffff\1\151\1\uffff\1\172\1\uffff\1\147\1\162\1\163\1\147\1\172\1\uffff\1\143\1\172\1\141\1\144\2\172\1\151\1\143\1\141\1\163\2\164\1\172\3\145\1\162\1\141\1\145\1\172\2\uffff\1\151\2\156\1\171\1\172\1\uffff\1\145\1\163\1\172\1\141\1\162\1\157\1\163\1\145\1\163\2\172\2\uffff\1\157\1\164\1\uffff\1\141\1\164\1\163\1\145\1\uffff\1\172\1\uffff\1\154\1\163\1\172\2\uffff\1\146\1\164\1\156\1\145\1\151\1\145\1\151\1\uffff\1\156\1\162\1\163\1\172\1\165\2\172\1\uffff\1\157\2\147\1\172\1\uffff\1\163\1\172\1\uffff\1\154\1\171\1\162\3\172\2\uffff\1\162\1\151\1\164\1\151\1\157\1\172\1\uffff\1\145\1\172\1\uffff\2\151\1\164\1\156\1\164\1\172\1\157\1\143\2\172\1\uffff\1\163\2\uffff\1\162\1\172\1\163\1\uffff\1\172\1\uffff\3\172\3\uffff\1\155\1\157\1\151\1\145\1\162\1\uffff\1\156\1\uffff\1\145\1\157\1\172\1\164\1\145\1\uffff\1\156\1\145\2\uffff\1\145\2\172\1\uffff\1\172\4\uffff\1\141\1\156\1\157\1\163\1\172\1\143\1\162\1\156\1\uffff\2\172\1\163\2\172\3\uffff\1\164\1\163\1\156\1\172\1\uffff\1\145\2\172\2\uffff\1\172\2\uffff\1\151\2\172\1\uffff\1\172\3\uffff\1\157\1\uffff\1\172\2\uffff\1\156\1\uffff\1\163\1\172\1\uffff";
static final String DFA24_acceptS =
"\31\uffff\1\111\1\116\1\117\1\120\1\123\1\127\1\130\1\131\1\133\1\135\1\uffff\1\141\1\142\1\143\52\uffff\1\72\1\121\1\73\1\122\1\74\1\132\1\uffff\1\104\1\134\1\105\1\106\1\136\1\124\1\107\1\125\1\110\1\126\1\137\1\140\3\uffff\1\115\44\uffff\1\113\1\112\5\uffff\1\114\24\uffff\1\77\17\uffff\1\102\10\uffff\1\76\1\75\3\uffff\1\100\3\uffff\1\101\4\uffff\1\103\1\uffff\1\66\1\uffff\1\67\5\uffff\1\63\24\uffff\1\64\1\65\5\uffff\1\62\13\uffff\1\70\1\71\2\uffff\1\61\4\uffff\1\56\1\uffff\1\57\3\uffff\1\52\1\51\7\uffff\1\50\7\uffff\1\60\4\uffff\1\55\2\uffff\1\47\6\uffff\1\53\1\54\6\uffff\1\43\2\uffff\1\36\12\uffff\1\44\1\uffff\1\45\1\46\3\uffff\1\37\1\uffff\1\35\3\uffff\1\40\1\41\1\42\5\uffff\1\32\1\uffff\1\26\5\uffff\1\25\2\uffff\1\33\1\34\3\uffff\1\24\1\uffff\1\23\1\27\1\30\1\31\10\uffff\1\21\5\uffff\1\17\1\20\1\22\4\uffff\1\14\3\uffff\1\12\1\13\1\uffff\1\15\1\16\3\uffff\1\11\1\uffff\1\6\1\7\1\10\1\uffff\1\5\1\uffff\1\4\1\3\1\uffff\1\2\2\uffff\1\1";
static final String DFA24_specialS =
"\u01a1\uffff}>";
static final String[] DFA24_transitionS = DFA24_transitionS_.DFA24_transitionS;
private static final class DFA24_transitionS_ {
static final String[] DFA24_transitionS = {
"\2\46\2\uffff\1\46\22\uffff\1\46\1\32\1\44\4\uffff\1\44\1\33\1\34\1\21\1\22\1\35\1\26\1\27\1\uffff\12\43\1\30\1\36\1\uffff\1\31\2\uffff\1\37\1\12\1\10\1\4\1\5\1\3\1\17\2\45\1\13\2\45\1\14\1\11\1\15\1\16\1\2\1\45\1\6\1\7\1\1\1\24\1\45\1\20\3\45\1\40\1\uffff\1\23\1\41\2\uffff\1\12\1\10\1\4\1\5\1\3\1\17\2\45\1\13\2\45\1\14\1\11\1\15\1\16\1\2\1\45\1\6\1\7\1\1\1\24\1\45\1\20\3\45\1\25\1\uffff\1\42",
"\1\51\2\uffff\1\47\6\uffff\1\50\25\uffff\1\51\2\uffff\1\47\6\uffff\1\50",
"\1\53\15\uffff\1\55\2\uffff\1\52\2\uffff\1\54\13\uffff\1\53\15\uffff\1\55\2\uffff\1\52\2\uffff\1\54",
"\1\62\2\uffff\1\56\1\61\3\uffff\1\60\1\uffff\1\57\25\uffff\1\62\2\uffff\1\56\1\61\3\uffff\1\60\1\uffff\1\57",
"\1\63\2\uffff\1\64\34\uffff\1\63\2\uffff\1\64",
"\1\65\37\uffff\1\65",
"\1\66\37\uffff\1\66",
"\1\72\3\uffff\1\74\3\uffff\1\73\5\uffff\1\70\4\uffff\1\71\1\67\13\uffff\1\72\3\uffff\1\74\3\uffff\1\73\5\uffff\1\70\4\uffff\1\71\1\67",
"\1\75\3\uffff\1\76\33\uffff\1\75\3\uffff\1\76",
"\1\77\3\uffff\1\100\11\uffff\1\101\21\uffff\1\77\3\uffff\1\100\11\uffff\1\101",
"\1\103\10\uffff\1\105\1\uffff\1\104\1\uffff\1\102\22\uffff\1\103\10\uffff\1\105\1\uffff\1\104\1\uffff\1\102",
"\1\107\7\uffff\1\106\27\uffff\1\107\7\uffff\1\106",
"\1\110\37\uffff\1\110",
"\1\111\37\uffff\1\111",
"\1\112\1\uffff\1\113\1\114\34\uffff\1\112\1\uffff\1\113\1\114",
"\1\115\12\uffff\1\116\24\uffff\1\115\12\uffff\1\116",
"\1\117\1\120\36\uffff\1\117\1\120",
"\1\121",
"\1\123",
"\1\125",
"\1\127\37\uffff\1\127",
"\1\130",
"\1\134\20\uffff\1\132\34\uffff\1\133",
"\1\136",
"\1\140",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"\1\143\1\uffff\12\43\45\uffff\1\143",
"",
"",
"",
"\1\144\23\uffff\1\145\13\uffff\1\144\23\uffff\1\145",
"\1\146\37\uffff\1\146",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"\1\150\37\uffff\1\150",
"\1\151\20\uffff\1\152\16\uffff\1\151\20\uffff\1\152",
"\1\153\37\uffff\1\153",
"\1\154\37\uffff\1\154",
"\1\155\37\uffff\1\155",
"\1\156\37\uffff\1\156",
"\1\157\37\uffff\1\157",
"\1\160\37\uffff\1\160",
"\1\161\37\uffff\1\161",
"\1\162\37\uffff\1\162",
"\1\164\1\163\36\uffff\1\164\1\163",
"\1\166\7\uffff\1\165\27\uffff\1\166\7\uffff\1\165",
"\1\170\2\uffff\1\167\7\uffff\1\171\1\uffff\1\172\22\uffff\1\170\2\uffff\1\167\7\uffff\1\171\1\uffff\1\172",
"\1\173\37\uffff\1\173",
"\1\174\37\uffff\1\174",
"\1\175\37\uffff\1\175",
"\1\176\37\uffff\1\176",
"\1\177\37\uffff\1\177",
"\1\u0080\37\uffff\1\u0080",
"\1\u0081\37\uffff\1\u0081",
"\1\u0082\37\uffff\1\u0082",
"\1\u0083\37\uffff\1\u0083",
"\1\u0084\37\uffff\1\u0084",
"\1\u0085\37\uffff\1\u0085",
"\1\u0086\37\uffff\1\u0086",
"\1\u0087\37\uffff\1\u0087",
"\1\u0089\11\uffff\1\u0088\25\uffff\1\u0089\11\uffff\1\u0088",
"\1\u008a\37\uffff\1\u008a",
"\12\45\7\uffff\10\45\1\u008b\21\45\4\uffff\1\45\1\uffff\10\45\1\u008b\21\45",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"\1\u008e\37\uffff\1\u008e",
"\1\u008f\16\uffff\1\u0090\20\uffff\1\u008f\16\uffff\1\u0090",
"\12\45\7\uffff\13\45\1\u0091\1\u0092\15\45\4\uffff\1\45\1\uffff\13\45\1\u0091\1\u0092\15\45",
"\1\u0094\37\uffff\1\u0094",
"\1\u0095\37\uffff\1\u0095",
"\1\u0096\37\uffff\1\u0096",
"\1\u0097\37\uffff\1\u0097",
"\1\u0098\37\uffff\1\u0098",
"\1\u0099\37\uffff\1\u0099",
"",
"",
"",
"",
"",
"",
"\1\u009a\37\uffff\1\u009a",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"\1\u009b\37\uffff\1\u009b",
"\1\u009c\37\uffff\1\u009c",
"\1\u009d\37\uffff\1\u009d",
"",
"\1\u009f\14\uffff\1\u009e\22\uffff\1\u009f\14\uffff\1\u009e",
"\1\u00a0\37\uffff\1\u00a0",
"\1\u00a1\37\uffff\1\u00a1",
"\1\u00a2\37\uffff\1\u00a2",
"\1\u00a3\37\uffff\1\u00a3",
"\1\u00a4\37\uffff\1\u00a4",
"\1\u00a5\37\uffff\1\u00a5",
"\1\u00a6\37\uffff\1\u00a6",
"\1\u00a7\37\uffff\1\u00a7",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"\1\u00a9\37\uffff\1\u00a9",
"\1\u00aa\4\uffff\1\u00ab\32\uffff\1\u00aa\4\uffff\1\u00ab",
"\1\u00ac\37\uffff\1\u00ac",
"\1\u00ad\37\uffff\1\u00ad",
"\1\u00ae\37\uffff\1\u00ae",
"\1\u00af\37\uffff\1\u00af",
"\1\u00b0\37\uffff\1\u00b0",
"\1\u00b1\37\uffff\1\u00b1",
"\1\u00b2\37\uffff\1\u00b2",
"\1\u00b3\37\uffff\1\u00b3",
"\1\u00b4\37\uffff\1\u00b4",
"\1\u00b5\37\uffff\1\u00b5",
"\1\u00b6\37\uffff\1\u00b6",
"\1\u00b7\37\uffff\1\u00b7",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"\1\u00b9\37\uffff\1\u00b9",
"\1\u00ba\37\uffff\1\u00ba",
"\1\u00bb\37\uffff\1\u00bb",
"\1\u00bc\37\uffff\1\u00bc",
"\1\u00bd\37\uffff\1\u00bd",
"\1\u00be\37\uffff\1\u00be",
"\1\u00bf\37\uffff\1\u00bf",
"\1\u00c0\37\uffff\1\u00c0",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"\1\u00c3\37\uffff\1\u00c3",
"",
"",
"\1\u00c4\37\uffff\1\u00c4",
"\1\u00c5\37\uffff\1\u00c5",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"\1\u00c7\37\uffff\1\u00c7",
"\1\u00c8\37\uffff\1\u00c8",
"",
"\1\u00c9\37\uffff\1\u00c9",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"\1\u00cb\37\uffff\1\u00cb",
"\1\u00cc\37\uffff\1\u00cc",
"\1\u00cd\37\uffff\1\u00cd",
"\1\u00ce\37\uffff\1\u00ce",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"\1\u00d0\37\uffff\1\u00d0",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"\12\45\7\uffff\22\45\1\u00d2\7\45\4\uffff\1\45\1\uffff\22\45\1\u00d2\7\45",
"\1\u00d4\3\uffff\1\u00d5\33\uffff\1\u00d4\3\uffff\1\u00d5",
"\1\u00d6\37\uffff\1\u00d6",
"\1\u00d7\37\uffff\1\u00d7",
"\12\45\7\uffff\22\45\1\u00d8\7\45\4\uffff\1\45\1\uffff\22\45\1\u00d8\7\45",
"\1\u00da\37\uffff\1\u00da",
"\1\u00db\37\uffff\1\u00db",
"\1\u00dc\37\uffff\1\u00dc",
"\1\u00dd\37\uffff\1\u00dd",
"\1\u00de\37\uffff\1\u00de",
"\1\u00df\37\uffff\1\u00df",
"",
"\1\u00e0\37\uffff\1\u00e0",
"\1\u00e1\37\uffff\1\u00e1",
"\1\u00e2\37\uffff\1\u00e2",
"\1\u00e3\5\uffff\1\u00e4\31\uffff\1\u00e3\5\uffff\1\u00e4",
"\1\u00e5\37\uffff\1\u00e5",
"\1\u00e6\37\uffff\1\u00e6",
"\1\u00e7\37\uffff\1\u00e7",
"\1\u00e8\37\uffff\1\u00e8",
"\1\u00e9\37\uffff\1\u00e9",
"\1\u00ea\37\uffff\1\u00ea",
"\1\u00eb\37\uffff\1\u00eb",
"\1\u00ec\37\uffff\1\u00ec",
"\1\u00ed\37\uffff\1\u00ed",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"",
"\1\u00f0\37\uffff\1\u00f0",
"\1\u00f1\37\uffff\1\u00f1",
"\1\u00f2\37\uffff\1\u00f2",
"\1\u00f3\37\uffff\1\u00f3",
"\12\45\7\uffff\22\45\1\u00f4\7\45\4\uffff\1\45\1\uffff\22\45\1\u00f4\7\45",
"\1\u00f6\37\uffff\1\u00f6",
"\1\u00f7\37\uffff\1\u00f7",
"\1\u00f8\37\uffff\1\u00f8",
"",
"",
"\1\u00f9\37\uffff\1\u00f9",
"\1\u00fa\37\uffff\1\u00fa",
"\1\u00fb\37\uffff\1\u00fb",
"",
"\1\u00fc\37\uffff\1\u00fc",
"\1\u00fd\37\uffff\1\u00fd",
"\1\u00fe\37\uffff\1\u00fe",
"",
"\1\u00ff\37\uffff\1\u00ff",
"\1\u0100\37\uffff\1\u0100",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"",
"\1\u0103\2\uffff\1\u0104\34\uffff\1\u0103\2\uffff\1\u0104",
"",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"",
"\1\u0106\37\uffff\1\u0106",
"\1\u0107\37\uffff\1\u0107",
"\1\u0108\37\uffff\1\u0108",
"\1\u0109\37\uffff\1\u0109",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"",
"\1\u010b\37\uffff\1\u010b",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"\1\u010d\37\uffff\1\u010d",
"\1\u010e\37\uffff\1\u010e",
"\12\45\7\uffff\22\45\1\u010f\7\45\4\uffff\1\45\1\uffff\22\45\1\u010f\7\45",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"\1\u0112\37\uffff\1\u0112",
"\1\u0113\37\uffff\1\u0113",
"\1\u0114\37\uffff\1\u0114",
"\1\u0115\4\uffff\1\u0116\32\uffff\1\u0115\4\uffff\1\u0116",
"\1\u0117\37\uffff\1\u0117",
"\1\u0118\37\uffff\1\u0118",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"\1\u011a\37\uffff\1\u011a",
"\1\u011b\37\uffff\1\u011b",
"\1\u011c\37\uffff\1\u011c",
"\1\u011d\37\uffff\1\u011d",
"\1\u011e\37\uffff\1\u011e",
"\1\u011f\37\uffff\1\u011f",
"\12\45\7\uffff\22\45\1\u0120\7\45\4\uffff\1\45\1\uffff\22\45\1\u0120\7\45",
"",
"",
"\1\u0122\37\uffff\1\u0122",
"\1\u0123\37\uffff\1\u0123",
"\1\u0124\37\uffff\1\u0124",
"\1\u0125\37\uffff\1\u0125",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"",
"\1\u0127\37\uffff\1\u0127",
"\1\u0128\37\uffff\1\u0128",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"\1\u012a\37\uffff\1\u012a",
"\1\u012b\37\uffff\1\u012b",
"\1\u012c\37\uffff\1\u012c",
"\1\u012d\37\uffff\1\u012d",
"\1\u012e\37\uffff\1\u012e",
"\1\u012f\37\uffff\1\u012f",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"",
"",
"\1\u0132\37\uffff\1\u0132",
"\1\u0133\37\uffff\1\u0133",
"",
"\1\u0134\37\uffff\1\u0134",
"\1\u0135\37\uffff\1\u0135",
"\1\u0136\37\uffff\1\u0136",
"\1\u0137\37\uffff\1\u0137",
"",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"",
"\1\u0139\37\uffff\1\u0139",
"\1\u013a\37\uffff\1\u013a",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"",
"",
"\1\u013c\37\uffff\1\u013c",
"\1\u013d\37\uffff\1\u013d",
"\1\u013e\37\uffff\1\u013e",
"\1\u013f\37\uffff\1\u013f",
"\1\u0140\37\uffff\1\u0140",
"\1\u0141\37\uffff\1\u0141",
"\1\u0142\37\uffff\1\u0142",
"",
"\1\u0143\37\uffff\1\u0143",
"\1\u0144\37\uffff\1\u0144",
"\1\u0145\37\uffff\1\u0145",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"\1\u0147\37\uffff\1\u0147",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"",
"\1\u014a\37\uffff\1\u014a",
"\1\u014b\37\uffff\1\u014b",
"\1\u014c\37\uffff\1\u014c",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"",
"\1\u014e\37\uffff\1\u014e",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"",
"\1\u0150\37\uffff\1\u0150",
"\1\u0151\37\uffff\1\u0151",
"\1\u0152\37\uffff\1\u0152",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"",
"",
"\1\u0156\37\uffff\1\u0156",
"\1\u0157\37\uffff\1\u0157",
"\1\u0158\37\uffff\1\u0158",
"\1\u0159\37\uffff\1\u0159",
"\1\u015a\37\uffff\1\u015a",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"",
"\1\u015c\37\uffff\1\u015c",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"",
"\1\u015e\37\uffff\1\u015e",
"\1\u015f\37\uffff\1\u015f",
"\1\u0160\37\uffff\1\u0160",
"\1\u0161\37\uffff\1\u0161",
"\1\u0162\37\uffff\1\u0162",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"\1\u0164\37\uffff\1\u0164",
"\1\u0165\37\uffff\1\u0165",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"",
"\1\u0168\37\uffff\1\u0168",
"",
"",
"\1\u0169\37\uffff\1\u0169",
"\12\45\7\uffff\22\45\1\u016a\7\45\4\uffff\1\45\1\uffff\22\45\1\u016a\7\45",
"\1\u016c\37\uffff\1\u016c",
"",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"",
"",
"",
"\1\u0171\37\uffff\1\u0171",
"\1\u0172\37\uffff\1\u0172",
"\1\u0173\37\uffff\1\u0173",
"\1\u0174\37\uffff\1\u0174",
"\1\u0175\37\uffff\1\u0175",
"",
"\1\u0176\37\uffff\1\u0176",
"",
"\1\u0177\37\uffff\1\u0177",
"\1\u0178\37\uffff\1\u0178",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"\1\u017a\37\uffff\1\u017a",
"\1\u017b\37\uffff\1\u017b",
"",
"\1\u017c\37\uffff\1\u017c",
"\1\u017d\37\uffff\1\u017d",
"",
"",
"\1\u017e\37\uffff\1\u017e",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"",
"",
"",
"",
"\1\u0182\37\uffff\1\u0182",
"\1\u0183\37\uffff\1\u0183",
"\1\u0184\37\uffff\1\u0184",
"\1\u0185\37\uffff\1\u0185",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"\1\u0187\37\uffff\1\u0187",
"\1\u0188\37\uffff\1\u0188",
"\1\u0189\37\uffff\1\u0189",
"",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"\1\u018c\37\uffff\1\u018c",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"",
"",
"",
"\1\u018f\37\uffff\1\u018f",
"\1\u0190\37\uffff\1\u0190",
"\1\u0191\37\uffff\1\u0191",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"",
"\1\u0193\37\uffff\1\u0193",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"",
"",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"",
"",
"\1\u0197\37\uffff\1\u0197",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"\12\45\7\uffff\22\45\1\u0199\7\45\4\uffff\1\45\1\uffff\22\45\1\u0199\7\45",
"",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"",
"",
"",
"\1\u019c\37\uffff\1\u019c",
"",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
"",
"",
"\1\u019e\37\uffff\1\u019e",
"",
"\1\u019f\37\uffff\1\u019f",
"\12\45\7\uffff\32\45\4\uffff\1\45\1\uffff\32\45",
""
};
}
static final short[] DFA24_eot = DFA.unpackEncodedString(DFA24_eotS);
static final short[] DFA24_eof = DFA.unpackEncodedString(DFA24_eofS);
static final char[] DFA24_min = DFA.unpackEncodedStringToUnsignedChars(DFA24_minS);
static final char[] DFA24_max = DFA.unpackEncodedStringToUnsignedChars(DFA24_maxS);
static final short[] DFA24_accept = DFA.unpackEncodedString(DFA24_acceptS);
static final short[] DFA24_special = DFA.unpackEncodedString(DFA24_specialS);
static final short[][] DFA24_transition;
static {
int numStates = DFA24_transitionS.length;
DFA24_transition = new short[numStates][];
for (int i=0; i<numStates; i++) {
DFA24_transition[i] = DFA.unpackEncodedString(DFA24_transitionS[i]);
}
}
class DFA24 extends DFA {
public DFA24(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 24;
this.eot = DFA24_eot;
this.eof = DFA24_eof;
this.min = DFA24_min;
this.max = DFA24_max;
this.accept = DFA24_accept;
this.special = DFA24_special;
this.transition = DFA24_transition;
}
public String getDescription() {
return "1:1: Tokens : ( Transformations | Propagations | Equivalence | Propagation | Transitions | Classifier | Connection | Detections | Properties | Component | Composite | Processor | Reference | Subclause | Behavior | Bindings | Constant | Mappings | Applies | Binding | Compute | Extends | Initial | Library | Noerror | Package | Recover | Renames | Access | Events | Memory | Orless | Ormore | Others | Public | Repair | Source | States | Annex | Delta | Error | Event | False | Flows | Modes | Paths | Point | State | Types | Mode | Path | Same | Sink | True | Type | When | With | AsteriskAsteriskRightCurlyBracket | PlusSignEqualsSignGreaterThanSign | RightSquareBracketHyphenMinusGreaterThanSign | All | And | End | Not | Out | Set | Use | LeftCurlyBracketAsteriskAsterisk | HyphenMinusGreaterThanSign | HyphenMinusLeftSquareBracket | FullStopFullStop | ColonColon | EqualsSignGreaterThanSign | If | In | Or | To | ExclamationMark | LeftParenthesis | RightParenthesis | Asterisk | PlusSign | Comma | HyphenMinus | FullStop | Colon | Semicolon | CommercialAt | LeftSquareBracket | RightSquareBracket | CircumflexAccent | LeftCurlyBracket | RightCurlyBracket | RULE_SL_COMMENT | RULE_INTEGER_LIT | RULE_REAL_LIT | RULE_STRING | RULE_ID | RULE_WS );";
}
}
}