TimeDefLexer.mT__24 C# (CSharp) Method

mT__24() public method

public mT__24 ( ) : void
return void
    public void mT__24() // throws RecognitionException [2]
    {
    		try
    		{
            int _type = T__24;
    	int _channel = DEFAULT_TOKEN_CHANNEL;
            // TimeDef.g:24:7: ( '&' )
            // TimeDef.g:24:9: '&'
            {
            	Match('&'); 

            }

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