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

mPER_EQ() private method

private mPER_EQ ( ) : void
return void
		private void mPER_EQ() {
			Enter_PER_EQ();
			EnterRule("PER_EQ", 40);
			TraceIn("PER_EQ", 40);
			try {
				int _type = PER_EQ;
				int _channel = DefaultTokenChannel;
				DebugEnterAlt(1);
				{
					DebugLocation(638, 10);
					Match("%=");


				}

				state.type = _type;
				state.channel = _channel;
			}
			finally {
				TraceOut("PER_EQ", 40);
				LeaveRule("PER_EQ", 40);
				Leave_PER_EQ();
			}
		}
		// $ANTLR end "PER_EQ"
CseLexer