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

mPER() private method

private mPER ( ) : void
return void
		private void mPER() {
			Enter_PER();
			EnterRule("PER", 32);
			TraceIn("PER", 32);
			try {
				int _type = PER;
				int _channel = DefaultTokenChannel;
				DebugEnterAlt(1);
				{
					DebugLocation(630, 7);
					Match('%');

				}

				state.type = _type;
				state.channel = _channel;
			}
			finally {
				TraceOut("PER", 32);
				LeaveRule("PER", 32);
				Leave_PER();
			}
		}
		// $ANTLR end "PER"
CseLexer