TimeDefLexer.mT__28 C# (CSharp) Method

mT__28() public method

public mT__28 ( ) : void
return void
    public void mT__28() // throws RecognitionException [2]
    {
    		try
    		{
            int _type = T__28;
    	int _channel = DEFAULT_TOKEN_CHANNEL;
            // TimeDef.g:28:7: ( '.' )
            // TimeDef.g:28:9: '.'
            {
            	Match('.'); 

            }

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