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

mAMP() private method

private mAMP ( ) : void
return void
		private void mAMP() {
			Enter_AMP();
			EnterRule("AMP", 21);
			TraceIn("AMP", 21);
			try {
				int _type = AMP;
				int _channel = DefaultTokenChannel;
				DebugEnterAlt(1);
				{
					DebugLocation(619, 7);
					Match('&');

				}

				state.type = _type;
				state.channel = _channel;
			}
			finally {
				TraceOut("AMP", 21);
				LeaveRule("AMP", 21);
				Leave_AMP();
			}
		}
		// $ANTLR end "AMP"
CseLexer