TimeDefLexer.mT__18 C# (CSharp) Method

mT__18() public method

public mT__18 ( ) : void
return void
    public void mT__18() // throws RecognitionException [2]
    {
    		try
    		{
            int _type = T__18;
    	int _channel = DEFAULT_TOKEN_CHANNEL;
            // TimeDef.g:18:7: ( '-' )
            // TimeDef.g:18:9: '-'
            {
            	Match('-'); 

            }

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