TimeDefLexer.mT__11 C# (CSharp) Method

mT__11() public method

public mT__11 ( ) : void
return void
    public void mT__11() // throws RecognitionException [2]
    {
    		try
    		{
            int _type = T__11;
    	int _channel = DEFAULT_TOKEN_CHANNEL;
            // TimeDef.g:11:7: ( 'cron' )
            // TimeDef.g:11:9: 'cron'
            {
            	Match("cron"); 


            }

            state.type = _type;
            state.channel = _channel;
        }
        finally 
    	{
        }
    }
    // $ANTLR end "T__11"