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

mLBRACE() private method

private mLBRACE ( ) : void
return void
		private void mLBRACE() {
			Enter_LBRACE();
			EnterRule("LBRACE", 48);
			TraceIn("LBRACE", 48);
			try {
				int _type = LBRACE;
				int _channel = DefaultTokenChannel;
				DebugEnterAlt(1);
				{
					DebugLocation(646, 9);
					Match('{');

				}

				state.type = _type;
				state.channel = _channel;
			}
			finally {
				TraceOut("LBRACE", 48);
				LeaveRule("LBRACE", 48);
				Leave_LBRACE();
			}
		}
		// $ANTLR end "LBRACE"
CseLexer