TimeDefLexer.mT__16 C# (CSharp) Method

mT__16() public method

public mT__16 ( ) : void
return void
    public void mT__16() // throws RecognitionException [2]
    {
    		try
    		{
            int _type = T__16;
    	int _channel = DEFAULT_TOKEN_CHANNEL;
            // TimeDef.g:16:7: ( 'x' )
            // TimeDef.g:16:9: 'x'
            {
            	Match('x'); 

            }

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