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

mBANG() private method

private mBANG ( ) : void
return void
		private void mBANG() {
			Enter_BANG();
			EnterRule("BANG", 24);
			TraceIn("BANG", 24);
			try {
				int _type = BANG;
				int _channel = DefaultTokenChannel;
				DebugEnterAlt(1);
				{
					DebugLocation(622, 8);
					Match('!');

				}

				state.type = _type;
				state.channel = _channel;
			}
			finally {
				TraceOut("BANG", 24);
				LeaveRule("BANG", 24);
				Leave_BANG();
			}
		}
		// $ANTLR end "BANG"
CseLexer