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

mDBLDASH() private method

private mDBLDASH ( ) : void
return void
		private void mDBLDASH() {
			Enter_DBLDASH();
			EnterRule("DBLDASH", 35);
			TraceIn("DBLDASH", 35);
			try {
				int _type = DBLDASH;
				int _channel = DefaultTokenChannel;
				DebugEnterAlt(1);
				{
					DebugLocation(633, 10);
					Match("--");


				}

				state.type = _type;
				state.channel = _channel;
			}
			finally {
				TraceOut("DBLDASH", 35);
				LeaveRule("DBLDASH", 35);
				Leave_DBLDASH();
			}
		}
		// $ANTLR end "DBLDASH"
CseLexer