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

mRPAREN() private method

private mRPAREN ( ) : void
return void
		private void mRPAREN() {
			Enter_RPAREN();
			EnterRule("RPAREN", 47);
			TraceIn("RPAREN", 47);
			try {
				int _type = RPAREN;
				int _channel = DefaultTokenChannel;
				DebugEnterAlt(1);
				{
					DebugLocation(645, 9);
					Match(')');

				}

				state.type = _type;
				state.channel = _channel;
			}
			finally {
				TraceOut("RPAREN", 47);
				LeaveRule("RPAREN", 47);
				Leave_RPAREN();
			}
		}
		// $ANTLR end "RPAREN"
CseLexer