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

mDBLRANGLE() private method

private mDBLRANGLE ( ) : void
return void
		private void mDBLRANGLE() {
			Enter_DBLRANGLE();
			EnterRule("DBLRANGLE", 18);
			TraceIn("DBLRANGLE", 18);
			try {
				int _type = DBLRANGLE;
				int _channel = DefaultTokenChannel;
				DebugEnterAlt(1);
				{
					DebugLocation(616, 12);
					Match(">>");


				}

				state.type = _type;
				state.channel = _channel;
			}
			finally {
				TraceOut("DBLRANGLE", 18);
				LeaveRule("DBLRANGLE", 18);
				Leave_DBLRANGLE();
			}
		}
		// $ANTLR end "DBLRANGLE"
CseLexer