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

mBANG_EQ() private method

private mBANG_EQ ( ) : void
return void
		private void mBANG_EQ() {
			Enter_BANG_EQ();
			EnterRule("BANG_EQ", 12);
			TraceIn("BANG_EQ", 12);
			try {
				int _type = BANG_EQ;
				int _channel = DefaultTokenChannel;
				DebugEnterAlt(1);
				{
					DebugLocation(610, 10);
					Match("!=");


				}

				state.type = _type;
				state.channel = _channel;
			}
			finally {
				TraceOut("BANG_EQ", 12);
				LeaveRule("BANG_EQ", 12);
				Leave_BANG_EQ();
			}
		}
		// $ANTLR end "BANG_EQ"
CseLexer