⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 actionlexer.java

📁 Java写的词法/语法分析器。可生成JAVA语言或者是C++的词法和语法分析器。并可产生语法分析树和对该树进行遍历
💻 JAVA
📖 第 1 页 / 共 4 页
字号:
				{					match('/');					break;				}				default:				{					throw new NoViableAltForCharException((char)LA(1), getFilename(), getLine());				}				}				}				{				switch ( LA(1)) {				case '\t':  case '\n':  case '\r':  case ' ':				{					mWS(false);					break;				}				case '"':  case '\'':  case '(':  case '0':				case '1':  case '2':  case '3':  case '4':				case '5':  case '6':  case '7':  case '8':				case '9':  case '@':  case 'A':  case 'B':				case 'C':  case 'D':  case 'E':  case 'F':				case 'G':  case 'H':  case 'I':  case 'J':				case 'K':  case 'L':  case 'M':  case 'N':				case 'O':  case 'P':  case 'Q':  case 'R':				case 'S':  case 'T':  case 'U':  case 'V':				case 'W':  case 'X':  case 'Y':  case 'Z':				case '[':  case '_':  case 'a':  case 'b':				case 'c':  case 'd':  case 'e':  case 'f':				case 'g':  case 'h':  case 'i':  case 'j':				case 'k':  case 'l':  case 'm':  case 'n':				case 'o':  case 'p':  case 'q':  case 'r':				case 's':  case 't':  case 'u':  case 'v':				case 'w':  case 'x':  case 'y':  case 'z':				{					break;				}				default:				{					throw new NoViableAltForCharException((char)LA(1), getFilename(), getLine());				}				}				}				mARG(false);			}			else {				break _loop74;			}					} while (true);		}		if ( _createToken && _token==null && _ttype!=Token.SKIP ) {			_token = makeToken(_ttype);			_token.setText(new String(text.getBuffer(), _begin, text.length()-_begin));		}		_returnToken = _token;	}		protected final void mTEXT_ARG_ELEMENT(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException {		int _ttype; Token _token=null; int _begin=text.length();		_ttype = TEXT_ARG_ELEMENT;		int _saveIndex;				switch ( LA(1)) {		case 'A':  case 'B':  case 'C':  case 'D':		case 'E':  case 'F':  case 'G':  case 'H':		case 'I':  case 'J':  case 'K':  case 'L':		case 'M':  case 'N':  case 'O':  case 'P':		case 'Q':  case 'R':  case 'S':  case 'T':		case 'U':  case 'V':  case 'W':  case 'X':		case 'Y':  case 'Z':  case '_':  case 'a':		case 'b':  case 'c':  case 'd':  case 'e':		case 'f':  case 'g':  case 'h':  case 'i':		case 'j':  case 'k':  case 'l':  case 'm':		case 'n':  case 'o':  case 'p':  case 'q':		case 'r':  case 's':  case 't':  case 'u':		case 'v':  case 'w':  case 'x':  case 'y':		case 'z':		{			mTEXT_ARG_ID_ELEMENT(false);			break;		}		case '"':		{			mSTRING(false);			break;		}		case '\'':		{			mCHAR(false);			break;		}		case '0':  case '1':  case '2':  case '3':		case '4':  case '5':  case '6':  case '7':		case '8':  case '9':		{			mINT_OR_FLOAT(false);			break;		}		case '%':		{			mTEXT_ITEM(false);			break;		}		case '+':		{			match('+');			break;		}		default:		{			throw new NoViableAltForCharException((char)LA(1), getFilename(), getLine());		}		}		if ( _createToken && _token==null && _ttype!=Token.SKIP ) {			_token = makeToken(_ttype);			_token.setText(new String(text.getBuffer(), _begin, text.length()-_begin));		}		_returnToken = _token;	}		protected final void mTEXT_ARG_ID_ELEMENT(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException {		int _ttype; Token _token=null; int _begin=text.length();		_ttype = TEXT_ARG_ID_ELEMENT;		int _saveIndex;		Token id=null;				mID(true);		id=_returnToken;		{		if ((_tokenSet_7.member(LA(1))) && (_tokenSet_15.member(LA(2)))) {			_saveIndex=text.length();			mWS(false);			text.setLength(_saveIndex);		}		else if ((_tokenSet_15.member(LA(1))) && (true)) {		}		else {			throw new NoViableAltForCharException((char)LA(1), getFilename(), getLine());		}				}		{		switch ( LA(1)) {		case '(':		{			match('(');			{			if ((_tokenSet_7.member(LA(1))) && (_tokenSet_16.member(LA(2)))) {				_saveIndex=text.length();				mWS(false);				text.setLength(_saveIndex);			}			else if ((_tokenSet_16.member(LA(1))) && ((LA(2) >= '\3' && LA(2) <= '~'))) {			}			else {				throw new NoViableAltForCharException((char)LA(1), getFilename(), getLine());			}						}			{			_loop62:			do {				if ((_tokenSet_6.member(LA(1)))) {					mTEXT_ARG(false);					{					_loop61:					do {						if ((LA(1)==',')) {							match(',');							mTEXT_ARG(false);						}						else {							break _loop61;						}											} while (true);					}				}				else {					break _loop62;				}							} while (true);			}			{			switch ( LA(1)) {			case '\t':  case '\n':  case '\r':  case ' ':			{				_saveIndex=text.length();				mWS(false);				text.setLength(_saveIndex);				break;			}			case ')':			{				break;			}			default:			{				throw new NoViableAltForCharException((char)LA(1), getFilename(), getLine());			}			}			}			match(')');			break;		}		case '[':		{			{			int _cnt67=0;			_loop67:			do {				if ((LA(1)=='[')) {					match('[');					{					switch ( LA(1)) {					case '\t':  case '\n':  case '\r':  case ' ':					{						_saveIndex=text.length();						mWS(false);						text.setLength(_saveIndex);						break;					}					case '"':  case '%':  case '\'':  case '+':					case '0':  case '1':  case '2':  case '3':					case '4':  case '5':  case '6':  case '7':					case '8':  case '9':  case 'A':  case 'B':					case 'C':  case 'D':  case 'E':  case 'F':					case 'G':  case 'H':  case 'I':  case 'J':					case 'K':  case 'L':  case 'M':  case 'N':					case 'O':  case 'P':  case 'Q':  case 'R':					case 'S':  case 'T':  case 'U':  case 'V':					case 'W':  case 'X':  case 'Y':  case 'Z':					case '_':  case 'a':  case 'b':  case 'c':					case 'd':  case 'e':  case 'f':  case 'g':					case 'h':  case 'i':  case 'j':  case 'k':					case 'l':  case 'm':  case 'n':  case 'o':					case 'p':  case 'q':  case 'r':  case 's':					case 't':  case 'u':  case 'v':  case 'w':					case 'x':  case 'y':  case 'z':					{						break;					}					default:					{						throw new NoViableAltForCharException((char)LA(1), getFilename(), getLine());					}					}					}					mTEXT_ARG(false);					{					switch ( LA(1)) {					case '\t':  case '\n':  case '\r':  case ' ':					{						_saveIndex=text.length();						mWS(false);						text.setLength(_saveIndex);						break;					}					case ']':					{						break;					}					default:					{						throw new NoViableAltForCharException((char)LA(1), getFilename(), getLine());					}					}					}					match(']');				}				else {					if ( _cnt67>=1 ) { break _loop67; } else {throw new NoViableAltForCharException((char)LA(1), getFilename(), getLine());}				}								_cnt67++;			} while (true);			}			break;		}		case '.':		{			match('.');			mTEXT_ARG_ID_ELEMENT(false);			break;		}		case '-':		{			match("->");			mTEXT_ARG_ID_ELEMENT(false);			break;		}		case ':':		{			match("::");			mTEXT_ARG_ID_ELEMENT(false);			break;		}		case '\t':  case '\n':  case '\r':  case ' ':		case '"':  case '%':  case '\'':  case ')':		case '+':  case ',':  case '0':  case '1':		case '2':  case '3':  case '4':  case '5':		case '6':  case '7':  case '8':  case '9':		case 'A':  case 'B':  case 'C':  case 'D':		case 'E':  case 'F':  case 'G':  case 'H':		case 'I':  case 'J':  case 'K':  case 'L':		case 'M':  case 'N':  case 'O':  case 'P':		case 'Q':  case 'R':  case 'S':  case 'T':		case 'U':  case 'V':  case 'W':  case 'X':		case 'Y':  case 'Z':  case ']':  case '_':		case 'a':  case 'b':  case 'c':  case 'd':		case 'e':  case 'f':  case 'g':  case 'h':		case 'i':  case 'j':  case 'k':  case 'l':		case 'm':  case 'n':  case 'o':  case 'p':		case 'q':  case 'r':  case 's':  case 't':		case 'u':  case 'v':  case 'w':  case 'x':		case 'y':  case 'z':		{			break;		}		default:		{			throw new NoViableAltForCharException((char)LA(1), getFilename(), getLine());		}		}		}		if ( _createToken && _token==null && _ttype!=Token.SKIP ) {			_token = makeToken(_ttype);			_token.setText(new String(text.getBuffer(), _begin, text.length()-_begin));		}		_returnToken = _token;	}		protected final void mINT_OR_FLOAT(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException {		int _ttype; Token _token=null; int _begin=text.length();		_ttype = INT_OR_FLOAT;		int _saveIndex;				{		int _cnt99=0;		_loop99:		do {			if (((LA(1) >= '0' && LA(1) <= '9')) && (_tokenSet_17.member(LA(2)))) {				mDIGIT(false);			}			else {				if ( _cnt99>=1 ) { break _loop99; } else {throw new NoViableAltForCharException((char)LA(1), getFilename(), getLine());}			}						_cnt99++;		} while (true);		}		{		if ((LA(1)=='L') && (_tokenSet_18.member(LA(2)))) {			match('L');		}		else if ((LA(1)=='l') && (_tokenSet_18.member(LA(2)))) {			match('l');		}		else if ((LA(1)=='.')) {			match('.');			{			_loop102:			do {				if (((LA(1) >= '0' && LA(1) <= '9')) && (_tokenSet_18.member(LA(2)))) {					mDIGIT(false);				}				else {					break _loop102;				}							} while (true);			}		}		else if ((_tokenSet_18.member(LA(1))) && (true)) {		}		else {			throw new NoViableAltForCharException((char)LA(1), getFilename(), getLine());		}				}		if ( _createToken && _token==null && _ttype!=Token.SKIP ) {			_token = makeToken(_ttype);			_token.setText(new String(text.getBuffer(), _begin, text.length()-_begin));		}		_returnToken = _token;	}		protected final void mESC(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException {		int _ttype; Token _token=null; int _begin=text.length();		_ttype = ESC;		int _saveIndex;				match('\\');		{		switch ( LA(1)) {		case 'n':		{			match('n');			break;		}		case 'r':		{			match('r');			break;		}		case 't':		{			match('t');			break;		}		case 'b':		{			match('b');			break;		}		case 'f':		{			match('f');			break;		}		case '"':		{			match('"');			break;		}		case '\'':		{			match('\'');			break;		}		case '\\':		{			match('\\');			break;		}		case '0':  case '1':  case '2':  case '3':		{			{			matchRange('0','3');			}			{			if (((LA(1) >= '0' && LA(1) <= '9')) && ((LA(2) >= '\3' && LA(2) <= '~'))) {				mDIGIT(false);				{				if (((LA(1) >= '0' && LA(1) <= '9')) && ((LA(2) >= '\3' && LA(2) <= '~'))) {					mDIGIT(false);				}				else if (((LA(1) >= '\3' && LA(1) <= '~')) && (true)) {				}				else {					throw new NoViableAltForCharException((char)LA(1), getFilename(), getLine());				}								}			}			else if (((LA(1) >= '\3' && LA(1) <= '~')) && (true)) {			}			else {				throw new NoViableAltForCharException((char)LA(1), getFilename(), getLine());			}						}			break;		}		case '4':  case '5':  case '6':  case '7':		{			{			matchRange('4','7');			}			{			if (((LA(1) >= '0' && LA(1) <= '9')) && ((LA(2) >= '\3' && LA(2) <= '~'))) {				mDIGIT(false);			}			else if (((LA(1) >= '\3' && LA(1) <= '~')) && (true)) {			}			else {				throw new NoViableAltForCharException((char)LA(1), getFilename(), getLine());			}						}			break;		}		default:		{			throw new NoViableAltForCharException((char)LA(1), getFilename(), getLine());		}		}		}		if ( _createToken && _token==null && _ttype!=Token.SKIP ) {			_token = makeToken(_ttype);			_token.setText(new String(text.getBuffer(), _begin, text.length()-_begin));		}		_returnToken = _token;	}		protected final void mDIGIT(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException {		int _ttype; Token _token=null; int _begin=text.length();		_ttype = DIGIT;		int _saveIndex;				matchRange('0','9');		if ( _createToken && _token==null && _ttype!=Token.SKIP ) {			_token = makeToken(_ttype);			_token.setText(new String(text.getBuffer(), _begin, text.length()-_begin));		}		_returnToken = _token;	}			private static final long _tokenSet_0_data_[] = { -36988258362376L, 9223372036854775806L, 0L, 0L };	public static final BitSet _tokenSet_0 = new BitSet(_tokenSet_0_data_);	private static final long _tokenSet_1_data_[] = { 0L, 576460745995190270L, 0L, 0L };	public static final BitSet _tokenSet_1 = new BitSet(_tokenSet_1_data_);	private static final long _tokenSet_2_data_[] = { 288230380446688768L, 0L, 0L };	public static final BitSet _tokenSet_2 = new BitSet(_tokenSet_2_data_);	private static final long _tokenSet_3_data_[] = { 2594073389660382720L, 0L, 0L };	public static final BitSet _tokenSet_3 = new BitSet(_tokenSet_3_data_);	private static final long _tokenSet_4_data_[] = { 287948901175001088L, 576460745995190270L, 0L, 0L };	public static final BitSet _tokenSet_4 = new BitSet(_tokenSet_4_data_);	private static final long _tokenSet_5_data_[] = { 576460361461409280L, 576460746666278911L, 0L, 0L };	public static final BitSet _tokenSet_5 = new BitSet(_tokenSet_5_data_);	private static final long _tokenSet_6_data_[] = { 287958401642659840L, 576460745995190270L, 0L, 0L };	public static final BitSet _tokenSet_6 = new BitSet(_tokenSet_6_data_);	private static final long _tokenSet_7_data_[] = { 4294977024L, 0L, 0L };	public static final BitSet _tokenSet_7 = new BitSet(_tokenSet_7_data_);	private static final long _tokenSet_8_data_[] = { 287978197146936832L, 576460746532061182L, 0L, 0L };	public static final BitSet _tokenSet_8 = new BitSet(_tokenSet_8_data_);	private static final long _tokenSet_9_data_[] = { 288510755911771648L, 671088640L, 0L, 0L };	public static final BitSet _tokenSet_9 = new BitSet(_tokenSet_9_data_);	private static final long _tokenSet_10_data_[] = { 287952770940544512L, 576460746129407999L, 0L, 0L };	public static final BitSet _tokenSet_10 = new BitSet(_tokenSet_10_data_);	private static final long _tokenSet_11_data_[] = { 208911504254464L, 536870912L, 0L, 0L };	public static final BitSet _tokenSet_11 = new BitSet(_tokenSet_11_data_);	private static final long _tokenSet_12_data_[] = { 1116691496960L, 576460746129407999L, 0L, 0L };	public static final BitSet _tokenSet_12 = new BitSet(_tokenSet_12_data_);	private static final long _tokenSet_13_data_[] = { 189120294954496L, 0L, 0L };	public static final BitSet _tokenSet_13 = new BitSet(_tokenSet_13_data_);	private static final long _tokenSet_14_data_[] = { 288139687917266432L, 576460746129407999L, 0L, 0L };	public static final BitSet _tokenSet_14 = new BitSet(_tokenSet_14_data_);	private static final long _tokenSet_15_data_[] = { 576315225926542848L, 576460746666278910L, 0L, 0L };	public static final BitSet _tokenSet_15 = new BitSet(_tokenSet_15_data_);	private static final long _tokenSet_16_data_[] = { 287960604960892416L, 576460745995190270L, 0L, 0L };	public static final BitSet _tokenSet_16 = new BitSet(_tokenSet_16_data_);	private static final long _tokenSet_17_data_[] = { 288228885798069760L, 576460746532061182L, 0L, 0L };	public static final BitSet _tokenSet_17 = new BitSet(_tokenSet_17_data_);	private static final long _tokenSet_18_data_[] = { 288158517053892096L, 576460746532061182L, 0L, 0L };	public static final BitSet _tokenSet_18 = new BitSet(_tokenSet_18_data_);		}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -