CSE.AntlrParser.CseLexer.mQUESTION C# (CSharp) 메소드

mQUESTION() 개인적인 메소드

private mQUESTION ( ) : void
리턴 void
		private void mQUESTION() {
			Enter_QUESTION();
			EnterRule("QUESTION", 26);
			TraceIn("QUESTION", 26);
			try {
				int _type = QUESTION;
				int _channel = DefaultTokenChannel;
				DebugEnterAlt(1);
				{
					DebugLocation(624, 11);
					Match('?');

				}

				state.type = _type;
				state.channel = _channel;
			}
			finally {
				TraceOut("QUESTION", 26);
				LeaveRule("QUESTION", 26);
				Leave_QUESTION();
			}
		}
		// $ANTLR end "QUESTION"
CseLexer