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

mPIPE() private method

private mPIPE ( ) : void
return void
		private void mPIPE() {
			Enter_PIPE();
			EnterRule("PIPE", 19);
			TraceIn("PIPE", 19);
			try {
				int _type = PIPE;
				int _channel = DefaultTokenChannel;
				DebugEnterAlt(1);
				{
					DebugLocation(617, 8);
					Match('|');

				}

				state.type = _type;
				state.channel = _channel;
			}
			finally {
				TraceOut("PIPE", 19);
				LeaveRule("PIPE", 19);
				Leave_PIPE();
			}
		}
		// $ANTLR end "PIPE"
CseLexer