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

mCOLON() private method

private mCOLON ( ) : void
return void
		private void mCOLON() {
			Enter_COLON();
			EnterRule("COLON", 27);
			TraceIn("COLON", 27);
			try {
				int _type = COLON;
				int _channel = DefaultTokenChannel;
				DebugEnterAlt(1);
				{
					DebugLocation(625, 9);
					Match(':');

				}

				state.type = _type;
				state.channel = _channel;
			}
			finally {
				TraceOut("COLON", 27);
				LeaveRule("COLON", 27);
				Leave_COLON();
			}
		}
		// $ANTLR end "COLON"
CseLexer