CSE.AntlrParser.CseLexer.mLPAREN C# (CSharp) Method

mLPAREN() private method

private mLPAREN ( ) : void
return void
		private void mLPAREN() {
			Enter_LPAREN();
			EnterRule("LPAREN", 46);
			TraceIn("LPAREN", 46);
			try {
				int _type = LPAREN;
				int _channel = DefaultTokenChannel;
				DebugEnterAlt(1);
				{
					DebugLocation(644, 9);
					Match('(');

				}

				state.type = _type;
				state.channel = _channel;
			}
			finally {
				TraceOut("LPAREN", 46);
				LeaveRule("LPAREN", 46);
				Leave_LPAREN();
			}
		}
		// $ANTLR end "LPAREN"
CseLexer