TimeDefLexer.mT__32 C# (CSharp) Method

mT__32() public method

public mT__32 ( ) : void
return void
    public void mT__32() // throws RecognitionException [2]
    {
    		try
    		{
            int _type = T__32;
    	int _channel = DEFAULT_TOKEN_CHANNEL;
            // TimeDef.g:32:7: ( '*' )
            // TimeDef.g:32:9: '*'
            {
            	Match('*'); 

            }

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