TimeDefLexer.mT__17 C# (CSharp) Method

mT__17() public method

public mT__17 ( ) : void
return void
    public void mT__17() // throws RecognitionException [2]
    {
    		try
    		{
            int _type = T__17;
    	int _channel = DEFAULT_TOKEN_CHANNEL;
            // TimeDef.g:17:7: ( '+' )
            // TimeDef.g:17:9: '+'
            {
            	Match('+'); 

            }

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