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

mREF() private method

private mREF ( ) : void
return void
		private void mREF() {
			Enter_REF();
			EnterRule("REF", 55);
			TraceIn("REF", 55);
			try {
				int _type = REF;
				int _channel = DefaultTokenChannel;
				DebugEnterAlt(1);
				{
					DebugLocation(658, 7);
					Match("ref");


				}

				state.type = _type;
				state.channel = _channel;
			}
			finally {
				TraceOut("REF", 55);
				LeaveRule("REF", 55);
				Leave_REF();
			}
		}
		// $ANTLR end "REF"
CseLexer