TimeDefLexer.mT__19 C# (CSharp) Method

mT__19() public method

public mT__19 ( ) : void
return void
    public void mT__19() // throws RecognitionException [2]
    {
    		try
    		{
            int _type = T__19;
    	int _channel = DEFAULT_TOKEN_CHANNEL;
            // TimeDef.g:19:7: ( ',' )
            // TimeDef.g:19:9: ','
            {
            	Match(','); 

            }

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