TimeDefLexer.mT__10 C# (CSharp) Method

mT__10() public method

public mT__10 ( ) : void
return void
    public void mT__10() // throws RecognitionException [2]
    {
    		try
    		{
            int _type = T__10;
    	int _channel = DEFAULT_TOKEN_CHANNEL;
            // TimeDef.g:10:7: ( 'since' )
            // TimeDef.g:10:9: 'since'
            {
            	Match("since"); 


            }

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