InternalPropertiesLexer.java
package org.osate.xtext.aadl2.properties.ide.contentassist.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.ide.editor.contentassist.antlr.internal.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 InternalPropertiesLexer extends Lexer {
public static final int EqualsSignGreaterThanSign=17;
public static final int In=18;
public static final int Constant=6;
public static final int RULE_REAL_LIT=36;
public static final int True=13;
public static final int RULE_STRING=40;
public static final int Classifier=4;
public static final int False=11;
public static final int RULE_SL_COMMENT=32;
public static final int RULE_INT_EXPONENT=35;
public static final int Comma=24;
public static final int HyphenMinus=25;
public static final int PlusSignEqualsSignGreaterThanSign=14;
public static final int LeftParenthesis=20;
public static final int FullStopFullStop=15;
public static final int To=19;
public static final int RightCurlyBracket=31;
public static final int Applies=7;
public static final int EOF=-1;
public static final int Asterisk=22;
public static final int RULE_BASED_INTEGER=37;
public static final int RightSquareBracket=29;
public static final int Binding=8;
public static final int Modes=12;
public static final int FullStop=26;
public static final int RULE_ID=41;
public static final int RULE_WS=42;
public static final int Reference=5;
public static final int RightParenthesis=21;
public static final int LeftCurlyBracket=30;
public static final int RULE_DIGIT=33;
public static final int ColonColon=16;
public static final int Semicolon=27;
public static final int RULE_EXPONENT=34;
public static final int Delta=10;
public static final int PlusSign=23;
public static final int Compute=9;
public static final int RULE_EXTENDED_DIGIT=39;
public static final int LeftSquareBracket=28;
public static final int RULE_INTEGER_LIT=38;
// delegates
// delegators
public InternalPropertiesLexer() {;}
public InternalPropertiesLexer(CharStream input) {
this(input, new RecognizerSharedState());
}
public InternalPropertiesLexer(CharStream input, RecognizerSharedState state) {
super(input,state);
}
public String getGrammarFileName() { return "InternalPropertiesLexer.g"; }
// $ANTLR start "Classifier"
public final void mClassifier() throws RecognitionException {
try {
int _type = Classifier;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalPropertiesLexer.g:34:12: ( ( 'C' | 'c' ) ( 'L' | 'l' ) ( 'A' | 'a' ) ( 'S' | 's' ) ( 'S' | 's' ) ( 'I' | 'i' ) ( 'F' | 'f' ) ( 'I' | 'i' ) ( 'E' | 'e' ) ( 'R' | 'r' ) )
// InternalPropertiesLexer.g:34: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 "Reference"
public final void mReference() throws RecognitionException {
try {
int _type = Reference;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalPropertiesLexer.g:36:11: ( ( 'R' | 'r' ) ( 'E' | 'e' ) ( 'F' | 'f' ) ( 'E' | 'e' ) ( 'R' | 'r' ) ( 'E' | 'e' ) ( 'N' | 'n' ) ( 'C' | 'c' ) ( 'E' | 'e' ) )
// InternalPropertiesLexer.g:36: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 "Constant"
public final void mConstant() throws RecognitionException {
try {
int _type = Constant;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalPropertiesLexer.g:38:10: ( ( 'C' | 'c' ) ( 'O' | 'o' ) ( 'N' | 'n' ) ( 'S' | 's' ) ( 'T' | 't' ) ( 'A' | 'a' ) ( 'N' | 'n' ) ( 'T' | 't' ) )
// InternalPropertiesLexer.g:38: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 "Applies"
public final void mApplies() throws RecognitionException {
try {
int _type = Applies;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalPropertiesLexer.g:40:9: ( ( 'A' | 'a' ) ( 'P' | 'p' ) ( 'P' | 'p' ) ( 'L' | 'l' ) ( 'I' | 'i' ) ( 'E' | 'e' ) ( 'S' | 's' ) )
// InternalPropertiesLexer.g:40: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;
// InternalPropertiesLexer.g:42:9: ( ( 'B' | 'b' ) ( 'I' | 'i' ) ( 'N' | 'n' ) ( 'D' | 'd' ) ( 'I' | 'i' ) ( 'N' | 'n' ) ( 'G' | 'g' ) )
// InternalPropertiesLexer.g:42: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;
// InternalPropertiesLexer.g:44:9: ( ( 'C' | 'c' ) ( 'O' | 'o' ) ( 'M' | 'm' ) ( 'P' | 'p' ) ( 'U' | 'u' ) ( 'T' | 't' ) ( 'E' | 'e' ) )
// InternalPropertiesLexer.g:44: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 "Delta"
public final void mDelta() throws RecognitionException {
try {
int _type = Delta;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalPropertiesLexer.g:46:7: ( ( 'D' | 'd' ) ( 'E' | 'e' ) ( 'L' | 'l' ) ( 'T' | 't' ) ( 'A' | 'a' ) )
// InternalPropertiesLexer.g:46: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 "False"
public final void mFalse() throws RecognitionException {
try {
int _type = False;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalPropertiesLexer.g:48:7: ( ( 'F' | 'f' ) ( 'A' | 'a' ) ( 'L' | 'l' ) ( 'S' | 's' ) ( 'E' | 'e' ) )
// InternalPropertiesLexer.g:48: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 "Modes"
public final void mModes() throws RecognitionException {
try {
int _type = Modes;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalPropertiesLexer.g:50:7: ( ( 'M' | 'm' ) ( 'O' | 'o' ) ( 'D' | 'd' ) ( 'E' | 'e' ) ( 'S' | 's' ) )
// InternalPropertiesLexer.g:50: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 "True"
public final void mTrue() throws RecognitionException {
try {
int _type = True;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalPropertiesLexer.g:52:6: ( ( 'T' | 't' ) ( 'R' | 'r' ) ( 'U' | 'u' ) ( 'E' | 'e' ) )
// InternalPropertiesLexer.g:52: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 "PlusSignEqualsSignGreaterThanSign"
public final void mPlusSignEqualsSignGreaterThanSign() throws RecognitionException {
try {
int _type = PlusSignEqualsSignGreaterThanSign;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalPropertiesLexer.g:54:35: ( '+' '=' '>' )
// InternalPropertiesLexer.g:54:37: '+' '=' '>'
{
match('+');
match('=');
match('>');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "PlusSignEqualsSignGreaterThanSign"
// $ANTLR start "FullStopFullStop"
public final void mFullStopFullStop() throws RecognitionException {
try {
int _type = FullStopFullStop;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalPropertiesLexer.g:56:18: ( '.' '.' )
// InternalPropertiesLexer.g:56: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;
// InternalPropertiesLexer.g:58:12: ( ':' ':' )
// InternalPropertiesLexer.g:58: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;
// InternalPropertiesLexer.g:60:27: ( '=' '>' )
// InternalPropertiesLexer.g:60:29: '=' '>'
{
match('=');
match('>');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "EqualsSignGreaterThanSign"
// $ANTLR start "In"
public final void mIn() throws RecognitionException {
try {
int _type = In;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalPropertiesLexer.g:62:4: ( ( 'I' | 'i' ) ( 'N' | 'n' ) )
// InternalPropertiesLexer.g:62: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 "To"
public final void mTo() throws RecognitionException {
try {
int _type = To;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalPropertiesLexer.g:64:4: ( ( 'T' | 't' ) ( 'O' | 'o' ) )
// InternalPropertiesLexer.g:64: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 "LeftParenthesis"
public final void mLeftParenthesis() throws RecognitionException {
try {
int _type = LeftParenthesis;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalPropertiesLexer.g:66:17: ( '(' )
// InternalPropertiesLexer.g:66: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;
// InternalPropertiesLexer.g:68:18: ( ')' )
// InternalPropertiesLexer.g:68: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;
// InternalPropertiesLexer.g:70:10: ( '*' )
// InternalPropertiesLexer.g:70: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;
// InternalPropertiesLexer.g:72:10: ( '+' )
// InternalPropertiesLexer.g:72: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;
// InternalPropertiesLexer.g:74:7: ( ',' )
// InternalPropertiesLexer.g:74: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;
// InternalPropertiesLexer.g:76:13: ( '-' )
// InternalPropertiesLexer.g:76: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;
// InternalPropertiesLexer.g:78:10: ( '.' )
// InternalPropertiesLexer.g:78:12: '.'
{
match('.');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "FullStop"
// $ANTLR start "Semicolon"
public final void mSemicolon() throws RecognitionException {
try {
int _type = Semicolon;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalPropertiesLexer.g:80:11: ( ';' )
// InternalPropertiesLexer.g:80:13: ';'
{
match(';');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "Semicolon"
// $ANTLR start "LeftSquareBracket"
public final void mLeftSquareBracket() throws RecognitionException {
try {
int _type = LeftSquareBracket;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalPropertiesLexer.g:82:19: ( '[' )
// InternalPropertiesLexer.g:82: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;
// InternalPropertiesLexer.g:84:20: ( ']' )
// InternalPropertiesLexer.g:84:22: ']'
{
match(']');
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "RightSquareBracket"
// $ANTLR start "LeftCurlyBracket"
public final void mLeftCurlyBracket() throws RecognitionException {
try {
int _type = LeftCurlyBracket;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalPropertiesLexer.g:86:18: ( '{' )
// InternalPropertiesLexer.g:86: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;
// InternalPropertiesLexer.g:88:19: ( '}' )
// InternalPropertiesLexer.g:88: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;
// InternalPropertiesLexer.g:90:17: ( '--' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? )
// InternalPropertiesLexer.g:90:19: '--' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )?
{
match("--");
// InternalPropertiesLexer.g:90: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 :
// InternalPropertiesLexer.g:90: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);
// InternalPropertiesLexer.g:90: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 :
// InternalPropertiesLexer.g:90:41: ( '\\r' )? '\\n'
{
// InternalPropertiesLexer.g:90:41: ( '\\r' )?
int alt2=2;
int LA2_0 = input.LA(1);
if ( (LA2_0=='\r') ) {
alt2=1;
}
switch (alt2) {
case 1 :
// InternalPropertiesLexer.g:90:41: '\\r'
{
match('\r');
}
break;
}
match('\n');
}
break;
}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "RULE_SL_COMMENT"
// $ANTLR start "RULE_EXPONENT"
public final void mRULE_EXPONENT() throws RecognitionException {
try {
// InternalPropertiesLexer.g:92:24: ( ( 'e' | 'E' ) ( '+' | '-' )? ( RULE_DIGIT )+ )
// InternalPropertiesLexer.g:92: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;}
// InternalPropertiesLexer.g:92:36: ( '+' | '-' )?
int alt4=2;
int LA4_0 = input.LA(1);
if ( (LA4_0=='+'||LA4_0=='-') ) {
alt4=1;
}
switch (alt4) {
case 1 :
// InternalPropertiesLexer.g:
{
if ( input.LA(1)=='+'||input.LA(1)=='-' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;}
}
break;
}
// InternalPropertiesLexer.g:92:47: ( RULE_DIGIT )+
int cnt5=0;
loop5:
do {
int alt5=2;
int LA5_0 = input.LA(1);
if ( ((LA5_0>='0' && LA5_0<='9')) ) {
alt5=1;
}
switch (alt5) {
case 1 :
// InternalPropertiesLexer.g:92:47: RULE_DIGIT
{
mRULE_DIGIT();
}
break;
default :
if ( cnt5 >= 1 ) break loop5;
EarlyExitException eee =
new EarlyExitException(5, input);
throw eee;
}
cnt5++;
} while (true);
}
}
finally {
}
}
// $ANTLR end "RULE_EXPONENT"
// $ANTLR start "RULE_INT_EXPONENT"
public final void mRULE_INT_EXPONENT() throws RecognitionException {
try {
// InternalPropertiesLexer.g:94:28: ( ( 'e' | 'E' ) ( '+' )? ( RULE_DIGIT )+ )
// InternalPropertiesLexer.g:94: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;}
// InternalPropertiesLexer.g:94:40: ( '+' )?
int alt6=2;
int LA6_0 = input.LA(1);
if ( (LA6_0=='+') ) {
alt6=1;
}
switch (alt6) {
case 1 :
// InternalPropertiesLexer.g:94:40: '+'
{
match('+');
}
break;
}
// InternalPropertiesLexer.g:94:45: ( RULE_DIGIT )+
int cnt7=0;
loop7:
do {
int alt7=2;
int LA7_0 = input.LA(1);
if ( ((LA7_0>='0' && LA7_0<='9')) ) {
alt7=1;
}
switch (alt7) {
case 1 :
// InternalPropertiesLexer.g:94:45: RULE_DIGIT
{
mRULE_DIGIT();
}
break;
default :
if ( cnt7 >= 1 ) break loop7;
EarlyExitException eee =
new EarlyExitException(7, input);
throw eee;
}
cnt7++;
} 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;
// InternalPropertiesLexer.g:96:15: ( ( RULE_DIGIT )+ ( '_' ( RULE_DIGIT )+ )* '.' ( RULE_DIGIT )+ ( '_' ( RULE_DIGIT )+ )* ( RULE_EXPONENT )? )
// InternalPropertiesLexer.g:96:17: ( RULE_DIGIT )+ ( '_' ( RULE_DIGIT )+ )* '.' ( RULE_DIGIT )+ ( '_' ( RULE_DIGIT )+ )* ( RULE_EXPONENT )?
{
// InternalPropertiesLexer.g:96:17: ( 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 :
// InternalPropertiesLexer.g:96:17: RULE_DIGIT
{
mRULE_DIGIT();
}
break;
default :
if ( cnt8 >= 1 ) break loop8;
EarlyExitException eee =
new EarlyExitException(8, input);
throw eee;
}
cnt8++;
} while (true);
// InternalPropertiesLexer.g:96:29: ( '_' ( RULE_DIGIT )+ )*
loop10:
do {
int alt10=2;
int LA10_0 = input.LA(1);
if ( (LA10_0=='_') ) {
alt10=1;
}
switch (alt10) {
case 1 :
// InternalPropertiesLexer.g:96:30: '_' ( RULE_DIGIT )+
{
match('_');
// InternalPropertiesLexer.g:96:34: ( 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 :
// InternalPropertiesLexer.g:96:34: RULE_DIGIT
{
mRULE_DIGIT();
}
break;
default :
if ( cnt9 >= 1 ) break loop9;
EarlyExitException eee =
new EarlyExitException(9, input);
throw eee;
}
cnt9++;
} while (true);
}
break;
default :
break loop10;
}
} while (true);
match('.');
// InternalPropertiesLexer.g:96:52: ( RULE_DIGIT )+
int cnt11=0;
loop11:
do {
int alt11=2;
int LA11_0 = input.LA(1);
if ( ((LA11_0>='0' && LA11_0<='9')) ) {
alt11=1;
}
switch (alt11) {
case 1 :
// InternalPropertiesLexer.g:96:52: RULE_DIGIT
{
mRULE_DIGIT();
}
break;
default :
if ( cnt11 >= 1 ) break loop11;
EarlyExitException eee =
new EarlyExitException(11, input);
throw eee;
}
cnt11++;
} while (true);
// InternalPropertiesLexer.g:96:64: ( '_' ( RULE_DIGIT )+ )*
loop13:
do {
int alt13=2;
int LA13_0 = input.LA(1);
if ( (LA13_0=='_') ) {
alt13=1;
}
switch (alt13) {
case 1 :
// InternalPropertiesLexer.g:96:65: '_' ( RULE_DIGIT )+
{
match('_');
// InternalPropertiesLexer.g:96:69: ( 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 :
// InternalPropertiesLexer.g:96:69: RULE_DIGIT
{
mRULE_DIGIT();
}
break;
default :
if ( cnt12 >= 1 ) break loop12;
EarlyExitException eee =
new EarlyExitException(12, input);
throw eee;
}
cnt12++;
} while (true);
}
break;
default :
break loop13;
}
} while (true);
// InternalPropertiesLexer.g:96:83: ( RULE_EXPONENT )?
int alt14=2;
int LA14_0 = input.LA(1);
if ( (LA14_0=='E'||LA14_0=='e') ) {
alt14=1;
}
switch (alt14) {
case 1 :
// InternalPropertiesLexer.g:96:83: RULE_EXPONENT
{
mRULE_EXPONENT();
}
break;
}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "RULE_REAL_LIT"
// $ANTLR start "RULE_INTEGER_LIT"
public final void mRULE_INTEGER_LIT() throws RecognitionException {
try {
int _type = RULE_INTEGER_LIT;
int _channel = DEFAULT_TOKEN_CHANNEL;
// InternalPropertiesLexer.g:98:18: ( ( RULE_DIGIT )+ ( '_' ( RULE_DIGIT )+ )* ( '#' RULE_BASED_INTEGER '#' ( RULE_INT_EXPONENT )? | ( RULE_INT_EXPONENT )? ) )
// InternalPropertiesLexer.g:98:20: ( RULE_DIGIT )+ ( '_' ( RULE_DIGIT )+ )* ( '#' RULE_BASED_INTEGER '#' ( RULE_INT_EXPONENT )? | ( RULE_INT_EXPONENT )? )
{
// InternalPropertiesLexer.g:98:20: ( RULE_DIGIT )+
int cnt15=0;
loop15:
do {
int alt15=2;
int LA15_0 = input.LA(1);
if ( ((LA15_0>='0' && LA15_0<='9')) ) {
alt15=1;
}
switch (alt15) {
case 1 :
// InternalPropertiesLexer.g:98:20: RULE_DIGIT
{
mRULE_DIGIT();
}
break;
default :
if ( cnt15 >= 1 ) break loop15;
EarlyExitException eee =
new EarlyExitException(15, input);
throw eee;
}
cnt15++;
} while (true);
// InternalPropertiesLexer.g:98:32: ( '_' ( RULE_DIGIT )+ )*
loop17:
do {
int alt17=2;
int LA17_0 = input.LA(1);
if ( (LA17_0=='_') ) {
alt17=1;
}
switch (alt17) {
case 1 :
// InternalPropertiesLexer.g:98:33: '_' ( RULE_DIGIT )+
{
match('_');
// InternalPropertiesLexer.g:98:37: ( RULE_DIGIT )+
int cnt16=0;
loop16:
do {
int alt16=2;
int LA16_0 = input.LA(1);
if ( ((LA16_0>='0' && LA16_0<='9')) ) {
alt16=1;
}
switch (alt16) {
case 1 :
// InternalPropertiesLexer.g:98:37: RULE_DIGIT
{
mRULE_DIGIT();
}
break;
default :
if ( cnt16 >= 1 ) break loop16;
EarlyExitException eee =
new EarlyExitException(16, input);
throw eee;
}
cnt16++;
} while (true);
}
break;
default :
break loop17;
}
} while (true);
// InternalPropertiesLexer.g:98:51: ( '#' RULE_BASED_INTEGER '#' ( RULE_INT_EXPONENT )? | ( RULE_INT_EXPONENT )? )
int alt20=2;
int LA20_0 = input.LA(1);
if ( (LA20_0=='#') ) {
alt20=1;
}
else {
alt20=2;}
switch (alt20) {
case 1 :
// InternalPropertiesLexer.g:98:52: '#' RULE_BASED_INTEGER '#' ( RULE_INT_EXPONENT )?
{
match('#');
mRULE_BASED_INTEGER();
match('#');
// InternalPropertiesLexer.g:98:79: ( RULE_INT_EXPONENT )?
int alt18=2;
int LA18_0 = input.LA(1);
if ( (LA18_0=='E'||LA18_0=='e') ) {
alt18=1;
}
switch (alt18) {
case 1 :
// InternalPropertiesLexer.g:98:79: RULE_INT_EXPONENT
{
mRULE_INT_EXPONENT();
}
break;
}
}
break;
case 2 :
// InternalPropertiesLexer.g:98:98: ( RULE_INT_EXPONENT )?
{
// InternalPropertiesLexer.g:98:98: ( RULE_INT_EXPONENT )?
int alt19=2;
int LA19_0 = input.LA(1);
if ( (LA19_0=='E'||LA19_0=='e') ) {
alt19=1;
}
switch (alt19) {
case 1 :
// InternalPropertiesLexer.g:98:98: RULE_INT_EXPONENT
{
mRULE_INT_EXPONENT();
}
break;
}
}
break;
}
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "RULE_INTEGER_LIT"
// $ANTLR start "RULE_DIGIT"
public final void mRULE_DIGIT() throws RecognitionException {
try {
// InternalPropertiesLexer.g:100:21: ( '0' .. '9' )
// InternalPropertiesLexer.g:100: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 {
// InternalPropertiesLexer.g:102:30: ( ( '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' ) )
// InternalPropertiesLexer.g:102: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 {
// InternalPropertiesLexer.g:104:29: ( RULE_EXTENDED_DIGIT ( ( '_' )? RULE_EXTENDED_DIGIT )* )
// InternalPropertiesLexer.g:104:31: RULE_EXTENDED_DIGIT ( ( '_' )? RULE_EXTENDED_DIGIT )*
{
mRULE_EXTENDED_DIGIT();
// InternalPropertiesLexer.g:104:51: ( ( '_' )? RULE_EXTENDED_DIGIT )*
loop22:
do {
int alt22=2;
int LA22_0 = input.LA(1);
if ( ((LA22_0>='0' && LA22_0<='9')||(LA22_0>='A' && LA22_0<='F')||LA22_0=='_'||(LA22_0>='a' && LA22_0<='f')) ) {
alt22=1;
}
switch (alt22) {
case 1 :
// InternalPropertiesLexer.g:104:52: ( '_' )? RULE_EXTENDED_DIGIT
{
// InternalPropertiesLexer.g:104:52: ( '_' )?
int alt21=2;
int LA21_0 = input.LA(1);
if ( (LA21_0=='_') ) {
alt21=1;
}
switch (alt21) {
case 1 :
// InternalPropertiesLexer.g:104:52: '_'
{
match('_');
}
break;
}
mRULE_EXTENDED_DIGIT();
}
break;
default :
break loop22;
}
} 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;
// InternalPropertiesLexer.g:106:13: ( ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) )
// InternalPropertiesLexer.g:106:15: ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
{
// InternalPropertiesLexer.g:106:15: ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
int alt25=2;
int LA25_0 = input.LA(1);
if ( (LA25_0=='\"') ) {
alt25=1;
}
else if ( (LA25_0=='\'') ) {
alt25=2;
}
else {
NoViableAltException nvae =
new NoViableAltException("", 25, 0, input);
throw nvae;
}
switch (alt25) {
case 1 :
// InternalPropertiesLexer.g:106:16: '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"'
{
match('\"');
// InternalPropertiesLexer.g:106:20: ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )*
loop23:
do {
int alt23=3;
int LA23_0 = input.LA(1);
if ( (LA23_0=='\\') ) {
alt23=1;
}
else if ( ((LA23_0>='\u0000' && LA23_0<='!')||(LA23_0>='#' && LA23_0<='[')||(LA23_0>=']' && LA23_0<='\uFFFF')) ) {
alt23=2;
}
switch (alt23) {
case 1 :
// InternalPropertiesLexer.g:106: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 :
// InternalPropertiesLexer.g:106: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 loop23;
}
} while (true);
match('\"');
}
break;
case 2 :
// InternalPropertiesLexer.g:106:86: '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\''
{
match('\'');
// InternalPropertiesLexer.g:106:91: ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )*
loop24:
do {
int alt24=3;
int LA24_0 = input.LA(1);
if ( (LA24_0=='\\') ) {
alt24=1;
}
else if ( ((LA24_0>='\u0000' && LA24_0<='&')||(LA24_0>='(' && LA24_0<='[')||(LA24_0>=']' && LA24_0<='\uFFFF')) ) {
alt24=2;
}
switch (alt24) {
case 1 :
// InternalPropertiesLexer.g:106: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 :
// InternalPropertiesLexer.g:106: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 loop24;
}
} 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;
// InternalPropertiesLexer.g:108:9: ( ( 'a' .. 'z' | 'A' .. 'Z' ) ( ( '_' )? ( 'a' .. 'z' | 'A' .. 'Z' | '0' .. '9' ) )* )
// InternalPropertiesLexer.g:108: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;}
// InternalPropertiesLexer.g:108:31: ( ( '_' )? ( 'a' .. 'z' | 'A' .. 'Z' | '0' .. '9' ) )*
loop27:
do {
int alt27=2;
int LA27_0 = input.LA(1);
if ( ((LA27_0>='0' && LA27_0<='9')||(LA27_0>='A' && LA27_0<='Z')||LA27_0=='_'||(LA27_0>='a' && LA27_0<='z')) ) {
alt27=1;
}
switch (alt27) {
case 1 :
// InternalPropertiesLexer.g:108:32: ( '_' )? ( 'a' .. 'z' | 'A' .. 'Z' | '0' .. '9' )
{
// InternalPropertiesLexer.g:108:32: ( '_' )?
int alt26=2;
int LA26_0 = input.LA(1);
if ( (LA26_0=='_') ) {
alt26=1;
}
switch (alt26) {
case 1 :
// InternalPropertiesLexer.g:108: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 loop27;
}
} 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;
// InternalPropertiesLexer.g:110:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ )
// InternalPropertiesLexer.g:110:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
{
// InternalPropertiesLexer.g:110:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
int cnt28=0;
loop28:
do {
int alt28=2;
int LA28_0 = input.LA(1);
if ( ((LA28_0>='\t' && LA28_0<='\n')||LA28_0=='\r'||LA28_0==' ') ) {
alt28=1;
}
switch (alt28) {
case 1 :
// InternalPropertiesLexer.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 ( cnt28 >= 1 ) break loop28;
EarlyExitException eee =
new EarlyExitException(28, input);
throw eee;
}
cnt28++;
} while (true);
}
state.type = _type;
state.channel = _channel;
}
finally {
}
}
// $ANTLR end "RULE_WS"
public void mTokens() throws RecognitionException {
// InternalPropertiesLexer.g:1:8: ( Classifier | Reference | Constant | Applies | Binding | Compute | Delta | False | Modes | True | PlusSignEqualsSignGreaterThanSign | FullStopFullStop | ColonColon | EqualsSignGreaterThanSign | In | To | LeftParenthesis | RightParenthesis | Asterisk | PlusSign | Comma | HyphenMinus | FullStop | Semicolon | LeftSquareBracket | RightSquareBracket | LeftCurlyBracket | RightCurlyBracket | RULE_SL_COMMENT | RULE_REAL_LIT | RULE_INTEGER_LIT | RULE_STRING | RULE_ID | RULE_WS )
int alt29=34;
alt29 = dfa29.predict(input);
switch (alt29) {
case 1 :
// InternalPropertiesLexer.g:1:10: Classifier
{
mClassifier();
}
break;
case 2 :
// InternalPropertiesLexer.g:1:21: Reference
{
mReference();
}
break;
case 3 :
// InternalPropertiesLexer.g:1:31: Constant
{
mConstant();
}
break;
case 4 :
// InternalPropertiesLexer.g:1:40: Applies
{
mApplies();
}
break;
case 5 :
// InternalPropertiesLexer.g:1:48: Binding
{
mBinding();
}
break;
case 6 :
// InternalPropertiesLexer.g:1:56: Compute
{
mCompute();
}
break;
case 7 :
// InternalPropertiesLexer.g:1:64: Delta
{
mDelta();
}
break;
case 8 :
// InternalPropertiesLexer.g:1:70: False
{
mFalse();
}
break;
case 9 :
// InternalPropertiesLexer.g:1:76: Modes
{
mModes();
}
break;
case 10 :
// InternalPropertiesLexer.g:1:82: True
{
mTrue();
}
break;
case 11 :
// InternalPropertiesLexer.g:1:87: PlusSignEqualsSignGreaterThanSign
{
mPlusSignEqualsSignGreaterThanSign();
}
break;
case 12 :
// InternalPropertiesLexer.g:1:121: FullStopFullStop
{
mFullStopFullStop();
}
break;
case 13 :
// InternalPropertiesLexer.g:1:138: ColonColon
{
mColonColon();
}
break;
case 14 :
// InternalPropertiesLexer.g:1:149: EqualsSignGreaterThanSign
{
mEqualsSignGreaterThanSign();
}
break;
case 15 :
// InternalPropertiesLexer.g:1:175: In
{
mIn();
}
break;
case 16 :
// InternalPropertiesLexer.g:1:178: To
{
mTo();
}
break;
case 17 :
// InternalPropertiesLexer.g:1:181: LeftParenthesis
{
mLeftParenthesis();
}
break;
case 18 :
// InternalPropertiesLexer.g:1:197: RightParenthesis
{
mRightParenthesis();
}
break;
case 19 :
// InternalPropertiesLexer.g:1:214: Asterisk
{
mAsterisk();
}
break;
case 20 :
// InternalPropertiesLexer.g:1:223: PlusSign
{
mPlusSign();
}
break;
case 21 :
// InternalPropertiesLexer.g:1:232: Comma
{
mComma();
}
break;
case 22 :
// InternalPropertiesLexer.g:1:238: HyphenMinus
{
mHyphenMinus();
}
break;
case 23 :
// InternalPropertiesLexer.g:1:250: FullStop
{
mFullStop();
}
break;
case 24 :
// InternalPropertiesLexer.g:1:259: Semicolon
{
mSemicolon();
}
break;
case 25 :
// InternalPropertiesLexer.g:1:269: LeftSquareBracket
{
mLeftSquareBracket();
}
break;
case 26 :
// InternalPropertiesLexer.g:1:287: RightSquareBracket
{
mRightSquareBracket();
}
break;
case 27 :
// InternalPropertiesLexer.g:1:306: LeftCurlyBracket
{
mLeftCurlyBracket();
}
break;
case 28 :
// InternalPropertiesLexer.g:1:323: RightCurlyBracket
{
mRightCurlyBracket();
}
break;
case 29 :
// InternalPropertiesLexer.g:1:341: RULE_SL_COMMENT
{
mRULE_SL_COMMENT();
}
break;
case 30 :
// InternalPropertiesLexer.g:1:357: RULE_REAL_LIT
{
mRULE_REAL_LIT();
}
break;
case 31 :
// InternalPropertiesLexer.g:1:371: RULE_INTEGER_LIT
{
mRULE_INTEGER_LIT();
}
break;
case 32 :
// InternalPropertiesLexer.g:1:388: RULE_STRING
{
mRULE_STRING();
}
break;
case 33 :
// InternalPropertiesLexer.g:1:400: RULE_ID
{
mRULE_ID();
}
break;
case 34 :
// InternalPropertiesLexer.g:1:408: RULE_WS
{
mRULE_WS();
}
break;
}
}
protected DFA29 dfa29 = new DFA29(this);
static final String DFA29_eotS =
"\1\uffff\10\32\1\47\1\51\2\uffff\1\32\4\uffff\1\54\5\uffff\1\55\3\uffff\11\32\1\72\4\uffff\1\73\5\uffff\12\32\2\uffff\1\55\11\32\1\120\6\32\1\127\1\130\1\131\1\uffff\6\32\3\uffff\2\32\1\142\1\32\1\144\1\145\1\32\1\147\1\uffff\1\32\2\uffff\1\32\1\uffff\1\152\1\153\2\uffff";
static final String DFA29_eofS =
"\154\uffff";
static final String DFA29_minS =
"\1\11\1\114\1\105\1\120\1\111\1\105\1\101\2\117\1\75\1\56\2\uffff\1\116\4\uffff\1\55\5\uffff\1\56\3\uffff\1\101\1\115\1\106\1\120\1\116\2\114\1\104\1\125\1\60\4\uffff\1\60\3\uffff\1\60\1\uffff\2\123\1\120\1\105\1\114\1\104\1\124\1\123\2\105\2\uffff\1\56\1\123\1\124\1\125\1\122\2\111\1\101\1\105\1\123\1\60\1\111\1\101\1\124\2\105\1\116\3\60\1\uffff\1\106\1\116\1\105\1\116\1\123\1\107\3\uffff\1\111\1\124\1\60\1\103\2\60\1\105\1\60\1\uffff\1\105\2\uffff\1\122\1\uffff\2\60\2\uffff";
static final String DFA29_maxS =
"\1\175\1\157\1\145\1\160\1\151\1\145\1\141\1\157\1\162\1\75\1\56\2\uffff\1\156\4\uffff\1\55\5\uffff\1\137\3\uffff\1\141\1\156\1\146\1\160\1\156\2\154\1\144\1\165\1\172\4\uffff\1\172\3\uffff\1\71\1\uffff\2\163\1\160\1\145\1\154\1\144\1\164\1\163\2\145\2\uffff\1\137\1\163\1\164\1\165\1\162\2\151\1\141\1\145\1\163\1\172\1\151\1\141\1\164\2\145\1\156\3\172\1\uffff\1\146\1\156\1\145\1\156\1\163\1\147\3\uffff\1\151\1\164\1\172\1\143\2\172\1\145\1\172\1\uffff\1\145\2\uffff\1\162\1\uffff\2\172\2\uffff";
static final String DFA29_acceptS =
"\13\uffff\1\15\1\16\1\uffff\1\21\1\22\1\23\1\25\1\uffff\1\30\1\31\1\32\1\33\1\34\1\uffff\1\40\1\41\1\42\12\uffff\1\13\1\24\1\14\1\27\1\uffff\1\35\1\26\1\37\1\uffff\1\36\12\uffff\1\20\1\17\24\uffff\1\12\6\uffff\1\7\1\10\1\11\10\uffff\1\6\1\uffff\1\4\1\5\1\uffff\1\3\2\uffff\1\2\1\1";
static final String DFA29_specialS =
"\154\uffff}>";
static final String[] DFA29_transitionS = DFA29_transitionS_.DFA29_transitionS;
private static final class DFA29_transitionS_ {
static final String[] DFA29_transitionS = {
"\2\33\2\uffff\1\33\22\uffff\1\33\1\uffff\1\31\4\uffff\1\31\1\16\1\17\1\20\1\11\1\21\1\22\1\12\1\uffff\12\30\1\13\1\23\1\uffff\1\14\3\uffff\1\3\1\4\1\1\1\5\1\32\1\6\2\32\1\15\3\32\1\7\4\32\1\2\1\32\1\10\6\32\1\24\1\uffff\1\25\3\uffff\1\3\1\4\1\1\1\5\1\32\1\6\2\32\1\15\3\32\1\7\4\32\1\2\1\32\1\10\6\32\1\26\1\uffff\1\27",
"\1\34\2\uffff\1\35\34\uffff\1\34\2\uffff\1\35",
"\1\36\37\uffff\1\36",
"\1\37\37\uffff\1\37",
"\1\40\37\uffff\1\40",
"\1\41\37\uffff\1\41",
"\1\42\37\uffff\1\42",
"\1\43\37\uffff\1\43",
"\1\45\2\uffff\1\44\34\uffff\1\45\2\uffff\1\44",
"\1\46",
"\1\50",
"",
"",
"\1\52\37\uffff\1\52",
"",
"",
"",
"",
"\1\53",
"",
"",
"",
"",
"",
"\1\57\1\uffff\12\30\45\uffff\1\56",
"",
"",
"",
"\1\60\37\uffff\1\60",
"\1\62\1\61\36\uffff\1\62\1\61",
"\1\63\37\uffff\1\63",
"\1\64\37\uffff\1\64",
"\1\65\37\uffff\1\65",
"\1\66\37\uffff\1\66",
"\1\67\37\uffff\1\67",
"\1\70\37\uffff\1\70",
"\1\71\37\uffff\1\71",
"\12\32\7\uffff\32\32\4\uffff\1\32\1\uffff\32\32",
"",
"",
"",
"",
"\12\32\7\uffff\32\32\4\uffff\1\32\1\uffff\32\32",
"",
"",
"",
"\12\74",
"",
"\1\75\37\uffff\1\75",
"\1\76\37\uffff\1\76",
"\1\77\37\uffff\1\77",
"\1\100\37\uffff\1\100",
"\1\101\37\uffff\1\101",
"\1\102\37\uffff\1\102",
"\1\103\37\uffff\1\103",
"\1\104\37\uffff\1\104",
"\1\105\37\uffff\1\105",
"\1\106\37\uffff\1\106",
"",
"",
"\1\57\1\uffff\12\74\45\uffff\1\56",
"\1\107\37\uffff\1\107",
"\1\110\37\uffff\1\110",
"\1\111\37\uffff\1\111",
"\1\112\37\uffff\1\112",
"\1\113\37\uffff\1\113",
"\1\114\37\uffff\1\114",
"\1\115\37\uffff\1\115",
"\1\116\37\uffff\1\116",
"\1\117\37\uffff\1\117",
"\12\32\7\uffff\32\32\4\uffff\1\32\1\uffff\32\32",
"\1\121\37\uffff\1\121",
"\1\122\37\uffff\1\122",
"\1\123\37\uffff\1\123",
"\1\124\37\uffff\1\124",
"\1\125\37\uffff\1\125",
"\1\126\37\uffff\1\126",
"\12\32\7\uffff\32\32\4\uffff\1\32\1\uffff\32\32",
"\12\32\7\uffff\32\32\4\uffff\1\32\1\uffff\32\32",
"\12\32\7\uffff\32\32\4\uffff\1\32\1\uffff\32\32",
"",
"\1\132\37\uffff\1\132",
"\1\133\37\uffff\1\133",
"\1\134\37\uffff\1\134",
"\1\135\37\uffff\1\135",
"\1\136\37\uffff\1\136",
"\1\137\37\uffff\1\137",
"",
"",
"",
"\1\140\37\uffff\1\140",
"\1\141\37\uffff\1\141",
"\12\32\7\uffff\32\32\4\uffff\1\32\1\uffff\32\32",
"\1\143\37\uffff\1\143",
"\12\32\7\uffff\32\32\4\uffff\1\32\1\uffff\32\32",
"\12\32\7\uffff\32\32\4\uffff\1\32\1\uffff\32\32",
"\1\146\37\uffff\1\146",
"\12\32\7\uffff\32\32\4\uffff\1\32\1\uffff\32\32",
"",
"\1\150\37\uffff\1\150",
"",
"",
"\1\151\37\uffff\1\151",
"",
"\12\32\7\uffff\32\32\4\uffff\1\32\1\uffff\32\32",
"\12\32\7\uffff\32\32\4\uffff\1\32\1\uffff\32\32",
"",
""
};
}
static final short[] DFA29_eot = DFA.unpackEncodedString(DFA29_eotS);
static final short[] DFA29_eof = DFA.unpackEncodedString(DFA29_eofS);
static final char[] DFA29_min = DFA.unpackEncodedStringToUnsignedChars(DFA29_minS);
static final char[] DFA29_max = DFA.unpackEncodedStringToUnsignedChars(DFA29_maxS);
static final short[] DFA29_accept = DFA.unpackEncodedString(DFA29_acceptS);
static final short[] DFA29_special = DFA.unpackEncodedString(DFA29_specialS);
static final short[][] DFA29_transition;
static {
int numStates = DFA29_transitionS.length;
DFA29_transition = new short[numStates][];
for (int i=0; i<numStates; i++) {
DFA29_transition[i] = DFA.unpackEncodedString(DFA29_transitionS[i]);
}
}
class DFA29 extends DFA {
public DFA29(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 29;
this.eot = DFA29_eot;
this.eof = DFA29_eof;
this.min = DFA29_min;
this.max = DFA29_max;
this.accept = DFA29_accept;
this.special = DFA29_special;
this.transition = DFA29_transition;
}
public String getDescription() {
return "1:1: Tokens : ( Classifier | Reference | Constant | Applies | Binding | Compute | Delta | False | Modes | True | PlusSignEqualsSignGreaterThanSign | FullStopFullStop | ColonColon | EqualsSignGreaterThanSign | In | To | LeftParenthesis | RightParenthesis | Asterisk | PlusSign | Comma | HyphenMinus | FullStop | Semicolon | LeftSquareBracket | RightSquareBracket | LeftCurlyBracket | RightCurlyBracket | RULE_SL_COMMENT | RULE_REAL_LIT | RULE_INTEGER_LIT | RULE_STRING | RULE_ID | RULE_WS );";
}
}
}