TimeDefLexer.mT__30 C# (CSharp) Method

mT__30() public method

public mT__30 ( ) : void
return void
    public void mT__30() // throws RecognitionException [2]
    {
    		try
    		{
            int _type = T__30;
    	int _channel = DEFAULT_TOKEN_CHANNEL;
            // TimeDef.g:30:7: ( '!' )
            // TimeDef.g:30:9: '!'
            {
            	Match('!'); 

            }

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