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

mDOT() private method

private mDOT ( ) : void
return void
		private void mDOT() {
			Enter_DOT();
			EnterRule("DOT", 42);
			TraceIn("DOT", 42);
			try {
				int _type = DOT;
				int _channel = DefaultTokenChannel;
				DebugEnterAlt(1);
				{
					DebugLocation(640, 7);
					Match('.');

				}

				state.type = _type;
				state.channel = _channel;
			}
			finally {
				TraceOut("DOT", 42);
				LeaveRule("DOT", 42);
				Leave_DOT();
			}
		}
		// $ANTLR end "DOT"
CseLexer