TimeDefLexer.mT__7 C# (CSharp) Method

mT__7() public method

public mT__7 ( ) : void
return void
    public void mT__7() // throws RecognitionException [2]
    {
    		try
    		{
            int _type = T__7;
    	int _channel = DEFAULT_TOKEN_CHANNEL;
            // TimeDef.g:7:6: ( 'lasting' )
            // TimeDef.g:7:8: 'lasting'
            {
            	Match("lasting"); 


            }

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