TimeDefLexer.mT__25 C# (CSharp) Method

mT__25() public method

public mT__25 ( ) : void
return void
    public void mT__25() // throws RecognitionException [2]
    {
    		try
    		{
            int _type = T__25;
    	int _channel = DEFAULT_TOKEN_CHANNEL;
            // TimeDef.g:25:7: ( 'beginning' )
            // TimeDef.g:25:9: 'beginning'
            {
            	Match("beginning"); 


            }

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